Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> OAS 4.0.8.1 JServlet: Extra path info not implemented?

OAS 4.0.8.1 JServlet: Extra path info not implemented?

From: Finn Ellebaek Nielsen <fen_at_changegroup.dk>
Date: Sat, 4 Mar 2000 21:10:15 +0100
Message-ID: <89rqpj$464$1@news.inet.tele.dk>


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

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US