Index: src/main/java/org/apache/jackrabbit/core/config/ConfigurationEntityResolver.java =================================================================== --- src/main/java/org/apache/jackrabbit/core/config/ConfigurationEntityResolver.java (revision 883695) +++ src/main/java/org/apache/jackrabbit/core/config/ConfigurationEntityResolver.java (working copy) @@ -16,20 +16,21 @@ */ package org.apache.jackrabbit.core.config; -import org.xml.sax.EntityResolver; -import org.xml.sax.InputSource; -import org.xml.sax.SAXException; - import java.io.IOException; import java.io.InputStream; import java.util.HashMap; import java.util.Map; +import org.xml.sax.EntityResolver; +import org.xml.sax.InputSource; +import org.xml.sax.SAXException; + /** * Entity resolver for Jackrabbit configuration files. * This simple resolver contains mappings for the following * public identifiers used for the Jackrabbit configuration files: *
-//The Apache Software Foundation//DTD Jackrabbit 2.0//EN-//The Apache Software Foundation//DTD Jackrabbit 1.6//EN-//The Apache Software Foundation//DTD Jackrabbit 1.5//EN-//The Apache Software Foundation//DTD Jackrabbit 1.4//EN* Also the following system identifiers are mapped to local resources: *
http://jackrabbit.apache.org/dtd/repository-2.0.dtdhttp://jackrabbit.apache.org/dtd/repository-1.6.dtdhttp://jackrabbit.apache.org/dtd/repository-1.5.dtdhttp://jackrabbit.apache.org/dtd/repository-1.4.dtd