Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.0.1, 2.1
-
None
Description
When using CXF as a client, SESSION_MAINTAIN_PROPERTY only tracks the session id from the server if the cookie is named JSESSIONID. It does not track the session id if the server is using a different cookie name.
It should track all Set-Cookie headers from the server.