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/19 06:13:53 UTC

DO NOT REPLY [Bug 31741] - servlet request forward to jsp with tag can cause extra request to be submitted

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

servlet request forward to jsp with <jsp:include> tag can cause extra request to be submitted





------- Additional Comments From rbaily@servicebench.com  2004-10-19 04:13 -------
This does not seem to be an issue in Tomcat 5.0.28.  The output I got is below 
and seems to be correct.
----------
Request: org.apache.coyote.tomcat5.CoyoteRequestFacade@29ac reqNum=1: Start
Request: org.apache.coyote.tomcat5.CoyoteRequestFacade@29ac reqNum=1: Sleep
Request: org.apache.coyote.tomcat5.CoyoteRequestFacade@b0095d reqNum=2: Start
Request: org.apache.coyote.tomcat5.CoyoteRequestFacade@b0095d reqNum=2: Forward
Request: org.apache.coyote.tomcat5.CoyoteRequestFacade@b0095d reqNum=2: Finish
Request: org.apache.coyote.tomcat5.CoyoteRequestFacade@29ac reqNum=1: Forward
Request: org.apache.coyote.tomcat5.CoyoteRequestFacade@29ac reqNum=1: Finish

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