[java-identity-provider COMMIT] /trunk/idp-conf/src/main/resources/conf/authn/authn-comparison.xml

noreply at shibboleth.net noreply at shibboleth.net
Wed Dec 31 16:29:45 EST 2014


Author: scantor
Date: Wed Dec 31 16:29:45 2014
New Revision: 7222

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=7222&view=rev
Log:
IDP-554 - Typos and mistakes in user config files 

Modified:
    trunk/idp-conf/src/main/resources/conf/authn/authn-comparison.xml

Modified: trunk/idp-conf/src/main/resources/conf/authn/authn-comparison.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/conf/authn/authn-comparison.xml?rev=7222&r1=7221&r2=7222&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/conf/authn/authn-comparison.xml (original)
+++ trunk/idp-conf/src/main/resources/conf/authn/authn-comparison.xml Wed Dec 31 16:29:45 2014
@@ -22,14 +22,14 @@
     <bean id="shibboleth.BetterClassRefMatchFactory" parent="shibboleth.InexactMatchFactory">
         <!--
         <property name="matchingRules">
-            <util:map>
+            <map>
                 <entry key="urn:oasis:names:tc:SAML:2.0:ac:classes:Password">
                     <list>
                         <value>urn:oasis:names:tc:SAML:2.0:ac:classes:PasswordProtectedTransport</value>
                         <value>urn:oasis:names:tc:SAML:2.0:ac:classes:TimeSyncToken</value>
                     </list>
                 </entry>
-            </util:map>
+            </map>
         </property>
         -->
     </bean>



More information about the commits mailing list