When we get an error with a jsp file, in many instances, a completely
useless message is returned. The message returned is ...
javax.servlet.ServletException
at
org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImp
l.java:533)
at org.apache.jsp.doRegister_jsp._jspService(doRegister_jsp.java:142)
When looking at the generated java code for this doRegister.jsp, I see that
line 142 contains this code...
if (pageContext != null) pageContext.handlePageException(t);
So, I am assuming there is some bug in the way Tomcat is handling
exceptions. Has this been fixed in any recent versions? I checked the
release notes, but it seems that there isn't any information specific to
tomcat 4.1.18. I am currently using a combination of jar files from tomcat
4.1.17 and 4.1.18.
Thanks!
Brandon
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>