[java-identity-provider COMMIT] /trunk/idp-conf/src/main/resources/system/flows/c14n/attribute-sourced-subject-c14n-b...
noreply at shibboleth.net
noreply at shibboleth.net
Sun Nov 8 14:46:18 EST 2015
Author: scantor
Date: Sun Nov 8 14:46:18 2015
New Revision: 7971
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=7971&view=rev
Log:
IDP-853 - Attribute-based subject c14n flow missing PropertySourcesPlaceholderConfigurer bean
Modified:
trunk/idp-conf/src/main/resources/system/flows/c14n/attribute-sourced-subject-c14n-beans.xml
Modified: trunk/idp-conf/src/main/resources/system/flows/c14n/attribute-sourced-subject-c14n-beans.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/system/flows/c14n/attribute-sourced-subject-c14n-beans.xml?rev=7971&r1=7970&r2=7971&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/system/flows/c14n/attribute-sourced-subject-c14n-beans.xml (original)
+++ trunk/idp-conf/src/main/resources/system/flows/c14n/attribute-sourced-subject-c14n-beans.xml Sun Nov 8 14:46:18 2015
@@ -11,6 +11,9 @@
default-init-method="initialize"
default-destroy-method="destroy">
+
+ <bean class="org.springframework.context.support.PropertySourcesPlaceholderConfigurer"
+ p:placeholderPrefix="%{" p:placeholderSuffix="}" />
<import resource="../../../conf/c14n/attribute-sourced-subject-c14n-config.xml" />
More information about the commits
mailing list