Skip to content

Commit

Permalink
less logging related to JAXP
Browse files Browse the repository at this point in the history
  • Loading branch information
j-dimension committed Dec 19, 2024
1 parent 5cad56c commit ba25dc7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1146,7 +1146,7 @@ public Map<String, ServerFormPlugin> getPluginsInRepository(String clientVersion
dbf.setAttribute(XMLConstants.ACCESS_EXTERNAL_SCHEMA, "");
} catch (IllegalArgumentException iae) {
// only available from JAXP 1.5+, but Wildfly still ships 1.4
log.warn("Unable to set external entity restrictions in XML parser", iae);
log.warn("Unable to set external entity restrictions in XML parser: " + iae.getMessage());
}
DocumentBuilder remoteDb = dbf.newDocumentBuilder();
InputSource inSrc1 = new InputSource(new StringReader(formsContent));
Expand Down

0 comments on commit ba25dc7

Please sign in to comment.