Java Servlet Programming by Jason Hunter with William Crawford Here are the changes made in the 4/99 reprint: {45} In example 2-11, the second line used to read: CLASS="HelloBean" It now reads: TYPE="HelloBean (214) The 2nd to last line the function call used to read: "isRequestedSessionIdValue()" Changed to: "isRequestedSessionIdValid()" (422) The line of body text after Example 13-10, "HTTPClient" Has been changed to: "HttpClient" (422) The second bulleted list item "server_root" is now in Courier-Italic (twice). (470) In the description for getRequestUrl(), changed: ", extra path information, and query string." to ", and extra path information." {484} In Appendix E, the charsets for Chinese were reversed. Simplified/Mainland is now GB2312, and Traditional/Taiwan is Big5.