Uploaded image for project: 'RESTEasy'
  1. RESTEasy
  2. RESTEASY-1193

[Netty] Incorrect handling of absolute URIs in HTTP request lines

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 3.0.13.Final
    • 3.0.10.Final
    • None

      Correctly handle requests with an absolute URI in the request line, like:

      GET http://www.example.com/testContent HTTP/1.1
      Host: www.example.com

      Prior to this patch, the Netty connector would interpret the above as:

      http://www.example.comhttp://www.example.com/testContent

      That is clearly wrong!

            patriot1burke@gmail.com Bill Burke (Inactive)
            ajlyon Avram Lyon (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: