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

--- Comment #4 from Remy Maucherat <[email protected]> ---
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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to