This content has been marked as final. 
    
Show                 1 reply
    
- 
        1. Re: Wildfly semicolon in cookie strippingwolfgangknauf Apr 4, 2019 4:11 PM (in response to p_maheshbe)This is an older question, but it was the first google hit when I ran into a similar issue when updating an older app. So here is the answer: See RFC 6265, which describes the cookie format (https://tools.ietf.org/html/rfc6265#section-4.1.1), section 4.1.1: the cookie value can contain "US-ASCII characters excluding CTLs whitespace DQUOTE, comma, semicolon, and backslash". Seems newer WildFly versions got more strict on this. Best regards Wolfgang 
 
    