Certain path-related methods seem to return curious results in JRun 3.0
after servlet mapping. For instance,
if I map "/xyz" to "MyServlet", then getPathInfo() returns null,
getServletPath() returns "/xyz", and
getRequestURI() returns "/MyApp/xyz". Of course, when invoking MyServlet by
"/MyApp/servlet/MyServlet/xyz",
getPathInfo() returns "/xyz", getServletPath() returns "/servlet/MyServlet",
and getRequestURI() returns
"/MyApp/servlet/MyServlet/xyz", which is what I expect.
Are these results normal, or is JRun not following the spec?
Duane Morse, Eldorado Computing Inc., Phoenix Arizona
___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".
Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html