Hi Neeraj,

Here's a list of the ones I know about:

The discrepancy in File to URI conversion was reported against 
DocumentBuilder but it also applies to SAXParser and StreamSource. The fix 
hasn't been applied to either of those classes.

The FactoryFinder classes in the parsers and transform packages appear to 
be missing the following fixes [1][2][3] from the tck-jaxp-1_2_0 branch. A 
diff [4] between the latest copies on the main branch and tck-jaxp-1_2_0 
shows some other differences, most notably how the jaxp.properties file is 
cached. The code on the main branch will read and cache the 
jaxp.properties file once whereas on the tck-jaxp-1_2_0 branch it will 
reload it if the jaxp.properties file was modified since it was read 
(which to me appears to be a more desirable behaviour).

There was a printStackTrace fix applied to TransformerException [5] which 
isn't on the main branch.

[1] 
http://cvs.apache.org/viewcvs.cgi/xml-commons/java/external/src/javax/xml/parsers/FactoryFinder.java?hideattic=0&rev=1.7.6.5&view=markup
[2] 
http://cvs.apache.org/viewcvs.cgi/xml-commons/java/external/src/javax/xml/parsers/FactoryFinder.java?hideattic=0&rev=1.7.6.6&view=markup
[3] 
http://cvs.apache.org/viewcvs.cgi/xml-commons/java/external/src/javax/xml/parsers/FactoryFinder.java?hideattic=0&rev=1.7.6.8&view=markup
[4] 
http://cvs.apache.org/viewcvs.cgi/xml-commons/java/external/src/javax/xml/parsers/FactoryFinder.java?r1=1.11&r2=1.7.6.8&diff_format=h
[5] 
http://cvs.apache.org/viewcvs.cgi/xml-commons/java/external/src/javax/xml/transform/TransformerException.java?r1=1.5&r2=1.3.8.4&diff_format=h

Neeraj Bajaj <[EMAIL PROTECTED]> wrote on 05/30/2005 02:00:56 AM:

> Thanks Michael for catching this one. Yes [1] should be fixed.
> Except for changes related to compile/runtime dependency on
> JDK 1.4 what are the other changes ?
> 
> - Neeraj
> 
> Michael Glavassevich wrote:
> 
> >Hi everyone,
> >
> >A recently opened Bugzilla report [1] cites a fix for File to URI 
> >conversion which was applied to the tck-jaxp-1_2_0 branch back in 2002 
[2] 
> >but wasn't merged back into the main branch (now containing JAXP 1.3). 
It 
> >seems that few (if any) of the fixes and other improvements we've 
applied 
> >over the years to the tck-jaxp-1_2_0 branch were ever merged back into 
the 
> >main branch. With Xerces and Xalan releases coming up very soon, I'd 
like 
> >to start folding the tck-jaxp-1_2_0 fixes into the main branch. There 
are 
> >also a couple compile and runtime dependencies on JDK 1.4 I'd like us 
to 
> >clear up. If folks agree, I'm interested in getting started this week.
> >
> >Thanks.
> >
> >[1] http://issues.apache.org/bugzilla/show_bug.cgi?id=34913
> >[2] 
> >http://cvs.apache.org/viewcvs.cgi/xml-
> commons/java/external/src/javax/xml/parsers/SAXParser.java?
> hideattic=0&r1=1.3&r2=1.3.8.1&diff_format=h
> >
> >Michael Glavassevich
> >XML Parser Development
> >IBM Toronto Lab
> >E-mail: [EMAIL PROTECTED]
> >E-mail: [EMAIL PROTECTED]
> > 
> >

Michael Glavassevich
XML Parser Development
IBM Toronto Lab
E-mail: [EMAIL PROTECTED]
E-mail: [EMAIL PROTECTED]

Reply via email to