On Tue, 2007-02-06 at 10:13 +0000, Chris Burdess wrote: > I committed this patch which does two things: fixes a problem whereby > Xerces did not support an asynchronous DOM LS parser, and works > around a problem with the URLs specified in XML system IDs. > > Note, this is only a workaround and will probably not solve all > problems trying to integrate Xerces with the Classpath XML framework. > However it should at least reduce the size of stacktraces and make > the URL problems easier to identify. > > 2007-02-06 Chris Burdess <[EMAIL PROTECTED]> > > Fixes PR 27710. > * gnu/xml/dom/DomDocumentBuilderFactory.java: Fall back to > synchronous > LSParser if implementation does not support asynchronous. > * gnu/xml/stream/XMLParser.java, > gnu/xml/stream/XIncludeFilter.java: Use custom code instead of > java.net.URL to resolve to an an absolute URI, to avoid > nonexistent > protocol handler problems.
Hi! This patch broke SPECjbb2005 (http://developer.classpath.org/pipermail/classpath/2007-March/001917.html). Chris, could you have look at that before the release? - twisti