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 2011/09/01 14:46:51 UTC

DO NOT REPLY [Bug 51550] Empty response instead of error page for IllegalStateException

https://issues.apache.org/bugzilla/show_bug.cgi?id=51550

--- Comment #9 from holger.sunke@bodo-peters.de 2011-09-01 12:46:51 UTC ---
Tomcat 7.0.20 now correctly responds "HTTP/1.1 500", but I still don't get my
error page configured in web.xml like this:

<error-page>
  <error-code>500</error-code>
  <location>/static/error/internal.html</location>
</error-page>

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- 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