Signed-off-by: Jan Bartel <janb@webtide.com>
This commit is contained in:
parent
88a69b8f67
commit
01ee48cda3
|
@ -33,6 +33,8 @@ public class XmlParserTest
|
|||
|
||||
URL configURL = XmlConfiguration.class.getClassLoader().getResource("org/eclipse/jetty/xml/configure_9_3.dtd");
|
||||
parser.redirectEntity("configure.dtd", configURL);
|
||||
parser.redirectEntity("configure_9_3.dtd", configURL);
|
||||
//parser.redirectEntity("http://www.eclipse.org/jetty/configure_9_3.dtd", configURL);
|
||||
parser.redirectEntity("http://jetty.eclipse.org/configure.dtd", configURL);
|
||||
parser.redirectEntity("-//Mort Bay Consulting//DTD Configure//EN", configURL);
|
||||
|
||||
|
|
Loading…
Reference in New Issue