On 11/10/2011 12:13, Paul Wilson wrote:
> On 11 October 2011 12:08, Konstantin Kolinko <knst.koli...@gmail.com> wrote:
>> Hm...
>>
>> There are RequestInfoExample servlet and snoop.jsp in the sample webapp.
>>
>> Testing them apparently getPathInfo() still does not return path parameters.
>>
>> http://localhost:8080/examples/jsp/snp;x=y/snoop.jsp
>> http://localhost:8080/examples/servlets/servlet;foo=bar/RequestInfoExample/baz;y=z/d
>>
>> The second one prints:
>> Path Info:      /baz/d
>>
>> both in trunk and in current 6.0.
> 
> Thanks for the information.

There was a clarification from the EG (that never made it into the
specification) that path parameters should not be included in getPathInfo()
https://issues.apache.org/bugzilla/show_bug.cgi?id=25015

I have raised this again as
http://java.net/jira/browse/SERVLET_SPEC-18
along with a bunch of related issues.

Mark

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to