Errata

JavaServer Pages Pocket Reference

Errata for JavaServer Pages Pocket Reference

Submit your own errata for this product.

The errata list is a list of errors and their corrections that were found after the product was released.

The following errata were submitted by our customers and have not yet been approved or disproved by the author or editor. They solely represent the opinion of the customer.

Color Key: Serious technical mistake Minor technical mistake Language or formatting error Typo Question Note Update

Version Location Description Submitted by Date submitted
Printed Page 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".

Anonymous   
Printed Page 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".

Anonymous