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

RequestDispatcher.include in a customTag causes IllegalStateException

[EMAIL PROTECTED] changed:

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



------- Additional Comments From [EMAIL PROTECTED]  2004-09-30 22:25 -------
The behaviour is different because that is what the respective specs mandate. 
The use of the word "equivalent" in the JSP spec is misleading as it may be 
taken to mean "the constraints are exactly the same" when really it means "the 
constraints are similar". To quote the relevant parts of the specs:
JSP.4.4
<quote>
...An included page only has access to the JspWriter object and it cannot set
headers. ...
</quote>
SRV.8.3
<quote>
...
It can only write information to the ServletOutputStream or Writer of the
response object...
</quote>

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

Reply via email to