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

AJP connector discards anything after the first ";" in the request URL

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: Major Major
    • None
    • 1.1.0.Final
    • AJP
    • None

      When using the AJP connector to send requests to the server the matrix parameters included in the URL aren't available in the result of the HttpServletRequest#getRequestURI method. Actually, anything in the URL after the first ";" is removed:

      /a;x=1 -> getRequestURI() = /a
      /a;x=1/b -> getRequestURI() = /a

      The same request using the HTTP connector works correctly.

      This may have been introduced by the fix for WFLY-2251.

              sdouglas1@redhat.com Stuart Douglas (Inactive)
              juan.hernandez_jira Juan Hernández (Inactive)
              Votes:
              2 Vote for this issue
              Watchers:
              4 Start watching this issue

                Created:
                Updated:
                Resolved: