https://issues.apache.org/bugzilla/show_bug.cgi?id=56358
--- Comment #13 from Zach Calvert <[email protected]> --- Would help if I actually managed to specify the response. Request execution that fails: GET http://rhel55:10008/custom/simulated/1.0/sso?generate=true [no cookies] 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) POST http://rhel55:10001/ssc/auth/1.0/validate POST data: [no cookies] Request execution that succeeds (in that the POST contains the cookie): GET http://rhel55:10008/custom/simulated/1.0/sso?generate=true [no cookies] 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) POST http://rhel55:10001/ssc/auth/1.0/validate POST data: Cookie Data: simulatedCookie=testing -- You are receiving this mail because: You are the assignee for the bug.
