Remy Maucherat wrote:

[EMAIL PROTECTED] wrote:

amyroh 2003/12/08 17:54:33

Modified: catalina/src/share/org/apache/catalina/core
ApplicationFilterFactory.java
catalina/src/share/org/apache/catalina/realm RealmBase.java
Log:
Revert the patch. Seems like this case is already handled in the Mapper in TC5.


Mmmmm, forget my -1 (I should read *all* my email before replying) :-D
Note that there's an open bug about this: bug 25015 (http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25015). Could you get some spec related folk to comment on it ?

Servlet spec folks talked about this (parameters in path and whether getpathinfo should return them or not), and they couldn't get the consensus. Most people seem to like that getPathInfo should NOT include the parameters, but we haven't had a thorough discussion and that's listed as an item for the next version of the spec. So, for now, it's container-specific but the servlet spec lead recommends to remove them.


Amy


The ex was: http://localhost/appname/servlet-name/extra;path/info;here/hi.jsp

Looking at the URI RFC, I think this should be changed to:
http://localhost/appname/servlet-name/extra/info/hi.jsp

Rémy



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





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



Reply via email to