https://bz.apache.org/bugzilla/show_bug.cgi?id=60627
Bug ID: 60627 Summary: Wrong cookie makes Rfc6265CookieProcessor ommit all following cookies Product: Tomcat 8 Version: 8.5.8 Hardware: PC Status: NEW Severity: minor Priority: P2 Component: Catalina Assignee: dev@tomcat.apache.org Reporter: ale...@seznam.cz Target Milestone: ---- Our client (NGi/GVP Media Control Platform (Build: 8.5.150.63)) sends following Cookie header with request: Cookie: $Version="0"; JSESSIONID=3BE951FE7F4A2BA1A47390E6674256A3.WH5; $Path=/ivr-csob The cookie is not processed however and new session is created. If the JSESSIONID cookie goes before the $Version cookie it understood. The old LegacyCookieProcessor can understand it - so we have forced the application to use it. I'm aware that the Cookie hewader is not RFC6265 compliant, but it would be nice if it tired to process all cookies specified in the header and not fail after first parsing error. From this point of view is the new processor less lenient thatn the old one. -- 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