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 2001/10/10 09:50:17 UTC

DO NOT REPLY [Bug 3704] - forward errors not reported

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3704>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3704

forward errors not reported

remm@apache.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WONTFIX



------- Additional Comments From remm@apache.org  2001-10-10 00:50 -------
This won't get fixed, as no error report can reliably be displayed (without 
fear of interfering with the application) once the response has been committed.

What happens is that an (uncaught) IllegalStateException occurs when doing the 
forward, which resets the response (flush to also get the data included printed 
out).