[java-identity-provider COMMIT] /trunk/idp-conf/src/main/resources/conf/access-control.xml

noreply at shibboleth.net noreply at shibboleth.net
Fri Nov 14 19:13:55 EST 2014


Author: scantor
Date: Fri Nov 14 19:13:54 2014
New Revision: 6902

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=6902&view=rev
Log:
Remove redundant declarations.

Modified:
    trunk/idp-conf/src/main/resources/conf/access-control.xml

Modified: trunk/idp-conf/src/main/resources/conf/access-control.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/conf/access-control.xml?rev=6902&r1=6901&r2=6902&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/conf/access-control.xml (original)
+++ trunk/idp-conf/src/main/resources/conf/access-control.xml Fri Nov 14 19:13:54 2014
@@ -11,12 +11,6 @@
                            
        default-init-method="initialize"
        default-destroy-method="destroy">
-
-    <bean class="org.springframework.context.support.PropertySourcesPlaceholderConfigurer"
-        p:placeholderPrefix="%{" p:placeholderSuffix="}" />
-
-    <!-- This BeanPostProcessor auto-sets identifiable beans with the bean name (if not already set). -->
-    <bean class="net.shibboleth.ext.spring.config.IdentifiableBeanPostProcessor" />
 
     <!-- Map of access control policies used to limit access to administrative functions. -->
 



More information about the commits mailing list