JavaServer Pages Pocket Reference by Hans Bergsten The unconfirmed error reports are from readers. They have not yet been approved or disproved by the author or editor and represent solely the opinion of the reader. Here's a key to the markup: [page-number]: serious technical mistake {page-number}: minor technical mistake : important language/formatting problem (page-number): language change or minor formatting problem ?page-number?: reader question or request for clarification This page was updated July 8, 2002. UNCONFIRMED errors and comments from readers: [38] description of getPathInfo() method; The description states "For a JSP page, this method always returns null". This is not true. If a JSP page is mapped, then this returns the path following the mapping path. e.g. if for a JSP page MyJSP, mapped to /A/B/*, MyJSP will be invoked for path /A/B/C and request.getPathInfo() will return "/C".