Issue #6004 Add redirect for configure_9_3.dtd to XmlParserTest (#6015)

Signed-off-by: Jan Bartel <janb@webtide.com>
This commit is contained in:
Jan Bartel 2021-02-27 14:37:36 +01:00 committed by GitHub
parent 88a69b8f67
commit 01ee48cda3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -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);