You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2018/05/22 14:12:58 UTC

[Bug 62398] HTTP Error - Error parsing HTTP request header

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

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

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

--- Comment #1 from Mark Thomas <ma...@apache.org> ---
The client is buggy and sending invalid HTTP requests containing characters in
the request target that should be %nn encoded. Tomcat is now rejecting these
requests by default.

Additional options to enable users to configure Tomcat to accept these
characters in raw (non %nn encoded) for were added in:
- trunk for 9.0.8 onwards
- 8.5.x for 8.5.31 onwards
- 8.0.x for 8.0.52 onwards
- 7.0.x for 7.0.87 onwards

*** This bug has been marked as a duplicate of bug 62273 ***

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