Re: bug in 4.1.30?? PageContextImpl hides exception cause

2004-10-10 Thread Dean Hiller
never mind. This is fixed in tomcat 5. thanks, dean - Original Message - From: Dean Hiller [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, October 09, 2004 11:07 PM Subject: bug in 4.1.30?? PageContextImpl hides exception cause In 4.1.30, In PageContextImpl, I see this code

bug in 4.1.30?? PageContextImpl hides exception cause

2004-10-09 Thread Dean Hiller
In 4.1.30, In PageContextImpl, I see this code (should I post this on the dev list instead) 525 if (t instanceof IOException) throw (IOException)t; 526 if (t instanceof ServletException) throw (ServletException)t; 527if (t instanceof RuntimeException) throw