Costin, Henri,
You both asked about some simple patches for Tomcat 3.2.2. There will be
another (hopefully the last) beta release for 3.2.2, so go ahead and commit
those changes.
I'm working a bug in Jasper that will certainly require some soak time to
make sure nothing else gets broken. JspServlet.java is an excellent example
of how *NOT* to write multithreaded Java code. In fact I'm tempted to start
using it as an interview pre-test. Anyone who can't find at least 3 (I
think there are at least 5) synchronization problems doesn't even get
brought in for an interview.