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: dev@tomcat.apache.org
          Reporter: ch...@msn.com
  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: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to