[java-idp-testbed COMMIT] in /trunk/src/main/resources: conf/global-beans.xml conf/webflow-config.xml flows/authn/aut...
noreply at shibboleth.net
noreply at shibboleth.net
Thu Oct 17 13:05:32 EDT 2013
Author: scantor
Date: Thu Oct 17 13:05:31 2013
New Revision: 16
URL: http://svn.shibboleth.net/view/java-idp-testbed?rev=16&view=rev
Log:
Remove deprecated property.
Modified:
trunk/src/main/resources/conf/global-beans.xml
trunk/src/main/resources/conf/webflow-config.xml
trunk/src/main/resources/flows/authn/authn-beans.xml
trunk/src/main/resources/flows/authn/jaas-basic-authn-beans.xml
trunk/src/main/resources/flows/authn/jaas-form-authn-beans.xml
Modified: trunk/src/main/resources/conf/global-beans.xml
URL: http://svn.shibboleth.net/view/java-idp-testbed/trunk/src/main/resources/conf/global-beans.xml?rev=16&r1=15&r2=16&view=diff
==============================================================================
--- trunk/src/main/resources/conf/global-beans.xml (original)
+++ trunk/src/main/resources/conf/global-beans.xml Thu Oct 17 13:05:31 2013
@@ -12,7 +12,7 @@
default-init-method="initialize"
default-destroy-method="destroy">
- <context:property-placeholder system-properties-mode="OVERRIDE" location="classpath:conf/idp.properties" />
+ <context:property-placeholder location="classpath:conf/idp.properties" />
<!-- This bean MUST be called "conversionService" to work properly. -->
<bean id="conversionService" class="org.springframework.context.support.ConversionServiceFactoryBean">
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=16&r1=15&r2=16&view=diff
==============================================================================
--- trunk/src/main/resources/conf/webflow-config.xml (original)
+++ trunk/src/main/resources/conf/webflow-config.xml Thu Oct 17 13:05:31 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 system-properties-mode="OVERRIDE" location="classpath:conf/idp.properties" />
+ <context:property-placeholder location="classpath:conf/idp.properties" />
<webflow:flow-registry id="flowRegistry" base-path="file://${idp.home}/flows" flow-builder-services="flowBuilderServices">
Modified: trunk/src/main/resources/flows/authn/authn-beans.xml
URL: http://svn.shibboleth.net/view/java-idp-testbed/trunk/src/main/resources/flows/authn/authn-beans.xml?rev=16&r1=15&r2=16&view=diff
==============================================================================
--- trunk/src/main/resources/flows/authn/authn-beans.xml (original)
+++ trunk/src/main/resources/flows/authn/authn-beans.xml Thu Oct 17 13:05:31 2013
@@ -12,7 +12,7 @@
default-init-method="initialize"
default-destroy-method="destroy">
- <context:property-placeholder system-properties-mode="OVERRIDE" location="classpath:conf/idp.properties" />
+ <context:property-placeholder location="classpath:conf/idp.properties" />
<bean class="net.shibboleth.idp.profile.impl.ProfileActionBeanPostProcessor" />
Modified: trunk/src/main/resources/flows/authn/jaas-basic-authn-beans.xml
URL: http://svn.shibboleth.net/view/java-idp-testbed/trunk/src/main/resources/flows/authn/jaas-basic-authn-beans.xml?rev=16&r1=15&r2=16&view=diff
==============================================================================
--- trunk/src/main/resources/flows/authn/jaas-basic-authn-beans.xml (original)
+++ trunk/src/main/resources/flows/authn/jaas-basic-authn-beans.xml Thu Oct 17 13:05:31 2013
@@ -12,7 +12,7 @@
default-init-method="initialize"
default-destroy-method="destroy">
- <context:property-placeholder system-properties-mode="OVERRIDE" location="classpath:conf/idp.properties" />
+ <context:property-placeholder location="classpath:conf/idp.properties" />
<bean class="net.shibboleth.idp.profile.impl.ProfileActionBeanPostProcessor" />
Modified: trunk/src/main/resources/flows/authn/jaas-form-authn-beans.xml
URL: http://svn.shibboleth.net/view/java-idp-testbed/trunk/src/main/resources/flows/authn/jaas-form-authn-beans.xml?rev=16&r1=15&r2=16&view=diff
==============================================================================
--- trunk/src/main/resources/flows/authn/jaas-form-authn-beans.xml (original)
+++ trunk/src/main/resources/flows/authn/jaas-form-authn-beans.xml Thu Oct 17 13:05:31 2013
@@ -12,7 +12,7 @@
default-init-method="initialize"
default-destroy-method="destroy">
- <context:property-placeholder system-properties-mode="OVERRIDE" location="classpath:conf/idp.properties" />
+ <context:property-placeholder location="classpath:conf/idp.properties" />
<bean class="net.shibboleth.idp.profile.impl.ProfileActionBeanPostProcessor" />
More information about the commits
mailing list