Hi there,
I have to make my webapp complying to CHIPS. For this I am
trying to configure the CookieProcessor to allow partitioned cookies.
For this I added a CookieProcessor directive to the context.xml
like this:
<CookieProcessor
className="org.apache.tomcat.util.http.Rfc6265CookieProcessor"
partitioned="true"
sameSiteCookies="none"
/>
However tomcat complains about this with
[Catalina-utility-1] org.apache.tomcat.util.digester.SetPropertiesRule.begin
Match [Context/CookieProcessor] failed to set property [partitioned] to [true]
What am I doing wrong here? (Tomcat 9.0.82)
Regards,
Holger
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]