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

Proxy handler incorrectly encodes matrix parameters

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 1.4.0.Beta1, 2.0.0.Beta1
    • 1.2.9.Final, 1.3.0.CR2
    • Proxy
    • None

      The proxy handler incorrectly encodes reserved characters for matrix parameters.

      E.g.

      /one;a=b;c=d/two;e=f;g=h
      

      is transformed into

      /one;a=b%3Bc%3Dd%2Ftwo%3Be%3Df%3Bg%3Dh
      

      which results in one path segment with one parameter, instead of two path segments with two parameters each.

            sdouglas1@redhat.com Stuart Douglas
            hwellmann.de Harald Wellmann (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: