Re: OAS 4.0.8.1 JServlet: Extra path info not implemented?

From: Finn Ellebaek Nielsen <fen_at_changegroup.dk>
Date: Fri, 10 Mar 2000 21:17:41 +0100
Message-ID: <8abl90$d61$1_at_news.inet.tele.dk>


Oracle just relased a new patchset for OAS 4.0.8.1 JServlet, check out http://metalink.oracle.com/metalink/plsql/dis_download.confirm?p_id=2962.999 . And it works!

Finn Ellebaek Nielsen <fen_at_changegroup.dk> wrote in message news:8a66k2$eqh$1_at_news.inet.tele.dk...
> Apparently this is bug 992371, hopefully it'll be fixed in 4.0.9, perhaps
> there'll be a patch set for 4.0.8.1...
>
> Finn
>
> Finn Ellebaek Nielsen <fen_at_changegroup.dk> wrote in message
> news: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
> > 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 Fri Mar 10 2000 - 21:17:41 CET

Original text of this message