Regarging JAXP, if I understand correctly, I can build with and ship the jaxp.jar and crimson.jar from JAXP-1.1 but users can still run with the older jaxp.jar and parser.jar from jaxp-1.0.1, right? I have two concerns. First I want to preserve the ability for existing users to upgrade to 3.2.4 by simply copying the new webserver.jar file into tomcat/lib. Second, because of the class loader issues in 3.2.x, webapps see the classes from tomcat/lib before they see the ones in their WEB-INF/lib directory. Thus replacing the parser in tomcat/lib could have unintended side effects on existing applications. I don't have any problem shipping with the later JAXP stuff as long as we can still run with the older version that we've shipped with in the past.
I'll take a look at the diffs between the Jdk12Interceptor in tomcat_32 and 3.3 and how it looks. Marc Saegesser > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Friday, October 19, 2001 1:08 PM > To: [EMAIL PROTECTED] > Subject: Re: [PROPOSAL] Tomcat 3.2.4 release > > > +1 > > Would it be possible to also include a recent Jaxp ( xerces is also > fine ) and add the Jdk12Interceptor ( that sets context class loader ) in > the default server.xml ? > ( with instructions on how to remove it on JDK1.1 ) ? > > There are so many SOAP, etc problems that are resolved by just adding the > module, and only few people knows about this... > > > Costin > > On Fri, 19 Oct 2001, Marc Saegesser wrote: > > > > I propose that we release the tip of the tomcat_32 branch as > Tomcat 3.2.4. > > Since the 3.2.3 release there have been several bug fixes and patches > > applied to the branch and these should packaged as a public > release. I will > > be the release manager. > > > > After this release I expect that all future Tomcat 3.x > development will be > > based on Tomcat 3.3. > > > > The release plan has been checked into cvs and a copy is > attached. Please > > review the plan reply with your vote. > > > > > -------------------------------------------------------------------------- > > Vote: Tomcat 3.2.4 Release Plan > > [ ] +1 I am in favor of the release, and will help support it > > [ ] +0 I am in favor of the release, but am unable to help support it > > [ ] -0 I am not in favor of the release > > [ ] -1 I am against this proposal (must include a reason). > > > -------------------------------------------------------------------------- > > > > > > Marc Saegesser > >