Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> OAS 4.0.8.1 JServlet: Extra path info not implemented?
Didn't Oracle implement extra path info for servlets? According to the Java
Servlets spec it should be possible to invoke a servlet with a URL like
http://host/servlets/MyServlet/index.html where /index.html would be
accessible through the getPathInfo() method of the servlet and the
translated path would be accessible through the getPathTranslated() method.
Trying the sample servlet SnoopServlet delivered with OAS 4.0.8.1 through http://host/servlets/SnoopServlet/index.html OAS tries to load a class called ...\SnoopServlet\index\html and throws a ClassNotFoundException (naturally).
Is this a bug or didn't Oracle implement extra path info?
Thanks.
Finn Received on Sat Mar 04 2000 - 14:10:15 CST
![]() |
![]() |