reta opened a new pull request #605: CXF-8163: javax.ws.rs.core.Response#getCookies() fails when cookie has no value URL: https://github.com/apache/cxf/pull/605 The RFC-6265 has the clarifications regarding empty cookie values, both in grammar [1] and interpretation [2]. The approach adopted by other Java libraries (RESTEasy, Jersey, JDK11's HttpClient, ...) is to return an empty string as the value of the cookie. [1] https://tools.ietf.org/html/rfc6265#section-4.1.1 [2] https://tools.ietf.org/html/rfc6265#section-5.2
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
