close

Filter

loading table of contents...

Release Notes / Version 10.2107

Table Of Contents

CoreMedia Content Application Engine

Deprecation of CMHasContextsImpl#getDataViewFactory()

CMHasContextsImpl#getDataViewFactory() has been deprecated, since it's usage could lead to cyclic dependencies and rather unpredictable caching behavior.

(CMS-19285)

Runlevel based health indicator added to the Spring Boot health actuator

A runlevel based health indicator has been added to all repository clients. The indicator is available at :8081/actuator/health/uapiconnectionreadiness . The indicator will be set to:

Follow Section, “Runlevel based health indicator added to the Spring Boot health actuator” for upgrade information.

(CMS-18579)

Fixed default/initial http cache control configuration and documentation

Default/initial HTTP cache control configurations and regarding documentation have been fixed and harmonized.

Follow Section, “Fixed default/initial http cache control configuration and documentation” for upgrade information.

(CMS-18869)

Restrictions on persistent URL blobs

A new Content Server configuration option allows you to restrict the persistent URL blobs that can be stored in the Content Server . It contains a regular expression that a newly written blob URL must match. Persistent URL blobs are not stored as binary data in the Content Server . Instead, only a URL referencing the blob data is stored and resolved on each access of the blob. Because certain URLs like file URLs could potentially be used to exfiltrate data from a server, this may pose a security risk.

Follow Section, “Restrictions on persistent URL blobs” for upgrade information.

(CMS-18598)

CAE now uses Spring Boot's WebMvcAutoConfiguration

CAE used to set up Spring MVC without taking advantage of Spring Boot's WebMvcAutoConfiguration. Now it uses Spring Boot's WebMvcAutoConfiguration integrating the well known beans such as 'httpMessageConverters' and 'handlerInterceptors'. This change is considered breaking because the most important Spring MVC beans are now set up by Spring Boot itself.

(CMS-10859)

Search Results

Table Of Contents