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 2003/12/03 18:43:25 UTC

DO NOT REPLY [Bug 25015] - CoyoteAdapter is breaking path info

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

CoyoteAdapter is breaking path info





------- Additional Comments From jakarta@trollingers.com  2003-12-03 17:43 -------
Remy, 

Is the way tomcat is now spec complient?  

According to the spec 

PathInfo: The part of the request path that is not part of the Context Path or
the Servlet Path. It is either null if there is no extra path, or is a string 
with a leading ‘/’.

so clearly if my url was 
http://localhost/appname/servletname/extra;a/path;b/info;c
then if /appname is my context
and /servletname is my servlet path
then /extra;a/path;b/info;c should be my path info according to the spec  (see 
SRV.4.4 and table 2)

so if I submit a patch for this would you except this behavior?

John

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