[java-identity-provider COMMIT] /trunk/idp-authn-impl/src/main/resources/flows/jaas-form-authn-beans.xml
noreply at shibboleth.net
noreply at shibboleth.net
Mon Sep 2 18:04:20 EDT 2013
Author: scantor
Date: Mon Sep 2 18:04:20 2013
New Revision: 4740
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=4740&view=rev
Log:
For now, replace absolute path with IDP_HOME reference.
Modified:
trunk/idp-authn-impl/src/main/resources/flows/jaas-form-authn-beans.xml
Modified: trunk/idp-authn-impl/src/main/resources/flows/jaas-form-authn-beans.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-authn-impl/src/main/resources/flows/jaas-form-authn-beans.xml?rev=4740&r1=4739&r2=4740&view=diff
==============================================================================
--- trunk/idp-authn-impl/src/main/resources/flows/jaas-form-authn-beans.xml (original)
+++ trunk/idp-authn-impl/src/main/resources/flows/jaas-form-authn-beans.xml Mon Sep 2 18:04:20 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