[java-idp-testbed COMMIT] in /trunk/src/main/webapp/WEB-INF/idp/flows/authn: jaas-basic-authn-beans.xml jaas-form-aut...

noreply at shibboleth.net noreply at shibboleth.net
Tue Sep 10 18:37:27 EDT 2013


Author: scantor
Date: Tue Sep 10 18:37:27 2013
New Revision: 6

URL: http://svn.shibboleth.net/view/java-idp-testbed?rev=6&view=rev
Log:
Remove extra constructor indirection.

Modified:
    trunk/src/main/webapp/WEB-INF/idp/flows/authn/jaas-basic-authn-beans.xml
    trunk/src/main/webapp/WEB-INF/idp/flows/authn/jaas-form-authn-beans.xml

Modified: trunk/src/main/webapp/WEB-INF/idp/flows/authn/jaas-basic-authn-beans.xml
URL: http://svn.shibboleth.net/view/java-idp-testbed/trunk/src/main/webapp/WEB-INF/idp/flows/authn/jaas-basic-authn-beans.xml?rev=6&r1=5&r2=6&view=diff
==============================================================================
--- trunk/src/main/webapp/WEB-INF/idp/flows/authn/jaas-basic-authn-beans.xml (original)
+++ trunk/src/main/webapp/WEB-INF/idp/flows/authn/jaas-basic-authn-beans.xml Tue Sep 10 18:37:27 2013
@@ -23,11 +23,7 @@
             p:loginConfigName="ShibUserPassAuth" p:loginConfigType="JavaLoginConfig">
         <property name="loginConfigParameters">
             <bean class="java.security.URIParameter">
-                <constructor-arg>
-                    <bean class="java.net.URI">
-                       <constructor-arg ref="JAASConfigURI" />
-                    </bean>
-                </constructor-arg>
+                <constructor-arg ref="JAASConfigURI" />
             </bean>
         </property>
     </bean>

Modified: trunk/src/main/webapp/WEB-INF/idp/flows/authn/jaas-form-authn-beans.xml
URL: http://svn.shibboleth.net/view/java-idp-testbed/trunk/src/main/webapp/WEB-INF/idp/flows/authn/jaas-form-authn-beans.xml?rev=6&r1=5&r2=6&view=diff
==============================================================================
--- trunk/src/main/webapp/WEB-INF/idp/flows/authn/jaas-form-authn-beans.xml (original)
+++ trunk/src/main/webapp/WEB-INF/idp/flows/authn/jaas-form-authn-beans.xml Tue Sep 10 18:37:27 2013
@@ -23,11 +23,7 @@
             p:loginConfigName="ShibUserPassAuth" p:loginConfigType="JavaLoginConfig">
         <property name="loginConfigParameters">
             <bean class="java.security.URIParameter">
-                <constructor-arg>
-                    <bean class="java.net.URI">
-                        <constructor-arg ref="JAASConfigURI" />
-                    </bean>
-                </constructor-arg>
+                <constructor-arg ref="JAASConfigURI" />
             </bean>
         </property>
     </bean>



More information about the commits mailing list