[Bug 60788] Cookies value contains quotes when the Cookie header contains $Version=1 and the header's value is enclosed by quotes

2017-03-01 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60788 --- Comment #13 from Markus Malkusch --- Then let me add more details to the described case: The intended symetric round trip behaviour was not given. The Cookie was initially created with the Servlet API (containing only

[Bug 60788] Cookies value contains quotes when the Cookie header contains $Version=1 and the header's value is enclosed by quotes

2017-03-01 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60788 Mark Thomas changed: What|Removed |Added Resolution|--- |WONTFIX

[Bug 60788] Cookies value contains quotes when the Cookie header contains $Version=1 and the header's value is enclosed by quotes

2017-03-01 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60788 --- Comment #11 from Markus Malkusch --- Yes, I saw that wiki page already and it feels like some hair got lost on implementing that. Let me know when you remember the reason and also if you plan to keep it like that. For

[Bug 60788] Cookies value contains quotes when the Cookie header contains $Version=1 and the header's value is enclosed by quotes

2017-03-01 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60788 --- Comment #10 from Mark Thomas --- Progress. The quotes are retained and the unit test is removing them before comparing the actual and expected values. That also looks very deliberate. I need to remind myself why that is

[Bug 60788] Cookies value contains quotes when the Cookie header contains $Version=1 and the header's value is enclosed by quotes

2017-03-01 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60788 --- Comment #9 from Mark Thomas --- Definitely not a Spring issue. -- You are receiving this mail because: You are the assignee for the bug. - To

[Bug 60788] Cookies value contains quotes when the Cookie header contains $Version=1 and the header's value is enclosed by quotes

2017-03-01 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60788 --- Comment #8 from Markus Malkusch --- Also please let me know if you agree that I can finally close the issue on Spring's side. -- You are receiving this mail because: You are the assignee for the bug.

[Bug 60788] Cookies value contains quotes when the Cookie header contains $Version=1 and the header's value is enclosed by quotes

2017-03-01 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60788 --- Comment #7 from Markus Malkusch --- I looked also a bit deeper. Parsing that header enters org.apache.tomcat.util.http.parser.Cookie.readQuotedString(ByteBuffer), which if I understand correctly will always return the

[Bug 60788] Cookies value contains quotes when the Cookie header contains $Version=1 and the header's value is enclosed by quotes

2017-03-01 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60788 --- Comment #6 from Mark Thomas --- Let me take a closer look. -- You are receiving this mail because: You are the assignee for the bug. - To unsubscribe,

[Bug 60788] Cookies value contains quotes when the Cookie header contains $Version=1 and the header's value is enclosed by quotes

2017-03-01 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60788 Markus Malkusch changed: What|Removed |Added Status|RESOLVED|REOPENED

[Bug 60788] Cookies value contains quotes when the Cookie header contains $Version=1 and the header's value is enclosed by quotes

2017-03-01 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60788 --- Comment #4 from Markus Malkusch --- Actually I also don't think Spring is messing around with Cookie parsing, but something is. The test cases are fine. I double checked by comparing Tomcat's log on the receiver side.

[Bug 60788] Cookies value contains quotes when the Cookie header contains $Version=1 and the header's value is enclosed by quotes

2017-03-01 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60788 --- Comment #3 from Mark Thomas --- I tested 9.0.x trunk and 8.5.x trunk. Both worked as expected. Personally, I'd start with your test case and look at exactly what header values are being sent. I'd be surprised if Spring

[Bug 60788] Cookies value contains quotes when the Cookie header contains $Version=1 and the header's value is enclosed by quotes

2017-03-01 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60788 Markus Malkusch changed: What|Removed |Added URL|

[Bug 60788] Cookies value contains quotes when the Cookie header contains $Version=1 and the header's value is enclosed by quotes

2017-03-01 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60788 Mark Thomas changed: What|Removed |Added Resolution|--- |WORKSFORME