We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42c4aa5 commit 3c06ce2Copy full SHA for 3c06ce2
1 file changed
server/bootstrap/src/org/labkey/bootstrap/ModuleArchive.java
@@ -72,7 +72,7 @@ private String nameFromModuleXML(InputStream is) throws IOException
72
73
try
74
{
75
- // Keep this in sync with config on XmlBeanUtil.SAX_PARSER_FACTORY. See motiviations in comments there.
+ // Keep this in sync with config on XmlBeansUtil.SAX_PARSER_FACTORY. See motiviations in comments there.
76
SAXParserFactory factory = SAXParserFactory.newDefaultInstance();
77
factory.setFeature("http://apache.org/xml/features/disallow-doctype-decl", true);
78
factory.setFeature("http://xml.org/sax/features/external-general-entities", false);
0 commit comments