mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Valera V.Harseko
13.05.2022 a568afaeaf9cca9786f00248ff87cc9664e63fdb
opendj-maven-plugin/src/main/java/org/forgerock/opendj/maven/GenerateConfigMojo.java
@@ -395,7 +395,7 @@
    private void initializeStylesheets() throws TransformerConfigurationException {
        getLog().info("Loading XSLT stylesheets...");
        stylesheetFactory = TransformerFactory.newInstance();
        stylesheetFactory.setAttribute("jdk.xml.xpathTotalOpLimit", "0");
        //stylesheetFactory.setAttribute("jdk.xml.xpathTotalOpLimit", "0");
        stylesheetFactory.setAttribute("jdk.xml.xpathExprGrpLimit", "0");
        stylesheetFactory.setAttribute("jdk.xml.xpathExprOpLimit", "0");
        stylesheetFactory.setURIResolver(resolver);