https://bz.apache.org/bugzilla/show_bug.cgi?id=69195
Christopher Schultz <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO --- Comment #1 from Christopher Schultz <[email protected]> --- Is Tomcat returning the 400 response or is some other service (e.g. reverse proxy)? I'm not sure what "webapp has not received the request at all and has been sent to the tomcat server level in advance. Disposed of." means. Can you please re-phrase that? If Tomcat can't determine which web application should receive the request, it will use the default error page in the ROOT context. If you are deploying a web application on a non-ROOT context (e.g. /mywebapp) then you might want to define a ROOT web application that contains this configuration to override these kinds of error pages. -- 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]
