DO NOT REPLY [Bug 13253] - Migration problems with Tomcat 4.1.10. Please help.

2002-10-04 Thread bugzilla

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

Migration problems with Tomcat 4.1.10. Please help.





--- Additional Comments From [EMAIL PROTECTED]  2002-10-04 06:38 ---
I'm going to agree with Srikanth and Michael here.  In almost all use 
conditions this is a non-critical path, so Coyote's optimizations are wasted.  
Reverting to the HttpConnector's code, to me, seems to be better.

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




DO NOT REPLY [Bug 13253] - Migration problems with Tomcat 4.1.10. Please help.

2002-10-04 Thread bugzilla

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

Migration problems with Tomcat 4.1.10. Please help.





--- Additional Comments From [EMAIL PROTECTED]  2002-10-04 06:44 ---
Feel free to add some normalization code then, but this is a cosmetic issue.
Coyote's normalization when processing the request is more or less free
performance wise.

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




DO NOT REPLY [Bug 13253] - Migration problems with Tomcat 4.1.10. Please help.

2002-10-04 Thread bugzilla

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

Migration problems with Tomcat 4.1.10. Please help.





--- Additional Comments From [EMAIL PROTECTED]  2002-10-04 07:05 ---
Done for 4.1.13.

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




DO NOT REPLY [Bug 13253] - Migration problems with Tomcat 4.1.10. Please help.

2002-10-04 Thread bugzilla

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

Migration problems with Tomcat 4.1.10. Please help.





--- Additional Comments From [EMAIL PROTECTED]  2002-10-04 07:17 ---
That was fast :) Thanks Bill.

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




DO NOT REPLY [Bug 13253] - Migration problems with Tomcat 4.1.10. Please help.

2002-10-03 Thread bugzilla

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

Migration problems with Tomcat 4.1.10. Please help.

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||INVALID



--- Additional Comments From [EMAIL PROTECTED]  2002-10-03 17:28 ---
Please do not file user questions as bugs (only report specific issues, with a
test case, or detailed instructions on how to reproduce the problem). Use one of
the support channels for that.
Also, try to test with the latest available release when possible.

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




DO NOT REPLY [Bug 13253] - Migration problems with Tomcat 4.1.10. Please help.

2002-10-03 Thread bugzilla

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

Migration problems with Tomcat 4.1.10. Please help.





--- Additional Comments From [EMAIL PROTECTED]  2002-10-04 05:53 ---
Sorry, I confused with a redirect.

Anyway, I don't see any need for Tomcat to normalize the redirected URL. It will
be normalized during the processing of the next request.
http://www.xyz.com/swiz/../sebase/common_login.jsp is equivalent to
http://www.xyz.com/sebase/common_login.jsp

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




DO NOT REPLY [Bug 13253] - Migration problems with Tomcat 4.1.10. Please help.

2002-10-03 Thread bugzilla

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

Migration problems with Tomcat 4.1.10. Please help.





--- Additional Comments From [EMAIL PROTECTED]  2002-10-04 06:01 ---
From the spec (2.3, section 5.3): It is legal to call this method with a
relative URL path, however the underlying container must translate the relative
path to a fully qualified URL for transmission back to the client. If a partial
URL is given and, for whatever reason, cannot be converted into a valid URL,
then this method must throw an IllegalArgumentException.

Though you could argue that this is still a fully qualified URL, and thus that
what tomcat is currently doing is allowed, it would be a pretty tenuous argument
(at best), and it's pretty clearly violating the spirit, if not the word, of the
spec.

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