https://issues.apache.org/bugzilla/show_bug.cgi?id=45158
Summary: mod_proxy_balancer does not extract correctly the
session from url
Product: Apache httpd-2
Version: 2.2.8
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: mod_proxy_balancer
AssignedTo: [email protected]
ReportedBy: [EMAIL PROTECTED]
https://domain.com/APP/action.do;jsessionid=49B62101DEF2ED7017150B0179ED059F;random=1234?param=1
Tomcat uses the ';' character to separate parameters that come with the url
path.
So in this example tomcat extracts correctly the session with the value:
49B62101DEF2ED7017150B0179ED059F. But mod_proxy_balancer gets
49B62101DEF2ED7017150B0179ED059F;random=1234 because it doesn't use the ";" as
a separator.
I attach a patch that solves the problem.
Thanks.
Manuel Carrasco
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]