[java-identity-provider COMMIT] /trunk/idp-conf/src/main/resources/system/flows/saml/security-beans.xml

noreply at shibboleth.net noreply at shibboleth.net
Wed Aug 20 22:54:58 EDT 2014


Author: scantor
Date: Wed Aug 20 22:54:58 2014
New Revision: 6454

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=6454&view=rev
Log:
May not use it, but we should add the bean processor here.

Modified:
    trunk/idp-conf/src/main/resources/system/flows/saml/security-beans.xml

Modified: trunk/idp-conf/src/main/resources/system/flows/saml/security-beans.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/system/flows/saml/security-beans.xml?rev=6454&r1=6453&r2=6454&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/system/flows/saml/security-beans.xml (original)
+++ trunk/idp-conf/src/main/resources/system/flows/saml/security-beans.xml Wed Aug 20 22:54:58 2014
@@ -14,6 +14,8 @@
 
     <bean class="org.springframework.context.support.PropertySourcesPlaceholderConfigurer"
         p:placeholderPrefix="%{" p:placeholderSuffix="}" />
+
+    <bean class="net.shibboleth.idp.profile.impl.ProfileActionBeanPostProcessor" />
     
     <bean id="MessageReplaySecurityHandler"
             class="net.shibboleth.idp.profile.impl.WebFlowMessageHandlerAdaptor" scope="prototype"



More information about the commits mailing list