Marc Saegesser wrote:
> 
> Using Apache 1.3.19 here's what I see.  Apache does normalize the URL but
> there is a small difference between what it does and what Tomcat does.
> Apache does not remove multiple adjacent / characters.  For example,
> 
> http://server/cgi-bin/script/fu/bar --> PATH_INFO = /fu/bar
> http://server/cgi-bin/script/fu/../bar --> PATH_INFO = /bar
> http://server/cgi-bin/script/fu//bar --> PATH_INFO = /fu//bar
> 
> The multiple adjacent / characters don't seem to have any effect on locating
> resources.  For example,
> 
> http://server///////cgi-bin/script/fu/bar
> 
> works just fine.  Unless other comitters feel otherwise, I'll work on
> changes to the tomcat_32 branch to make path info work as it does with CGI
> in Apache.

Perfect, then my issue (at least) would be solved.

-jh-

Reply via email to