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

--- Comment #4 from Remy Maucherat <r...@apache.org> ---
It could be possible to remove the sendError(404) here:
https://github.com/apache/tomcat/blob/master/java/org/apache/catalina/connector/CoyoteAdapter.java#L696
And move it to StandardHostValve (if request.getContext() == null) and
StandardEngineValve (if request.getHost() == null).

-- 
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