Author: rdonkin
Date: Sun May 17 16:10:00 2009
New Revision: 775689
URL: http://svn.apache.org/viewvc?rev=775689&view=rev
Log:
Refactored changes which accidentally made it into r775684 JAMES-834
https://issues.apache.org/jira/browse/JAMES-834
Modified:
james/server/trunk/spring-deployment/src/main/config/james/spring-beans.xml
Modified:
james/server/trunk/spring-deployment/src/main/config/james/spring-beans.xml
URL:
http://svn.apache.org/viewvc/james/server/trunk/spring-deployment/src/main/config/james/spring-beans.xml?rev=775689&r1=775688&r2=775689&view=diff
==============================================================================
--- james/server/trunk/spring-deployment/src/main/config/james/spring-beans.xml
(original)
+++ james/server/trunk/spring-deployment/src/main/config/james/spring-beans.xml
Sun May 17 16:10:00 2009
@@ -82,7 +82,7 @@
<property name="configurationInterceptors">
<list>
<ref bean="stringRemapperConfigurationInterceptor" />
- <ref bean="privilegedPortsConfigurationInterceptor" />
+ <!--<ref bean="privilegedPortsConfigurationInterceptor" />-->
</list>
</property>
</bean>
@@ -161,4 +161,4 @@
<bean id="initializationManager"
class="org.apache.james.container.spring.lifecycle.InitializationPropagator" />
-</beans>
+</beans>
\ No newline at end of file
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]