Skip to content

Commit

Permalink
Update ConfigVerifyer.java
Browse files Browse the repository at this point in the history
  • Loading branch information
ready-research committed Jan 18, 2022
1 parent 1d371f0 commit a0468b8
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -97,7 +97,6 @@ public boolean isConfigurationFile() {
private boolean isConfigFile(InputStream inputStream) {
try {
SAXParserFactory factory = SAXParserFactory.newInstance();
factory.setFeature("http://apache.org/xml/features/disallow-doctype-decl", true);
factory.setFeature("http://xml.org/sax/features/external-general-entities", false);
factory.setFeature("http://xml.org/sax/features/external-parameter-entities", false);
factory.setValidating(false);
Expand Down

0 comments on commit a0468b8

Please sign in to comment.