Release Notes / Version 11.2307
Table Of ContentsStudio Spring Security Configuration Rework
The Spring Security configuration in the studio server has been simplified and improved for easier customization.
The module
editing-rest-security-component
has been merged into the module
editing-rest-security
.
The Configuration classes
EditingRestSecurityBaseConfiguration
and
EditingRestSecurityAutoConfiguration
have been moved from package
com.coremedia.springframework.component.security
to
com.coremedia.rest.security.config
The unused classes
SimpleLogoutAccessDeniedHandler
and
SimpleUrlAccessDeniedHandler.java
have been removed.
The section "Single Sign On Integration" in the Studio Developer Manual has been adjusted.
Follow Section, “Studio Spring Security Configuration Rework” for upgrade information.
(CMS-17400)