Polina,
On 1/20/21 04:24, Polina Georgieva wrote:
I'm curious: what customization do you need, here?
We’d like to override the generateHeader(Cookie cookie,
HttpServletRequest request) because we need to centrally handle the
addition of the sameSite cookie attribute of the session cookie as
some old browser versions do not support the sameSite cookie
attribute. For them the adding of this attribute should be skipped.
The SameSite attribute should be ignored by browsers that do not support
it. Which browser are you trying to work-around?
Why do you need the legacy cookie processor?
We use the LegacyCookieProcessor as it is with more strict
interpretation of the cookie specifications and provides additional
configurations if needed.
The newer cookie parser is much more strict. Can you be more specific
about what you need?
-chris
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org