dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #10869
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 2996: updated dhis-mobile to use new spring security filter
------------------------------------------------------------
revno: 2996
committer: Morten Olav Hansen <mortenoh@xxxxxxxxx>
branch nick: dhis2
timestamp: Thu 2011-03-10 12:05:42 +0100
message:
updated dhis-mobile to use new spring security filter
modified:
dhis-mobile/dhis-web-mobile/src/main/webapp/WEB-INF/web.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-mobile/dhis-web-mobile/src/main/webapp/WEB-INF/web.xml'
--- dhis-mobile/dhis-web-mobile/src/main/webapp/WEB-INF/web.xml 2010-10-14 10:44:34 +0000
+++ dhis-mobile/dhis-web-mobile/src/main/webapp/WEB-INF/web.xml 2011-03-10 11:05:42 +0000
@@ -26,7 +26,7 @@
<filter-class>org.springframework.orm.hibernate3.support.OpenSessionInViewFilter</filter-class>
</filter>
<filter>
- <filter-name>filterChainProxy</filter-name>
+ <filter-name>springSecurityFilterChain</filter-name>
<filter-class>org.springframework.web.filter.DelegatingFilterProxy</filter-class>
</filter>
<filter>
@@ -43,7 +43,7 @@
<url-pattern>*.action</url-pattern>
</filter-mapping>
<filter-mapping>
- <filter-name>filterChainProxy</filter-name>
+ <filter-name>springSecurityFilterChain</filter-name>
<url-pattern>/*</url-pattern>
</filter-mapping>
<filter-mapping>