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

Details

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

    Description

      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.

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: