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

http://issues.apache.org/bugzilla/show_bug.cgi?id=38829


[EMAIL PROTECTED] changed:

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




------- Additional Comments From [EMAIL PROTECTED]  2006-03-03 05:39 -------
<spec-quote spec="JSP" version="2.0" section="1.4.2">
Any uncaught exceptions thrown in the body of the JSP page implementation
class result in the forwarding of the client request and uncaught exception to 
the errorPage URL specified by the JSP page (or the implementation default 
behavior, if none is specified).
</spec-quote>

The JSP spec and the Servlet spec don't match up on this point (complain to 
one, the other, or both:  but we just implement it here :).  The use 
of 'forwarding' in this context means that for JSP errors you get the wrapped 
request/response when an errorPage is specified.  However, the 'implementation 
default' is to pass the unwrapped request/response.

Hopefully somebody will care enough to pass this on to:
   [EMAIL PROTECTED]
so we can get some clarity here :).

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to