Hello,
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). So would you please consider making LegacyCookieProcessor class extensible just like the other available cookie processor - org.apache.tomcat.util.http.Rfc6265CookieProcessor? Thanks and regards, Polina