-
Bug
-
Resolution: Done
-
Major
-
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!