[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index] [Home]

Re: 1.0a3


Thanks, but something you changed in the JSP10Servlet class 
is giving me an exception.  Whenever I try to browse a JSP page 
I get an error 500 and the exception:

java.lang.NullPointerException: 
 at java.util.Hashtable.get(Hashtable.java:259)
 at org.gjt.jsp10.JSP10Servlet.service(JSP10Servlet.java:142)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
 at org.apache.jserv.JServConnection.processRequest(JServConnection.java)
 at org.apache.jserv.JServConnection.run(JServConnection.java)
 at java.lang.Thread.run(Thread.java:466)

I traced the exception back to the requestToJSPFile method, 
which supplies the value to Hashtable.get() that causes the
exception.

I replaced the new JSP10Servlet.class with the one from the 
previous build and everything including the other a3 fixes 
works.

James B. Walters
JamesW@APEXInteractive.com