Release Notes / Version 11.2310
Table Of ContentsStudio Server Now Uses PathPatternParser for URL Matching
PathPatternParser has been the Spring Boot default path matching
strategy since version 2.6. Studio server had explicitly overridden
this by default by setting the property
spring.mvc.pathmatch.matching-strategy
to
ant_path_matcher
. Studio server now uses the Spring
Boot default.
Follow Section, “Studio Server Now Uses PathPatternParser for URL Matching” for upgrade information.
(CMS-22887)
Removed Migration of Legacy Content Sets to Projects
When Studio Projects were introduced many years ago in CMS 8 (7.1.10) and DXP 8 (7.5.34), they replaced a feature called Content Sets. The Content Sets feature was removed at that time, and data was automatically migrated to Projects. This automatic migration has been removed with this release.
Follow Section, “Removed Migration of Legacy Content Sets to Projects” for upgrade information.
(CMS-7389)
Changed multipart request handling from Commons Fileupload to Servlet API
The runtime dependency
commons-fileupload:commons-fileupload
has been
removed in order to prevent vulnerability
CVE-2023-24998.
By removing the application property
spring.servlet.multipart.enabled=true
, the Studio
server configuration has been changed from using Commons
Fileupload for handling multipart requests to using the
Servlet API.
Follow Section, “Changed multipart request handling from Commons Fileupload to Servlet API” for upgrade information.
(CMS-22731)