https://bz.apache.org/bugzilla/show_bug.cgi?id=69940

Mark Thomas <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|---                         |FIXED

--- Comment #6 from Mark Thomas <[email protected]> ---
Tomcat doesn't generate URIs with multiple session ID path parameters.
Applications and/or clients that do so can clean up their own mess.

The proposed regex is wrong.
There is no need for ? as the query string has already been removed.
There is no need to & as it is not a standard separator for path parameters.
; needs to be added as it is a standard separator for path parameters.

Fixed in:
- 11.0.x for 11.0.19 onwards
- 10.1.x for 10.1.53 onwards
-  9.0.x for  9.0.116 onwards

-- 
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]

Reply via email to