EVALUATION
ChangeSet=http://hg.openjdk.java.net/jdk6/jdk6/jaxp/rev/5c070921580c,ChangeRequest=6923146,ChangeRequest=6917454,ChangeRequest=6472982,ChangeRequest=6909759,ChangeRequest=6333993,ChangeRequest=6900779,ChangeRequest=6900773,ChangeRequest=6900249,ChangeRequest=6675332,ChangeRequest=6889654,ChangeRequest=6889649,ChangeRequest=6863312
|
EVALUATION
SJSXP had an incomplete support for the optional method XMLInputFactory#createXMLStreamReader(Source source), which was reported in sjsxp issue 38 (https://sjsxp.dev.java.net/issues/show_bug.cgi?id=38). The change was then to remove the support and add a complete support in a future time as requested with sjsxp issue 39 (https://sjsxp.dev.java.net/issues/show_bug.cgi?id=39).
This change, however, has caused regression in applications such as GlassFish v3. A quick fix for the issue would be to restore the code that supports StreamSource, but through UnsupportedOperationException for other sources.
|