Polina, On 1/18/21 08:51, Polina Georgieva wrote:
On our Tomcat 8 we are currently using org.apache.tomcat.util.http.LegacyCookieProcessor and we need to override its method generateHeader(Cookie cookie, HttpServletRequest request) to handle sameSite cookie attribute in a custom way. However the LegacyCookieProcessor class is final (not extensible).
I'm curious: what customization do you need, here?
So would you please consider making LegacyCookieProcessor class extensible just like the other available cookie processor - org.apache.tomcat.util.http.Rfc6265CookieProcessor?
Why do you need the legacy cookie processor? -chris --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org