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_at_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 [Quoted] [Quoted] 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 - 21:10:15 CET

Original text of this message