Uploaded image for project: 'Undertow'
  1. Undertow
  2. UNDERTOW-1719

Handling of path parameters can set incorrect requestURI/requestPath

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 2.1.2.Final, 2.0.31.Final
    • 2.1.0.Final
    • Core
    • None

      When using path parameters in the URL there are some cases that finishes in a wrong URI or Path set:

      • /path/somepath;p1/more => Incorrectly assigns HostIncludedInRequestURI and then getRedirectURI strips the first path.
      • /some;p1=v1/path;p1=v2/more?q1=v3 => Incorrectly returns the path params in the request Path.

      This issue was introduced by UNDERTOW-1464.

              rhn-support-rmartinc Ricardo Martin Camarero
              rhn-support-rmartinc Ricardo Martin Camarero
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

                Created:
                Updated:
                Resolved: