Uploaded image for project: 'JBoss Enterprise Application Platform'
  1. JBoss Enterprise Application Platform
  2. JBEAP-22822

(7.4.z) Update ElytronHttpExchange#getRequestURI to no longer use the 7 argument URI constructor

XMLWordPrintable

      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:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: