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 2003/12/16 00:10:05 UTC

DO NOT REPLY [Bug 16701] - No exception if jsp:include fails

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=16701>.
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=16701

No exception if jsp:include fails

medthomas@ntlworld.com changed:

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



------- Additional Comments From medthomas@ntlworld.com  2003-12-15 23:10 -------
I am afraid that this behaviour is as per the spec.

<quote>
SRV.8.3 The Include Method
The include method of the RequestDispatcher interface may be called at any 
time. The target servlet of the include method has access to all aspects of 
the request object, but its use of the response object is more limited:
It can only write information to the ServletOutputStream or Writer of the 
response object and commit a response by writing content past the end of the
response buffer, or by explicitly calling the flushBuffer method of the
ServletResponse interface. It cannot set headers or call any method that 
affects the headers of the response. Any attempt to do so must be ignored.
</quote>

I am resolving this as WONTFIX.

If you feel the spec has got this wrong, the address to send your feedback to 
is servletapi-feedback@eng.sun.com

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org