[java-idp-testbed COMMIT] in /trunk/src/main/resources: conf/ipaddress-authn-config.xml flows/authn/ipaddress-authn-b...

noreply at shibboleth.net noreply at shibboleth.net
Fri Oct 18 15:22:24 EDT 2013


Author: scantor
Date: Fri Oct 18 15:22:23 2013
New Revision: 18

URL: http://svn.shibboleth.net/view/java-idp-testbed?rev=18&view=rev
Log:
Case consistency with properties.

Modified:
    trunk/src/main/resources/conf/ipaddress-authn-config.xml
    trunk/src/main/resources/flows/authn/ipaddress-authn-beans.xml

Modified: trunk/src/main/resources/conf/ipaddress-authn-config.xml
URL: http://svn.shibboleth.net/view/java-idp-testbed/trunk/src/main/resources/conf/ipaddress-authn-config.xml?rev=18&r1=17&r2=18&view=diff
==============================================================================
--- trunk/src/main/resources/conf/ipaddress-authn-config.xml (original)
+++ trunk/src/main/resources/conf/ipaddress-authn-config.xml Fri Oct 18 15:22:23 2013
@@ -14,7 +14,7 @@
     Do not change the name of the bean.
     -->
 
-    <util:map id="shibboleth.Authn.IPAddress.Mappings">
+    <util:map id="shibboleth.authn.IPAddress.Mappings">
         <entry key="jdoe">
             <list>
                 <value>127.0.0.1/32</value>

Modified: trunk/src/main/resources/flows/authn/ipaddress-authn-beans.xml
URL: http://svn.shibboleth.net/view/java-idp-testbed/trunk/src/main/resources/flows/authn/ipaddress-authn-beans.xml?rev=18&r1=17&r2=18&view=diff
==============================================================================
--- trunk/src/main/resources/flows/authn/ipaddress-authn-beans.xml (original)
+++ trunk/src/main/resources/flows/authn/ipaddress-authn-beans.xml Fri Oct 18 15:22:23 2013
@@ -20,6 +20,6 @@
         p:httpServletRequest-ref="shibboleth.HttpServletRequest" />
         
     <bean id="ValidateUserAgentAddress" class="net.shibboleth.idp.authn.impl.ValidateUserAgentAddress" scope="prototype"
-        p:mappings-ref="shibboleth.Authn.IPAddress.Mappings" />
+        p:mappings-ref="shibboleth.authn.IPAddress.Mappings" />
 
 </beans>



More information about the commits mailing list