https://issues.apache.org/bugzilla/show_bug.cgi?id=56358
--- Comment #14 from Zach Calvert <[email protected]> --- And the mistakes are just piling on. Sorry, I'm working on a VM tied to a VPN and my copy paste is functioning only sometimes. That should read that the first GET, in the failing request, results in Response headers: HTTP/1.1 200 OK Content-Type: text/xml Set-Cookie: simulatedCookie=testing;Domain=rhel55;Path=/ssc;Version=1 Transfer-Encoding: chunked Server: Jetty(7.2.2.v20101205) The second GET that sets the cookie in the successful request results in Response headers: HTTP/1.1 200 OK Content-Type: text/xml Set-Cookie: simulatedCookie=testing;Domain=rhel55;Path=/;Version=1 Transfer-Encoding: chunked Server: Jetty(7.2.2.v20101205) The only change is the Path value. The request will provide the cookie when the Path is "/" but not when it is "/ssc". Note the request that will have/not have the cookie is consistent to POST http://rhel55:10001/ssc/auth/1.0/validate -- You are receiving this mail because: You are the assignee for the bug.
