Release Notes / Version 11.2310
Table Of Contents
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.
If you did not customize the Studio authentication process, nothing has to be done.
(CMS-17400)