https://issues.apache.org/bugzilla/show_bug.cgi?id=56358
--- Comment #12 from Zach Calvert <[email protected]> --- Alright, we will try this again. I have modified my code to make this a bit easier to inspect. I have put together two test cases and have proven that this is a path matching problem, not a port problem. Note that the only difference of value in the response is the "/ssc" vs "/" in the Path of the Set-Cookie. Request execution that fails: GET http://rhel55:10008/custom/simulated/1.0/sso?generate=true [no cookies] 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] 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.
