[Bug 55920] Quotes should not be removed from quoted cookie values
https://issues.apache.org/bugzilla/show_bug.cgi?id=55920 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---
[Bug 55920] Quotes should not be removed from quoted cookie values
https://issues.apache.org/bugzilla/show_bug.cgi?id=55920 --- Comment #1 from Jeremy Boynes --- As an example, a cookie with value «"value"» (I'm using angled quotes in this comment for clarity) that is set using: Cookie cookie = new Cookie("test", "\"value\""); response.addCookie(cookie); wil