I have a servlet that uses PathInfo to tell the servlet what operation
to perform. For example,
http://host:port/servlet/MyServlet/report
tells MyServlet to report. MyServlet is expecting "/report" be passed
to it as PathInfo, and getting it using aHttpServletRequest.getPathInfo().
It worked fine for some servlet engines, but failed on Oracle OAS 4.0.8.
It seems that OAS thinks MyServlet/report is a class and tries to load it.
Is PathInfo a standard servlet feature, or it implementation dependent?
Thanks for any help.
Gao Peng
___________________________________________________________________________
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