https://bz.apache.org/bugzilla/show_bug.cgi?id=65365

Mark Thomas <ma...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |WONTFIX
                 OS|                            |All

--- Comment #1 from Mark Thomas <ma...@apache.org> ---
There is no need to update the HTTP parser. Custom HTTP methods are already
supported. CONNECT can be supported the same way. The users list is the place
to ask for help if you do not know how to implement this.

The HttpServletRequest#getRequestURI() cannot be changed. The behaviour of that
method is defined by the specification. You can obtain the information required
from the Host header.

My reading of RFC 7231 does not support the need to close the connection
without a status code.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to