Re: [PATCH] JspParseEventListener.java - Catch Throwable and throw new Exception

2000-11-26 Thread Pierre Delisle
Rob Saccoccio wrote: Would it be possible to change the generated _jspService() method to catch Throwable instead of Exception? JSP 1.2 is taking this direction (excerpt and patch below). Just committed the fix in tomcat-4.0 (since this is JSP1.2). +

[PATCH] JspParseEventListener.java - Catch Throwable and throw new Exception

2000-11-25 Thread Rob Saccoccio
Would it be possible to change the generated _jspService() method to catch Throwable instead of Exception? JSP 1.2 is taking this direction (excerpt and patch below). Without breaking the existing JSP 1.1 implementation, the existing catch(Exception) block in _jspService() can be modified to