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

2005-01-01 Thread bugzilla
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


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||WONTFIX




--- Additional Comments From [EMAIL PROTECTED]  2005-01-01 20:38 ---
This works as expected if tested directly with Tomcat 4.1.x from CVS HEAD (no
Apache).

Either this is a Tomcat 4 bug that has been fixed in 4.1.31 or a JK2 bug. I
suspect that a JK2 bug is most likely. However, JK2 is no longer supported (see
text below so i am marking this as WONTFIX).

JK2 Support Information follows:

As of November 15, 2004, JK2 is no longer supported. All bugs related to JK2 
will be marked as WONTFIX. In its place, some of its features have been 
backported to jk1. Most of those features will be seen in 1.2.7, which is 
slated for release on November 30th, 2004.

Another alternative is the ajp addition to mod_proxy which will be part of 
apache 2.

For more information on the Tomat connectors docs at
http://jakarta.apache.org/tomcat/connectors-doc/

-- 
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]



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

2004-10-18 Thread bugzilla
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 [EMAIL PROTECTED]  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: [EMAIL PROTECTED] reqNum=1: Start
Request: [EMAIL PROTECTED] reqNum=1: Sleep
Request: [EMAIL PROTECTED] reqNum=2: Start
Request: [EMAIL PROTECTED] reqNum=2: Forward
Request: [EMAIL PROTECTED] reqNum=2: Finish
Request: [EMAIL PROTECTED] reqNum=1: Forward
Request: [EMAIL PROTECTED] reqNum=1: Finish

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