This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
Hi all, This commit fixes a bug which caused javax.xml.parsers.DocumentBuilderFactory.newDocumentBuilder() to fail if another JAXP implementation was in the classpath. The specification allows for the various abstract classes in javax.xml to be overridden by the endorsed classes override stuff, but without this parts of other JAXP implementations would be loaded even without being endorsed. Cheers, Gary
Attachment:
patch
Description: Text document
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |