You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@santuario.apache.org by co...@apache.org on 2013/11/25 14:32:38 UTC

svn commit: r1545272 - /santuario/xml-security-java/trunk/src/main/resources/security-config.xml

Author: coheigea
Date: Mon Nov 25 13:32:38 2013
New Revision: 1545272

URL: http://svn.apache.org/r1545272
Log:
Upgrading XML EncryptedData event count

Modified:
    santuario/xml-security-java/trunk/src/main/resources/security-config.xml

Modified: santuario/xml-security-java/trunk/src/main/resources/security-config.xml
URL: http://svn.apache.org/viewvc/santuario/xml-security-java/trunk/src/main/resources/security-config.xml?rev=1545272&r1=1545271&r2=1545272&view=diff
==============================================================================
--- santuario/xml-security-java/trunk/src/main/resources/security-config.xml (original)
+++ santuario/xml-security-java/trunk/src/main/resources/security-config.xml Mon Nov 25 13:32:38 2013
@@ -10,7 +10,7 @@
         <Property NAME="AllowMD5Algorithm" VAL="false"/>
         <Property NAME="AllowNotSameDocumentReferences" VAL="false"/>
         <Property NAME="MaximumAllowedXMLStructureDepth" VAL="100"/>
-        <Property NAME="MaximumAllowedEncryptedDataEvents" VAL="100"/>
+        <Property NAME="MaximumAllowedEncryptedDataEvents" VAL="200"/>
         <Property NAME="DefaultLanguageCode" VAL="en"/>
         <Property NAME="DefaultCountryCode" VAL="US"/>
     </Properties>