dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #11155
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 3142: Removed unused bean from security.xml
------------------------------------------------------------
revno: 3142
committer: Lars Helge Overland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Wed 2011-03-23 20:21:50 +0100
message:
Removed unused bean from security.xml
modified:
dhis-2/dhis-web/dhis-web-commons/src/main/resources/META-INF/dhis/security.xml
--
lp:dhis2
https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk
Your team DHIS 2 developers is subscribed to branch lp:dhis2.
To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk/+edit-subscription
=== modified file 'dhis-2/dhis-web/dhis-web-commons/src/main/resources/META-INF/dhis/security.xml'
--- dhis-2/dhis-web/dhis-web-commons/src/main/resources/META-INF/dhis/security.xml 2011-03-19 19:00:32 +0000
+++ dhis-2/dhis-web/dhis-web-commons/src/main/resources/META-INF/dhis/security.xml 2011-03-23 19:21:50 +0000
@@ -45,19 +45,6 @@
</property>
</bean>
- <bean class="org.springframework.web.context.support.ServletContextAttributeExporter">
- <property name="attributes">
- <map>
- <entry key="userAuditService">
- <ref bean="org.hisp.dhis.useraudit.UserAuditService" />
- </entry>
- <entry key="userAuditStore">
- <ref bean="org.hisp.dhis.useraudit.UserAuditStore" />
- </entry>
- </map>
- </property>
- </bean>
-
<!-- Security : Listener -->
<bean id="authenticationListener" class="org.hisp.dhis.security.listener.AuthenticationListener">