[java-shib-idp2 COMMIT] in /branches/REL_2: doc/RELEASE-NOTES.txt src/installer/resources/conf-tmpl/internal.xml

noreply at shibboleth.net noreply at shibboleth.net
Thu Nov 8 15:29:30 EST 2012


Author: scantor
Date: Thu Nov  8 15:29:30 2012
New Revision: 3121

URL: http://svn.shibboleth.net/view/java-shib-idp2?rev=3121&view=rev
Log:
JOST-162 - Turn off data normalization in case validation is enabled.

Modified:
    branches/REL_2/doc/RELEASE-NOTES.txt
    branches/REL_2/src/installer/resources/conf-tmpl/internal.xml

Modified: branches/REL_2/doc/RELEASE-NOTES.txt
URL: http://svn.shibboleth.net/view/java-shib-idp2/branches/REL_2/doc/RELEASE-NOTES.txt?rev=3121&r1=3120&r2=3121&view=diff
==============================================================================
--- branches/REL_2/doc/RELEASE-NOTES.txt (original)
+++ branches/REL_2/doc/RELEASE-NOTES.txt Thu Nov  8 15:29:30 2012
@@ -1,5 +1,6 @@
 Changes in Release 2.4.0
 =============================================
+[JOST-162] - Globally enabling schema validation breaks the Signature metadata filter
 [SIDP-545] - Automatic reloading of relying-party.xml results in errors
 [SIDP-557] - aacli.sh Exception (again)
 [SIDP-559] - Attribute queries are ignoring input designators

Modified: branches/REL_2/src/installer/resources/conf-tmpl/internal.xml
URL: http://svn.shibboleth.net/view/java-shib-idp2/branches/REL_2/src/installer/resources/conf-tmpl/internal.xml?rev=3121&r1=3120&r2=3121&view=diff
==============================================================================
--- branches/REL_2/src/installer/resources/conf-tmpl/internal.xml (original)
+++ branches/REL_2/src/installer/resources/conf-tmpl/internal.xml Thu Nov  8 15:29:30 2012
@@ -80,6 +80,12 @@
                     </key>
                     <util:constant static-field="java.lang.Boolean.TRUE"/>
                 </entry>
+                <entry>
+                    <key>
+                        <value>http://apache.org/xml/features/validation/schema/normalized-value</value>
+                    </key>
+                    <util:constant static-field="java.lang.Boolean.FALSE"/>
+                </entry>
             </map>
         </property>
     </bean>



More information about the commits mailing list