Class CookieProcessorFilter.CookieAttributes

  • Enclosing class:
    CookieProcessorFilter

    public static class CookieProcessorFilter.CookieAttributes
    extends java.lang.Object
    This class is needed because existing JEE Servlet API do not currently support the SameSite attribute. This class is used to generate the Set-Cookie HTTP header that includes the new SameSite attribute. Only for our application cookies - not the HTTP session (JSESSION) cookie.
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object