Servlet-API Demo:
request.getPathInfo()
&RequestDispatcher.forward(req, resp)


Projekt: PathInfo-BugDemo
Autor: Werner Hennrich
Organisation: mailto:wehe@gmx.at

Description:
Demonstrates a bug observed under Jigsaw with gnuJsp:
if request.pathInfo() != null
then getContext().getRequestDispatcher("url.jsp").forward(request, response) fails - if pathInfo == null then the same forward workx. I've tried with three differnt implementations of the servlet-2.1 api, all with the same result: I tried Jigsaw's, gnuJSP's and SUNs.


JigSaw: release 2.1.2
gnuJSP: 1.0.1Pre1 - 21 Apr 2000
JDK: java version "1.2.2" / Classic VM (build JDK-1.2.2-001, native threads, symcjit)
Servlet-API: V2.1 - SUN's, Jigsaw's and gnuJSP's.
OS: WinNT4/SP6

goto the SERVLET.