dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #21764
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 10397: rename loginInterceptor
------------------------------------------------------------
revno: 10397
committer: Morten Olav Hansen <mortenoh@xxxxxxxxx>
branch nick: dhis2
timestamp: Fri 2013-03-22 16:20:24 +0700
message:
rename loginInterceptor
modified:
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/dhis-web-commons.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 2013-03-16 11:06:47 +0000
+++ dhis-2/dhis-web/dhis-web-commons/src/main/resources/META-INF/dhis/security.xml 2013-03-22 09:20:24 +0000
@@ -161,7 +161,7 @@
<!-- Security : Interceptor -->
- <bean id="loginInterceptor" class="org.hisp.dhis.security.intercept.LoginInterceptor">
+ <bean id="org.hisp.dhis.security.intercept.LoginInterceptor" class="org.hisp.dhis.security.intercept.LoginInterceptor">
<property name="actions">
<list>
<ref bean="restrictOrganisationUnitsAction" />
=== modified file 'dhis-2/dhis-web/dhis-web-commons/src/main/resources/dhis-web-commons.xml'
--- dhis-2/dhis-web/dhis-web-commons/src/main/resources/dhis-web-commons.xml 2013-03-22 08:23:51 +0000
+++ dhis-2/dhis-web/dhis-web-commons/src/main/resources/dhis-web-commons.xml 2013-03-22 09:20:24 +0000
@@ -48,7 +48,7 @@
<interceptor name="portalUserInterceptor" class="org.hisp.dhis.webportal.interceptor.XWorkPortalUserInterceptor" />
<interceptor name="securityInterceptor" class="org.hisp.dhis.security.intercept.XWorkSecurityInterceptor" />
<interceptor name="postHttpMethodInterceptor" class="org.hisp.dhis.security.intercept.HttpMethodInterceptor" />
- <interceptor name="loginInterceptor" class="loginInterceptor" />
+ <interceptor name="loginInterceptor" class="org.hisp.dhis.security.intercept.LoginInterceptor" />
<interceptor-stack name="commonInterceptors">
<interceptor-ref name="staticParams" />