-
Bug
-
Resolution: Done
-
Major
-
1.2.9.Final, 1.3.1.Final
If I make a request with a valid JSESSIONID cookie and a URL like below, the value from the URL is used by mod_cluster for sticky session routing:
curl -b "JSESSIONID=OTg+mUVLRceO2bqRIcsSJmlm.4e6189af-0502-3305-8ff3-fad7fee8b516" -v 'http://myserver/sample/hello.jsp;not.really.jsessionid=oops'
- incorporates
-
MODCLUSTER-285 get_path_param in mod_proxy_cluster doesn't expect ';' as separator
- Resolved
-
MODCLUSTER-462 cluster_get_sessionid should prefer parsing cookies instead of path for session ID
- Resolved