https://bz.apache.org/bugzilla/show_bug.cgi?id=60788
Markus Malkusch <mar...@malkusch.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|WORKSFORME |--- --- Comment #5 from Markus Malkusch <mar...@malkusch.de> --- So I debugged the request: I enter org.apache.catalina.connector.Request.parseCookies() which goes into org.apache.tomcat.util.http.Rfc6265CookieProcessor.parseCookieHeader(MimeHeaders, ServerCookies) MimeHeaders.toString() shows the cookie from the test case: === MimeHeaders === cookie = $Version="1"; foo="bar";$Path="/";$Domain="www.example.org" When Request.parseCookies() is finished I see that Request.coyoteRequest.serverCookies contains one Cookie with the value "bar" (including quotes). No Spring involved so far. However I can't exculde if Spring is configuring something to create this behaviour. -- 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