https://bz.apache.org/bugzilla/show_bug.cgi?id=69699
Bug ID: 69699
Summary: Rewrite redirection forget SessionID path parameter
Product: Tomcat 11
Version: 11.0.6
Hardware: PC
Status: NEW
Severity: normal
Priority: P2
Component: Catalina
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: -------
Given rewrite rule:
- RewriteRule ^/b(.*) /a$1 [R]
for original request "/b;k=1;jsessionid=a1b2c3d4e5/001", receive 302 to
"/a/001".
Session ID part disappear in redirect target URL.
--
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]