[java-idp-testbed COMMIT] /trunk/src/main/resources/conf/webflow-config.xml
noreply at shibboleth.net
noreply at shibboleth.net
Mon Nov 11 18:13:49 EST 2013
Author: scantor
Date: Mon Nov 11 18:13:49 2013
New Revision: 42
URL: http://svn.shibboleth.net/view/java-idp-testbed?rev=42&view=rev
Log:
Remove classpath dependency
Modified:
trunk/src/main/resources/conf/webflow-config.xml
Modified: trunk/src/main/resources/conf/webflow-config.xml
URL: http://svn.shibboleth.net/view/java-idp-testbed/trunk/src/main/resources/conf/webflow-config.xml?rev=42&r1=41&r2=42&view=diff
==============================================================================
--- trunk/src/main/resources/conf/webflow-config.xml (original)
+++ trunk/src/main/resources/conf/webflow-config.xml Mon Nov 11 18:13:49 2013
@@ -6,7 +6,7 @@
http://www.springframework.org/schema/context classpath:/org/springframework/context/config/spring-context-3.2.xsd
http://www.springframework.org/schema/webflow-config classpath:/org/springframework/webflow/config/spring-webflow-config-2.3.xsd">
- <context:property-placeholder location="classpath:conf/idp.properties" />
+ <context:property-placeholder location="file://${idp.home}/conf/idp.properties" />
<!-- Define custom flows, or override system flows, inside here. -->
<webflow:flow-registry id="flowRegistry" parent="systemFlowRegistry" base-path="file://${idp.home}/flows" flow-builder-services="flowBuilderServices">
More information about the commits
mailing list