Package de.hybris.platform.util.tomcat
Class ConfigurableRfc6265CookieProcessorHandlerLoader
java.lang.Object
de.hybris.platform.util.tomcat.ConfigurableRfc6265CookieProcessorHandlerLoader
- All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean
public class ConfigurableRfc6265CookieProcessorHandlerLoader
extends Object
implements org.springframework.beans.factory.InitializingBean
Installs application specific SameSite cookie handler and log handler. Since spring beans are usually loaded upon
Tomcat startup this is early enough.
-
Field Details
-
PARAM_INSTALL_APPLICATION_HANDLER
- See Also:
-
PARAM_SAMESITE_ENABLED
- See Also:
-
-
Constructor Details
-
ConfigurableRfc6265CookieProcessorHandlerLoader
public ConfigurableRfc6265CookieProcessorHandlerLoader()
-
-
Method Details
-
afterPropertiesSet
- Specified by:
afterPropertiesSetin interfaceorg.springframework.beans.factory.InitializingBean- Throws:
Exception
-
configureCookieProcessor
-