[java-identity-provider COMMIT] /trunk/idp-authn-impl/src/main/resources/flows/jaas-basic-authn-beans.xml

noreply at shibboleth.net noreply at shibboleth.net
Tue Sep 3 14:21:59 EDT 2013


Author: scantor
Date: Tue Sep  3 14:21:59 2013
New Revision: 4746

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=4746&view=rev
Log:
Forgot to change absolute path.

Modified:
    trunk/idp-authn-impl/src/main/resources/flows/jaas-basic-authn-beans.xml

Modified: trunk/idp-authn-impl/src/main/resources/flows/jaas-basic-authn-beans.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-authn-impl/src/main/resources/flows/jaas-basic-authn-beans.xml?rev=4746&r1=4745&r2=4746&view=diff
==============================================================================
--- trunk/idp-authn-impl/src/main/resources/flows/jaas-basic-authn-beans.xml (original)
+++ trunk/idp-authn-impl/src/main/resources/flows/jaas-basic-authn-beans.xml Tue Sep  3 14:21:59 2013
@@ -19,7 +19,7 @@
             <bean class="java.security.URIParameter">
                 <constructor-arg>
                     <bean class="java.net.URI">
-                        <constructor-arg value="file:///Users/scantor/Documents/workspace/3.0/java-shib-testbed/src/main/resources/conf/jaas.config" />
+                        <constructor-arg value="file://$IDP_HOME/conf/jaas.config" />
                     </bean>
                 </constructor-arg>
             </bean>



More information about the commits mailing list