You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Larry Isaacs <La...@sas.com> on 2001/01/11 20:55:45 UTC

RE: Tomcat 3.2.2 Was (BugRat Report #690 has been filed.)

> Glenn (and others),
> 
> Have we accumulated enough bug fixes where it's worth 
> creating a 3.2.2 release, or are there more issues that should be
> dealt with first?
> 
Hi Craig,

I'm +1 for 3.2.2.

The UnavailableException handling in 3.2.1 is still not quite
right in Tomcat 3.2.  I have a patch that at least fixes the
problem where an included servlet throws an UnavailableException
which isn't handled.  It can travel up the chain of callers
marking each as unavailable.  A simple test case easily causes
the JspServlet to get marked permanently unavailable. :-(

I would also like to finally update Jasper to add the ability
to get class debugging information.  Hopefully this would be
viewed as "filling a hole" as opposed to adding a feature.
(Last chance to -1).

Both patches will be ready with a little more testing.
I will try to commit both of these to Tomcat 3.2 tonight.

Cheers,
Larry