https://bz.apache.org/bugzilla/show_bug.cgi?id=59888
Bug ID: 59888 Summary: The cookie parser (for Rfc6265CookieProcessor) does not allow whitespaces in quoted cookie value of the version 1 cookie Product: Tomcat 9 Version: unspecified Hardware: All OS: All Status: NEW Severity: normal Priority: P2 Component: Catalina Assignee: dev@tomcat.apache.org Reporter: nakamura.kyohei....@gmail.com Created attachment 34059 --> https://bz.apache.org/bugzilla/attachment.cgi?id=34059&action=edit patch against trunk The RFC2109 specification that defines the version 1 cookie says that whitespaces are allowed in quoted cookie value. However, the cookie parser (for Rfc6265CookieProcessor) does not allow whitespaces in quoted cookie value of the version 1 cookie. I made the patch that the cookie parser treats whitespace as enabled character. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org