[java-identity-provider] branch main updated: Default some of the parser properties when defaults match.

Codeberg noreply at shibboleth.net
Tue May 12 13:42:09 UTC 2026


This is an automated email from the git hooks/post-receive script.

codeberg pushed a commit to branch main
in repository java-identity-provider.

View the commit online:
https://codeberg.org/Shibboleth/java-identity-provider/commit/e13d0562b884de3f475322df02c5451f7022e396

The following commit(s) were added to refs/heads/main by this push:
     new e13d0562b Default some of the parser properties when defaults match.
e13d0562b is described below

commit e13d0562b884de3f475322df02c5451f7022e396
Author: Scott Cantor <scott at restingparrotsoftware.com>
AuthorDate: Tue May 12 09:41:46 2026 -0400

    Default some of the parser properties when defaults match.
---
 .../src/main/resources/net/shibboleth/idp/conf/global-system.xml    | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/global-system.xml b/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/global-system.xml
index 4a262f286..43b322cbd 100644
--- a/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/global-system.xml
+++ b/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/global-system.xml
@@ -334,7 +334,7 @@
                 <entry key="jdk.xml.elementAttributeLimit" value-type="java.lang.Integer"
                        value="#{'%{idp.xml.metadata.elementAttributeLimit:100}'.trim()}" />
                 <entry key="jdk.xml.maxElementDepth" value-type="java.lang.Integer"
-                       value="#{'%{idp.xml.metadata.maxElementDepth:25}'.trim()}" />
+                       value="#{'%{idp.xml.metadata.maxElementDepth:%{idp.xml.maxElementDepth:25}}'.trim()}" />
             </map>
         </property>
     </bean>
@@ -371,9 +371,9 @@
         <property name="builderAttributes">
             <map>
                 <entry key="jdk.xml.elementAttributeLimit" value-type="java.lang.Integer"
-                       value="#{'%{idp.xml.decryption.elementAttributeLimit:30}'.trim()}" />
+                       value="#{'%{idp.xml.decryption.elementAttributeLimit:%{idp.xml.elementAttributeLimit:30}}'.trim()}" />
                 <entry key="jdk.xml.maxElementDepth" value-type="java.lang.Integer"
-                       value="#{'%{idp.xml.decryption.maxElementDepth:25}'.trim()}" />
+                       value="#{'%{idp.xml.decryption.maxElementDepth:%{idp.xml.maxElementDepth:25}}'.trim()}" />
             </map>
         </property>
     </bean>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list