Uploaded image for project: 'Elytron Web'
  1. Elytron Web
  2. ELYWEB-163

Update ElytronHttpExchange#getRequestURI to no longer use the 7 argument URI constructor

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 1.9.2.Final, 1.10.1.Final
    • None
    • None
    • None

      The 7 argument java.net.URI constructor encodes the parameters that are passed in. This is problematic because if an encoded query string is passed in, it will be encoded again (see AF-2908).

      Elytron should not be encoding query strings or other parameters. It should just be using the request URI from Undertow without making any changes.

      We should update ElytronHttpExchange#getRequestUri to use a StringBuilder instead of the 7 argument constructor.

            fjuma1@redhat.com Farah Juma
            fjuma1@redhat.com Farah Juma
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: