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 2004/10/01 00:25:23 UTC

DO NOT REPLY [Bug 16319] - RequestDispatcher.include in a customTag causes IllegalStateException

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

markt@apache.org changed:

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



------- Additional Comments From markt@apache.org  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: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org