=== modified file 'dhis-2/dhis-web/dhis-web-api-mobile/src/main/webapp/WEB-INF/web.xml' --- dhis-2/dhis-web/dhis-web-api-mobile/src/main/webapp/WEB-INF/web.xml 2012-03-12 20:25:54 +0000 +++ dhis-2/dhis-web/dhis-web-api-mobile/src/main/webapp/WEB-INF/web.xml 2012-11-27 13:01:59 +0000 @@ -1,111 +1,106 @@ + "http://java.sun.com/dtd/web-app_2_3.dtd"> - DHIS Mobile API - - - contextConfigLocation - classpath*:/META-INF/dhis/beans.xml - - - - automaticAccessType - ghostAdmin - - - - RedirectFilter - org.hisp.dhis.servlet.filter.HttpRedirectFilter - - redirectPath - /api/mobile/ - - - - - OpenSessionInViewFilter - org.springframework.orm.hibernate4.support.OpenSessionInViewFilter - - - - springSecurityFilterChain - org.springframework.web.filter.DelegatingFilterProxy - - - - Struts - org.apache.struts2.dispatcher.FilterDispatcher - - - - encodingFilter - org.springframework.web.filter.CharacterEncodingFilter - - encoding - UTF-8 - - - forceEncoding - true - - - - - RedirectFilter - / - - - - OpenSessionInViewFilter - *.action - - - - OpenSessionInViewFilter - /api/* - - - - springSecurityFilterChain - /* - - - - Struts - *.action - - - - encodingFilter - /* - - - - org.springframework.web.context.ContextLoaderListener - - - - org.hisp.dhis.system.startup.StartupListener - - - - - webapiServlet - org.springframework.web.servlet.DispatcherServlet - - contextConfigLocation - classpath*:/META-INF/dhis/servlet.xml - - 1 - - - - webapiServlet - /api - - - webapiServlet - /api/* - + DHIS Mobile API + + + contextConfigLocation + classpath*:/META-INF/dhis/beans.xml + + + + automaticAccessType + ghostAdmin + + + + RedirectFilter + org.hisp.dhis.servlet.filter.HttpRedirectFilter + + redirectPath + /api/mobile/ + + + + + OpenSessionInViewFilter + org.springframework.orm.hibernate4.support.OpenSessionInViewFilter + + + + springSecurityFilterChain + org.springframework.web.filter.DelegatingFilterProxy + + + + Struts + org.apache.struts2.dispatcher.FilterDispatcher + + + + encodingFilter + org.springframework.web.filter.CharacterEncodingFilter + + encoding + UTF-8 + + + forceEncoding + true + + + + + encodingFilter + /* + + + RedirectFilter + / + + + OpenSessionInViewFilter + *.action + + + OpenSessionInViewFilter + /api/* + + + springSecurityFilterChain + /* + + + Struts + *.action + + + + org.springframework.web.context.ContextLoaderListener + + + + org.hisp.dhis.system.startup.StartupListener + + + + + webapiServlet + org.springframework.web.servlet.DispatcherServlet + + contextConfigLocation + classpath*:/META-INF/dhis/servlet.xml + + 1 + + + + webapiServlet + /api + + + webapiServlet + /api/* + === modified file 'dhis-2/dhis-web/dhis-web-api/src/main/webapp/WEB-INF/web.xml' --- dhis-2/dhis-web/dhis-web-api/src/main/webapp/WEB-INF/web.xml 2012-03-28 12:18:20 +0000 +++ dhis-2/dhis-web/dhis-web-api/src/main/webapp/WEB-INF/web.xml 2012-11-27 13:01:59 +0000 @@ -1,55 +1,71 @@ + "http://java.sun.com/dtd/web-app_2_3.dtd"> - DHIS Web API - - - contextConfigLocation - classpath*:/META-INF/dhis/beans.xml - - - - OpenSessionInViewFilter - org.springframework.orm.hibernate4.support.OpenSessionInViewFilter - - - filterChainProxy - org.springframework.web.filter.DelegatingFilterProxy - - - - OpenSessionInViewFilter - /api/* - - - filterChainProxy - /* - - - - org.springframework.web.context.ContextLoaderListener - - - - - - webapiServlet - org.springframework.web.servlet.DispatcherServlet - - contextConfigLocation - classpath*:/META-INF/dhis/servlet.xml - - 1 - - - - webapiServlet - /api - - - webapiServlet - /api/* - - + DHIS Web API + + + contextConfigLocation + classpath*:/META-INF/dhis/beans.xml + + + + OpenSessionInViewFilter + org.springframework.orm.hibernate4.support.OpenSessionInViewFilter + + + filterChainProxy + org.springframework.web.filter.DelegatingFilterProxy + + + encoding-filter + org.springframework.web.filter.CharacterEncodingFilter + + encoding + UTF-8 + + + forceEncoding + true + + + + + encoding-filter + /* + + + OpenSessionInViewFilter + /api/* + + + filterChainProxy + /* + + + + org.springframework.web.context.ContextLoaderListener + + + + + + webapiServlet + org.springframework.web.servlet.DispatcherServlet + + contextConfigLocation + classpath*:/META-INF/dhis/servlet.xml + + 1 + + + + webapiServlet + /api + + + webapiServlet + /api/* + + === modified file 'dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/WEB-INF/web.xml' --- dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/WEB-INF/web.xml 2012-03-12 20:25:54 +0000 +++ dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/WEB-INF/web.xml 2012-11-27 13:01:59 +0000 @@ -1,86 +1,102 @@ + "http://java.sun.com/dtd/web-app_2_3.dtd"> - DHIS Case Entry - - - contextConfigLocation - classpath*:/META-INF/dhis/beans.xml - - - automaticAccessType - ghostAdmin - - - - RedirectFilter - org.hisp.dhis.servlet.filter.HttpRedirectFilter - - redirectPath - dhis-web-caseentry/index.action - - - - OpenSessionInViewFilter - org.springframework.orm.hibernate4.support.OpenSessionInViewFilter - - - springSecurityFilterChain - org.springframework.web.filter.DelegatingFilterProxy - - - Struts - org.apache.struts2.dispatcher.FilterDispatcher - - - - RedirectFilter - / - - - OpenSessionInViewFilter - *.action - - - OpenSessionInViewFilter - /api/* - - - springSecurityFilterChain - /* - - - Struts - *.action - - - - org.springframework.web.context.ContextLoaderListener - - - org.hisp.dhis.system.startup.StartupListener - - - - - - webapiServlet - org.springframework.web.servlet.DispatcherServlet - - contextConfigLocation - classpath*:/META-INF/dhis/servlet.xml - - 1 - - - - webapiServlet - /api - - - webapiServlet - /api/* - - + DHIS Case Entry + + + contextConfigLocation + classpath*:/META-INF/dhis/beans.xml + + + automaticAccessType + ghostAdmin + + + + RedirectFilter + org.hisp.dhis.servlet.filter.HttpRedirectFilter + + redirectPath + dhis-web-caseentry/index.action + + + + OpenSessionInViewFilter + org.springframework.orm.hibernate4.support.OpenSessionInViewFilter + + + springSecurityFilterChain + org.springframework.web.filter.DelegatingFilterProxy + + + Struts + org.apache.struts2.dispatcher.FilterDispatcher + + + encodingFilter + org.springframework.web.filter.CharacterEncodingFilter + + encoding + UTF-8 + + + forceEncoding + true + + + + + encodingFilter + /* + + + RedirectFilter + / + + + OpenSessionInViewFilter + *.action + + + OpenSessionInViewFilter + /api/* + + + springSecurityFilterChain + /* + + + Struts + *.action + + + + org.springframework.web.context.ContextLoaderListener + + + org.hisp.dhis.system.startup.StartupListener + + + + + + webapiServlet + org.springframework.web.servlet.DispatcherServlet + + contextConfigLocation + classpath*:/META-INF/dhis/servlet.xml + + 1 + + + + webapiServlet + /api + + + webapiServlet + /api/* + + === modified file 'dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/WEB-INF/web.xml' --- dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/WEB-INF/web.xml 2012-03-12 20:25:54 +0000 +++ dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/WEB-INF/web.xml 2012-11-27 13:01:59 +0000 @@ -1,86 +1,102 @@ + "http://java.sun.com/dtd/web-app_2_3.dtd"> - DHIS Web Dashboard - - - contextConfigLocation - classpath*:/META-INF/dhis/beans.xml - - - automaticAccessType - ghostAdmin - - - - RedirectFilter - org.hisp.dhis.servlet.filter.HttpRedirectFilter - - redirectPath - dhis-web-dashboard-integration/index.action - - - - OpenSessionInViewFilter - org.springframework.orm.hibernate4.support.OpenSessionInViewFilter - - - springSecurityFilterChain - org.springframework.web.filter.DelegatingFilterProxy - - - Struts - org.apache.struts2.dispatcher.FilterDispatcher - - - - RedirectFilter - / - - - OpenSessionInViewFilter - *.action - - - OpenSessionInViewFilter - /api/* - - - springSecurityFilterChain - /* - - - Struts - *.action - - - - org.springframework.web.context.ContextLoaderListener - - - org.hisp.dhis.system.startup.StartupListener - - - - - - webapiServlet - org.springframework.web.servlet.DispatcherServlet - - contextConfigLocation - classpath*:/META-INF/dhis/servlet.xml - - 1 - - - - webapiServlet - /api - - - webapiServlet - /api/* - - + DHIS Web Dashboard + + + contextConfigLocation + classpath*:/META-INF/dhis/beans.xml + + + automaticAccessType + ghostAdmin + + + + RedirectFilter + org.hisp.dhis.servlet.filter.HttpRedirectFilter + + redirectPath + dhis-web-dashboard-integration/index.action + + + + OpenSessionInViewFilter + org.springframework.orm.hibernate4.support.OpenSessionInViewFilter + + + springSecurityFilterChain + org.springframework.web.filter.DelegatingFilterProxy + + + Struts + org.apache.struts2.dispatcher.FilterDispatcher + + + encodingFilter + org.springframework.web.filter.CharacterEncodingFilter + + encoding + UTF-8 + + + forceEncoding + true + + + + + encodingFilter + /* + + + RedirectFilter + / + + + OpenSessionInViewFilter + *.action + + + OpenSessionInViewFilter + /api/* + + + springSecurityFilterChain + /* + + + Struts + *.action + + + + org.springframework.web.context.ContextLoaderListener + + + org.hisp.dhis.system.startup.StartupListener + + + + + + webapiServlet + org.springframework.web.servlet.DispatcherServlet + + contextConfigLocation + classpath*:/META-INF/dhis/servlet.xml + + 1 + + + + webapiServlet + /api + + + webapiServlet + /api/* + + === modified file 'dhis-2/dhis-web/dhis-web-dataentry/src/main/webapp/WEB-INF/web.xml' --- dhis-2/dhis-web/dhis-web-dataentry/src/main/webapp/WEB-INF/web.xml 2012-03-12 20:25:54 +0000 +++ dhis-2/dhis-web/dhis-web-dataentry/src/main/webapp/WEB-INF/web.xml 2012-11-27 13:01:59 +0000 @@ -1,86 +1,102 @@ + "http://java.sun.com/dtd/web-app_2_3.dtd"> - DHIS Data Entry - - - contextConfigLocation - classpath*:/META-INF/dhis/beans.xml - - - automaticAccessType - ghostAdmin - - - - RedirectFilter - org.hisp.dhis.servlet.filter.HttpRedirectFilter - - redirectPath - dhis-web-dataentry/index.action - - - - OpenSessionInViewFilter - org.springframework.orm.hibernate4.support.OpenSessionInViewFilter - - - springSecurityFilterChain - org.springframework.web.filter.DelegatingFilterProxy - - - Struts - org.apache.struts2.dispatcher.FilterDispatcher - - - - RedirectFilter - / - - - OpenSessionInViewFilter - *.action - - - OpenSessionInViewFilter - /api/* - - - springSecurityFilterChain - /* - - - Struts - *.action - - - - org.springframework.web.context.ContextLoaderListener - - - org.hisp.dhis.system.startup.StartupListener - - - - - - webapiServlet - org.springframework.web.servlet.DispatcherServlet - - contextConfigLocation - classpath*:/META-INF/dhis/servlet.xml - - 1 - - - - webapiServlet - /api - - - webapiServlet - /api/* - - + DHIS Data Entry + + + contextConfigLocation + classpath*:/META-INF/dhis/beans.xml + + + automaticAccessType + ghostAdmin + + + + RedirectFilter + org.hisp.dhis.servlet.filter.HttpRedirectFilter + + redirectPath + dhis-web-dataentry/index.action + + + + OpenSessionInViewFilter + org.springframework.orm.hibernate4.support.OpenSessionInViewFilter + + + springSecurityFilterChain + org.springframework.web.filter.DelegatingFilterProxy + + + Struts + org.apache.struts2.dispatcher.FilterDispatcher + + + encodingFilter + org.springframework.web.filter.CharacterEncodingFilter + + encoding + UTF-8 + + + forceEncoding + true + + + + + encodingFilter + /* + + + RedirectFilter + / + + + OpenSessionInViewFilter + *.action + + + OpenSessionInViewFilter + /api/* + + + springSecurityFilterChain + /* + + + Struts + *.action + + + + org.springframework.web.context.ContextLoaderListener + + + org.hisp.dhis.system.startup.StartupListener + + + + + + webapiServlet + org.springframework.web.servlet.DispatcherServlet + + contextConfigLocation + classpath*:/META-INF/dhis/servlet.xml + + 1 + + + + webapiServlet + /api + + + webapiServlet + /api/* + + === modified file 'dhis-2/dhis-web/dhis-web-importexport/src/main/webapp/WEB-INF/web.xml' --- dhis-2/dhis-web/dhis-web-importexport/src/main/webapp/WEB-INF/web.xml 2012-03-12 20:25:54 +0000 +++ dhis-2/dhis-web/dhis-web-importexport/src/main/webapp/WEB-INF/web.xml 2012-11-27 13:01:59 +0000 @@ -1,86 +1,102 @@ + "http://java.sun.com/dtd/web-app_2_3.dtd"> - DHIS Import-Export - - - contextConfigLocation - classpath*:/META-INF/dhis/beans.xml - - - automaticAccessType - ghostAdmin - - - - RedirectFilter - org.hisp.dhis.servlet.filter.HttpRedirectFilter - - redirectPath - dhis-web-importexport/index.action - - - - OpenSessionInViewFilter - org.springframework.orm.hibernate4.support.OpenSessionInViewFilter - - - springSecurityFilterChain - org.springframework.web.filter.DelegatingFilterProxy - - - Struts - org.apache.struts2.dispatcher.FilterDispatcher - - - - RedirectFilter - / - - - OpenSessionInViewFilter - *.action - - - OpenSessionInViewFilter - /api/* - - - springSecurityFilterChain - /* - - - Struts - *.action - - - - org.springframework.web.context.ContextLoaderListener - - - org.hisp.dhis.system.startup.StartupListener - - - - - - webapiServlet - org.springframework.web.servlet.DispatcherServlet - - contextConfigLocation - classpath*:/META-INF/dhis/servlet.xml - - 1 - - - - webapiServlet - /api - - - webapiServlet - /api/* - - + DHIS Import-Export + + + contextConfigLocation + classpath*:/META-INF/dhis/beans.xml + + + automaticAccessType + ghostAdmin + + + + RedirectFilter + org.hisp.dhis.servlet.filter.HttpRedirectFilter + + redirectPath + dhis-web-importexport/index.action + + + + OpenSessionInViewFilter + org.springframework.orm.hibernate4.support.OpenSessionInViewFilter + + + springSecurityFilterChain + org.springframework.web.filter.DelegatingFilterProxy + + + Struts + org.apache.struts2.dispatcher.FilterDispatcher + + + encodingFilter + org.springframework.web.filter.CharacterEncodingFilter + + encoding + UTF-8 + + + forceEncoding + true + + + + + encodingFilter + /* + + + RedirectFilter + / + + + OpenSessionInViewFilter + *.action + + + OpenSessionInViewFilter + /api/* + + + springSecurityFilterChain + /* + + + Struts + *.action + + + + org.springframework.web.context.ContextLoaderListener + + + org.hisp.dhis.system.startup.StartupListener + + + + + + webapiServlet + org.springframework.web.servlet.DispatcherServlet + + contextConfigLocation + classpath*:/META-INF/dhis/servlet.xml + + 1 + + + + webapiServlet + /api + + + webapiServlet + /api/* + + === modified file 'dhis-2/dhis-web/dhis-web-light/src/main/webapp/WEB-INF/web.xml' --- dhis-2/dhis-web/dhis-web-light/src/main/webapp/WEB-INF/web.xml 2012-06-27 08:00:02 +0000 +++ dhis-2/dhis-web/dhis-web-light/src/main/webapp/WEB-INF/web.xml 2012-11-27 13:01:59 +0000 @@ -1,86 +1,102 @@ + "http://java.sun.com/dtd/web-app_2_3.dtd"> - DHIS Web Light - - - contextConfigLocation - classpath*:/META-INF/dhis/beans.xml - - - automaticAccessType - ghostAdmin - - - - RedirectFilter - org.hisp.dhis.servlet.filter.HttpRedirectFilter - - redirectPath - light/index.action - - - - OpenSessionInViewFilter - org.springframework.orm.hibernate4.support.OpenSessionInViewFilter - - - springSecurityFilterChain - org.springframework.web.filter.DelegatingFilterProxy - - - Struts - org.apache.struts2.dispatcher.FilterDispatcher - - - - RedirectFilter - / - - - OpenSessionInViewFilter - *.action - - - OpenSessionInViewFilter - /api/* - - - springSecurityFilterChain - /* - - - Struts - *.action - - - - org.springframework.web.context.ContextLoaderListener - - - org.hisp.dhis.system.startup.StartupListener - - - - - - webapiServlet - org.springframework.web.servlet.DispatcherServlet - - contextConfigLocation - classpath*:/META-INF/dhis/servlet.xml - - 1 - - - - webapiServlet - /api - - - webapiServlet - /api/* - - + DHIS Web Light + + + contextConfigLocation + classpath*:/META-INF/dhis/beans.xml + + + automaticAccessType + ghostAdmin + + + + RedirectFilter + org.hisp.dhis.servlet.filter.HttpRedirectFilter + + redirectPath + light/index.action + + + + OpenSessionInViewFilter + org.springframework.orm.hibernate4.support.OpenSessionInViewFilter + + + springSecurityFilterChain + org.springframework.web.filter.DelegatingFilterProxy + + + Struts + org.apache.struts2.dispatcher.FilterDispatcher + + + encodingFilter + org.springframework.web.filter.CharacterEncodingFilter + + encoding + UTF-8 + + + forceEncoding + true + + + + + encodingFilter + /* + + + RedirectFilter + / + + + OpenSessionInViewFilter + *.action + + + OpenSessionInViewFilter + /api/* + + + springSecurityFilterChain + /* + + + Struts + *.action + + + + org.springframework.web.context.ContextLoaderListener + + + org.hisp.dhis.system.startup.StartupListener + + + + + + webapiServlet + org.springframework.web.servlet.DispatcherServlet + + contextConfigLocation + classpath*:/META-INF/dhis/servlet.xml + + 1 + + + + webapiServlet + /api + + + webapiServlet + /api/* + + === modified file 'dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-dataadmin/src/main/webapp/WEB-INF/web.xml' --- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-dataadmin/src/main/webapp/WEB-INF/web.xml 2012-03-12 20:25:54 +0000 +++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-dataadmin/src/main/webapp/WEB-INF/web.xml 2012-11-27 13:01:59 +0000 @@ -1,86 +1,102 @@ + "http://java.sun.com/dtd/web-app_2_3.dtd"> - DHIS Data Administration - - - contextConfigLocation - classpath*:/META-INF/dhis/beans.xml - - - automaticAccessType - ghostAdmin - - - - RedirectFilter - org.hisp.dhis.servlet.filter.HttpRedirectFilter - - redirectPath - dhis-web-maintenance-dataadmin/index.action - - - - OpenSessionInViewFilter - org.springframework.orm.hibernate4.support.OpenSessionInViewFilter - - - springSecurityFilterChain - org.springframework.web.filter.DelegatingFilterProxy - - - Struts - org.apache.struts2.dispatcher.FilterDispatcher - - - - RedirectFilter - / - - - OpenSessionInViewFilter - *.action - - - OpenSessionInViewFilter - /api/* - - - springSecurityFilterChain - /* - - - Struts - *.action - - - - org.springframework.web.context.ContextLoaderListener - - - org.hisp.dhis.system.startup.StartupListener - - - - - - webapiServlet - org.springframework.web.servlet.DispatcherServlet - - contextConfigLocation - classpath*:/META-INF/dhis/servlet.xml - - 1 - - - - webapiServlet - /api - - - webapiServlet - /api/* - - + DHIS Data Administration + + + contextConfigLocation + classpath*:/META-INF/dhis/beans.xml + + + automaticAccessType + ghostAdmin + + + + RedirectFilter + org.hisp.dhis.servlet.filter.HttpRedirectFilter + + redirectPath + dhis-web-maintenance-dataadmin/index.action + + + + OpenSessionInViewFilter + org.springframework.orm.hibernate4.support.OpenSessionInViewFilter + + + springSecurityFilterChain + org.springframework.web.filter.DelegatingFilterProxy + + + Struts + org.apache.struts2.dispatcher.FilterDispatcher + + + encodingFilter + org.springframework.web.filter.CharacterEncodingFilter + + encoding + UTF-8 + + + forceEncoding + true + + + + + encodingFilter + /* + + + RedirectFilter + / + + + OpenSessionInViewFilter + *.action + + + OpenSessionInViewFilter + /api/* + + + springSecurityFilterChain + /* + + + Struts + *.action + + + + org.springframework.web.context.ContextLoaderListener + + + org.hisp.dhis.system.startup.StartupListener + + + + + + webapiServlet + org.springframework.web.servlet.DispatcherServlet + + contextConfigLocation + classpath*:/META-INF/dhis/servlet.xml + + 1 + + + + webapiServlet + /api + + + webapiServlet + /api/* + + === modified file 'dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-datadictionary/src/main/webapp/WEB-INF/web.xml' --- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-datadictionary/src/main/webapp/WEB-INF/web.xml 2012-03-12 20:25:54 +0000 +++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-datadictionary/src/main/webapp/WEB-INF/web.xml 2012-11-27 13:01:59 +0000 @@ -1,86 +1,102 @@ + "http://java.sun.com/dtd/web-app_2_3.dtd"> - DHIS Data Dictionary - - - contextConfigLocation - classpath*:/META-INF/dhis/beans.xml - - - automaticAccessType - ghostAdmin - - - - RedirectFilter - org.hisp.dhis.servlet.filter.HttpRedirectFilter - - redirectPath - dhis-web-maintenance-datadictionary/index.action - - - - OpenSessionInViewFilter - org.springframework.orm.hibernate4.support.OpenSessionInViewFilter - - - springSecurityFilterChain - org.springframework.web.filter.DelegatingFilterProxy - - - Struts - org.apache.struts2.dispatcher.FilterDispatcher - - - - RedirectFilter - / - - - OpenSessionInViewFilter - *.action - - - OpenSessionInViewFilter - /api/* - - - springSecurityFilterChain - /* - - - Struts - *.action - - - - org.springframework.web.context.ContextLoaderListener - - - org.hisp.dhis.system.startup.StartupListener - - - - - - webapiServlet - org.springframework.web.servlet.DispatcherServlet - - contextConfigLocation - classpath*:/META-INF/dhis/servlet.xml - - 1 - - - - webapiServlet - /api - - - webapiServlet - /api/* - - + DHIS Data Dictionary + + + contextConfigLocation + classpath*:/META-INF/dhis/beans.xml + + + automaticAccessType + ghostAdmin + + + + RedirectFilter + org.hisp.dhis.servlet.filter.HttpRedirectFilter + + redirectPath + dhis-web-maintenance-datadictionary/index.action + + + + OpenSessionInViewFilter + org.springframework.orm.hibernate4.support.OpenSessionInViewFilter + + + springSecurityFilterChain + org.springframework.web.filter.DelegatingFilterProxy + + + Struts + org.apache.struts2.dispatcher.FilterDispatcher + + + encodingFilter + org.springframework.web.filter.CharacterEncodingFilter + + encoding + UTF-8 + + + forceEncoding + true + + + + + encodingFilter + /* + + + RedirectFilter + / + + + OpenSessionInViewFilter + *.action + + + OpenSessionInViewFilter + /api/* + + + springSecurityFilterChain + /* + + + Struts + *.action + + + + org.springframework.web.context.ContextLoaderListener + + + org.hisp.dhis.system.startup.StartupListener + + + + + + webapiServlet + org.springframework.web.servlet.DispatcherServlet + + contextConfigLocation + classpath*:/META-INF/dhis/servlet.xml + + 1 + + + + webapiServlet + /api + + + webapiServlet + /api/* + + === modified file 'dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-dataset/src/main/webapp/WEB-INF/web.xml' --- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-dataset/src/main/webapp/WEB-INF/web.xml 2012-03-12 20:25:54 +0000 +++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-dataset/src/main/webapp/WEB-INF/web.xml 2012-11-27 13:01:59 +0000 @@ -1,86 +1,102 @@ + "http://java.sun.com/dtd/web-app_2_3.dtd"> - DHIS Data Set Management - - - contextConfigLocation - classpath*:/META-INF/dhis/beans.xml - - - automaticAccessType - ghostAdmin - - - - RedirectFilter - org.hisp.dhis.servlet.filter.HttpRedirectFilter - - redirectPath - dhis-web-maintenance-dataset/index.action - - - - OpenSessionInViewFilter - org.springframework.orm.hibernate4.support.OpenSessionInViewFilter - - - springSecurityFilterChain - org.springframework.web.filter.DelegatingFilterProxy - - - Struts - org.apache.struts2.dispatcher.FilterDispatcher - - - - RedirectFilter - / - - - OpenSessionInViewFilter - *.action - - - OpenSessionInViewFilter - /api/* - - - springSecurityFilterChain - /* - - - Struts - *.action - - - - org.springframework.web.context.ContextLoaderListener - - - org.hisp.dhis.system.startup.StartupListener - - - - - - webapiServlet - org.springframework.web.servlet.DispatcherServlet - - contextConfigLocation - classpath*:/META-INF/dhis/servlet.xml - - 1 - - - - webapiServlet - /api - - - webapiServlet - /api/* - - + DHIS Data Set Management + + + contextConfigLocation + classpath*:/META-INF/dhis/beans.xml + + + automaticAccessType + ghostAdmin + + + + RedirectFilter + org.hisp.dhis.servlet.filter.HttpRedirectFilter + + redirectPath + dhis-web-maintenance-dataset/index.action + + + + OpenSessionInViewFilter + org.springframework.orm.hibernate4.support.OpenSessionInViewFilter + + + springSecurityFilterChain + org.springframework.web.filter.DelegatingFilterProxy + + + Struts + org.apache.struts2.dispatcher.FilterDispatcher + + + encodingFilter + org.springframework.web.filter.CharacterEncodingFilter + + encoding + UTF-8 + + + forceEncoding + true + + + + + encodingFilter + /* + + + RedirectFilter + / + + + OpenSessionInViewFilter + *.action + + + OpenSessionInViewFilter + /api/* + + + springSecurityFilterChain + /* + + + Struts + *.action + + + + org.springframework.web.context.ContextLoaderListener + + + org.hisp.dhis.system.startup.StartupListener + + + + + + webapiServlet + org.springframework.web.servlet.DispatcherServlet + + contextConfigLocation + classpath*:/META-INF/dhis/servlet.xml + + 1 + + + + webapiServlet + /api + + + webapiServlet + /api/* + + === modified file 'dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-mobile/src/main/webapp/WEB-INF/web.xml' --- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-mobile/src/main/webapp/WEB-INF/web.xml 2012-03-12 20:25:54 +0000 +++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-mobile/src/main/webapp/WEB-INF/web.xml 2012-11-27 13:01:59 +0000 @@ -1,86 +1,102 @@ + "http://java.sun.com/dtd/web-app_2_3.dtd"> - DHIS Mobile Importing - - - contextConfigLocation - classpath*:/META-INF/dhis/beans.xml - - - automaticAccessType - ghostAdmin - - - - RedirectFilter - org.hisp.dhis.servlet.filter.HttpRedirectFilter - - redirectPath - dhis-web-maintenance-mobile/index.action - - - - OpenSessionInViewFilter - org.springframework.orm.hibernate4.support.OpenSessionInViewFilter - - - springSecurityFilterChain - org.springframework.web.filter.DelegatingFilterProxy - - - Struts - org.apache.struts2.dispatcher.FilterDispatcher - - - - RedirectFilter - / - - - OpenSessionInViewFilter - *.action - - - OpenSessionInViewFilter - /api/* - - - springSecurityFilterChain - /* - - - Struts - *.action - - - - org.springframework.web.context.ContextLoaderListener - - - org.hisp.dhis.system.startup.StartupListener - - - - - - webapiServlet - org.springframework.web.servlet.DispatcherServlet - - contextConfigLocation - classpath*:/META-INF/dhis/servlet.xml - - 1 - - - - webapiServlet - /api - - - webapiServlet - /api/* - - + DHIS Mobile Importing + + + contextConfigLocation + classpath*:/META-INF/dhis/beans.xml + + + automaticAccessType + ghostAdmin + + + + RedirectFilter + org.hisp.dhis.servlet.filter.HttpRedirectFilter + + redirectPath + dhis-web-maintenance-mobile/index.action + + + + OpenSessionInViewFilter + org.springframework.orm.hibernate4.support.OpenSessionInViewFilter + + + springSecurityFilterChain + org.springframework.web.filter.DelegatingFilterProxy + + + Struts + org.apache.struts2.dispatcher.FilterDispatcher + + + encodingFilter + org.springframework.web.filter.CharacterEncodingFilter + + encoding + UTF-8 + + + forceEncoding + true + + + + + encodingFilter + /* + + + RedirectFilter + / + + + OpenSessionInViewFilter + *.action + + + OpenSessionInViewFilter + /api/* + + + springSecurityFilterChain + /* + + + Struts + *.action + + + + org.springframework.web.context.ContextLoaderListener + + + org.hisp.dhis.system.startup.StartupListener + + + + + + webapiServlet + org.springframework.web.servlet.DispatcherServlet + + contextConfigLocation + classpath*:/META-INF/dhis/servlet.xml + + 1 + + + + webapiServlet + /api + + + webapiServlet + /api/* + + === modified file 'dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-organisationunit/src/main/webapp/WEB-INF/web.xml' --- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-organisationunit/src/main/webapp/WEB-INF/web.xml 2012-03-12 20:25:54 +0000 +++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-organisationunit/src/main/webapp/WEB-INF/web.xml 2012-11-27 13:01:59 +0000 @@ -1,86 +1,102 @@ + "http://java.sun.com/dtd/web-app_2_3.dtd"> - DHIS Organisation Unit Management - - - contextConfigLocation - classpath*:/META-INF/dhis/beans.xml - - - automaticAccessType - ghostAdmin - - - - RedirectFilter - org.hisp.dhis.servlet.filter.HttpRedirectFilter - - redirectPath - dhis-web-maintenance-organisationunit/index.action - - - - OpenSessionInViewFilter - org.springframework.orm.hibernate4.support.OpenSessionInViewFilter - - - springSecurityFilterChain - org.springframework.web.filter.DelegatingFilterProxy - - - Struts - org.apache.struts2.dispatcher.FilterDispatcher - - - - RedirectFilter - / - - - OpenSessionInViewFilter - *.action - - - OpenSessionInViewFilter - /api/* - - - springSecurityFilterChain - /* - - - Struts - *.action - - - - org.springframework.web.context.ContextLoaderListener - - - org.hisp.dhis.system.startup.StartupListener - - - - - - webapiServlet - org.springframework.web.servlet.DispatcherServlet - - contextConfigLocation - classpath*:/META-INF/dhis/servlet.xml - - 1 - - - - webapiServlet - /api - - - webapiServlet - /api/* - - + DHIS Organisation Unit Management + + + contextConfigLocation + classpath*:/META-INF/dhis/beans.xml + + + automaticAccessType + ghostAdmin + + + + RedirectFilter + org.hisp.dhis.servlet.filter.HttpRedirectFilter + + redirectPath + dhis-web-maintenance-organisationunit/index.action + + + + OpenSessionInViewFilter + org.springframework.orm.hibernate4.support.OpenSessionInViewFilter + + + springSecurityFilterChain + org.springframework.web.filter.DelegatingFilterProxy + + + Struts + org.apache.struts2.dispatcher.FilterDispatcher + + + encodingFilter + org.springframework.web.filter.CharacterEncodingFilter + + encoding + UTF-8 + + + forceEncoding + true + + + + + encodingFilter + /* + + + RedirectFilter + / + + + OpenSessionInViewFilter + *.action + + + OpenSessionInViewFilter + /api/* + + + springSecurityFilterChain + /* + + + Struts + *.action + + + + org.springframework.web.context.ContextLoaderListener + + + org.hisp.dhis.system.startup.StartupListener + + + + + + webapiServlet + org.springframework.web.servlet.DispatcherServlet + + contextConfigLocation + classpath*:/META-INF/dhis/servlet.xml + + 1 + + + + webapiServlet + /api + + + webapiServlet + /api/* + + === modified file 'dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/webapp/WEB-INF/web.xml' --- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/webapp/WEB-INF/web.xml 2012-03-12 20:25:54 +0000 +++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/webapp/WEB-INF/web.xml 2012-11-27 13:01:59 +0000 @@ -1,86 +1,102 @@ + "http://java.sun.com/dtd/web-app_2_3.dtd"> - DHIS Patient Management - - - contextConfigLocation - classpath*:/META-INF/dhis/beans.xml - - - automaticAccessType - ghostAdmin - - - - RedirectFilter - org.hisp.dhis.servlet.filter.HttpRedirectFilter - - redirectPath - dhis-web-maintenance-patient/index.action - - - - OpenSessionInViewFilter - org.springframework.orm.hibernate4.support.OpenSessionInViewFilter - - - springSecurityFilterChain - org.springframework.web.filter.DelegatingFilterProxy - - - Struts - org.apache.struts2.dispatcher.FilterDispatcher - - - - RedirectFilter - / - - - OpenSessionInViewFilter - *.action - - - OpenSessionInViewFilter - /api/* - - - springSecurityFilterChain - /* - - - Struts - *.action - - - - org.springframework.web.context.ContextLoaderListener - - - org.hisp.dhis.system.startup.StartupListener - - - - - - webapiServlet - org.springframework.web.servlet.DispatcherServlet - - contextConfigLocation - classpath*:/META-INF/dhis/servlet.xml - - 1 - - - - webapiServlet - /api - - - webapiServlet - /api/* - - + DHIS Patient Management + + + contextConfigLocation + classpath*:/META-INF/dhis/beans.xml + + + automaticAccessType + ghostAdmin + + + + RedirectFilter + org.hisp.dhis.servlet.filter.HttpRedirectFilter + + redirectPath + dhis-web-maintenance-patient/index.action + + + + OpenSessionInViewFilter + org.springframework.orm.hibernate4.support.OpenSessionInViewFilter + + + springSecurityFilterChain + org.springframework.web.filter.DelegatingFilterProxy + + + Struts + org.apache.struts2.dispatcher.FilterDispatcher + + + encodingFilter + org.springframework.web.filter.CharacterEncodingFilter + + encoding + UTF-8 + + + forceEncoding + true + + + + + encodingFilter + /* + + + RedirectFilter + / + + + OpenSessionInViewFilter + *.action + + + OpenSessionInViewFilter + /api/* + + + springSecurityFilterChain + /* + + + Struts + *.action + + + + org.springframework.web.context.ContextLoaderListener + + + org.hisp.dhis.system.startup.StartupListener + + + + + + webapiServlet + org.springframework.web.servlet.DispatcherServlet + + contextConfigLocation + classpath*:/META-INF/dhis/servlet.xml + + 1 + + + + webapiServlet + /api + + + webapiServlet + /api/* + + === modified file 'dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-settings/src/main/webapp/WEB-INF/web.xml' --- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-settings/src/main/webapp/WEB-INF/web.xml 2012-03-12 20:25:54 +0000 +++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-settings/src/main/webapp/WEB-INF/web.xml 2012-11-27 13:01:59 +0000 @@ -1,86 +1,105 @@ + "http://java.sun.com/dtd/web-app_2_3.dtd"> - DHIS Settings Management - - - contextConfigLocation - classpath*:/META-INF/dhis/beans.xml - - - automaticAccessType - ghostAdmin - - - - RedirectFilter - org.hisp.dhis.servlet.filter.HttpRedirectFilter - - redirectPath - dhis-web-maintenance-settings/index.action - - - - OpenSessionInViewFilter - org.springframework.orm.hibernate4.support.OpenSessionInViewFilter - - - springSecurityFilterChain - org.springframework.web.filter.DelegatingFilterProxy - - - Struts - org.apache.struts2.dispatcher.FilterDispatcher - - - - RedirectFilter - / - - - OpenSessionInViewFilter - *.action - - - OpenSessionInViewFilter - /api/* - - - springSecurityFilterChain - /* - - - Struts - *.action - - - - org.springframework.web.context.ContextLoaderListener - - - org.hisp.dhis.system.startup.StartupListener - - - - - - webapiServlet - org.springframework.web.servlet.DispatcherServlet - - contextConfigLocation - classpath*:/META-INF/dhis/servlet.xml - - 1 - - - - webapiServlet - /api - - - webapiServlet - /api/* - - + DHIS Settings Management + + + contextConfigLocation + classpath*:/META-INF/dhis/beans.xml + + + automaticAccessType + ghostAdmin + + + + RedirectFilter + org.hisp.dhis.servlet.filter.HttpRedirectFilter + + redirectPath + dhis-web-maintenance-settings/index.action + + + + OpenSessionInViewFilter + org.springframework.orm.hibernate4.support.OpenSessionInViewFilter + + + springSecurityFilterChain + org.springframework.web.filter.DelegatingFilterProxy + + + Struts + org.apache.struts2.dispatcher.FilterDispatcher + + + encoding-filter + + org.springframework.web.filter.CharacterEncodingFilter + + + encoding + UTF-8 + + + forceEncoding + true + + + + + encoding-filter + /* + + + + RedirectFilter + / + + + OpenSessionInViewFilter + *.action + + + OpenSessionInViewFilter + /api/* + + + springSecurityFilterChain + /* + + + Struts + *.action + + + + org.springframework.web.context.ContextLoaderListener + + + org.hisp.dhis.system.startup.StartupListener + + + + + + webapiServlet + org.springframework.web.servlet.DispatcherServlet + + contextConfigLocation + classpath*:/META-INF/dhis/servlet.xml + + 1 + + + + webapiServlet + /api + + + webapiServlet + /api/* + + === modified file 'dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-user/src/main/webapp/WEB-INF/web.xml' --- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-user/src/main/webapp/WEB-INF/web.xml 2012-03-12 20:25:54 +0000 +++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-user/src/main/webapp/WEB-INF/web.xml 2012-11-27 13:01:59 +0000 @@ -1,86 +1,102 @@ + "http://java.sun.com/dtd/web-app_2_3.dtd"> - DHIS User Management - - - contextConfigLocation - classpath*:/META-INF/dhis/beans.xml - - - automaticAccessType - ghostAdmin - - - - RedirectFilter - org.hisp.dhis.servlet.filter.HttpRedirectFilter - - redirectPath - dhis-web-maintenance-user/index.action - - - - OpenSessionInViewFilter - org.springframework.orm.hibernate4.support.OpenSessionInViewFilter - - - springSecurityFilterChain - org.springframework.web.filter.DelegatingFilterProxy - - - Struts - org.apache.struts2.dispatcher.FilterDispatcher - - - - RedirectFilter - / - - - OpenSessionInViewFilter - *.action - - - OpenSessionInViewFilter - /api/* - - - springSecurityFilterChain - /* - - - Struts - *.action - - - - org.springframework.web.context.ContextLoaderListener - - - org.hisp.dhis.system.startup.StartupListener - - - - - - webapiServlet - org.springframework.web.servlet.DispatcherServlet - - contextConfigLocation - classpath*:/META-INF/dhis/servlet.xml - - 1 - - - - webapiServlet - /api - - - webapiServlet - /api/* - - + DHIS User Management + + + contextConfigLocation + classpath*:/META-INF/dhis/beans.xml + + + automaticAccessType + ghostAdmin + + + + RedirectFilter + org.hisp.dhis.servlet.filter.HttpRedirectFilter + + redirectPath + dhis-web-maintenance-user/index.action + + + + OpenSessionInViewFilter + org.springframework.orm.hibernate4.support.OpenSessionInViewFilter + + + springSecurityFilterChain + org.springframework.web.filter.DelegatingFilterProxy + + + Struts + org.apache.struts2.dispatcher.FilterDispatcher + + + encodingFilter + org.springframework.web.filter.CharacterEncodingFilter + + encoding + UTF-8 + + + forceEncoding + true + + + + + encodingFilter + /* + + + RedirectFilter + / + + + OpenSessionInViewFilter + *.action + + + OpenSessionInViewFilter + /api/* + + + springSecurityFilterChain + /* + + + Struts + *.action + + + + org.springframework.web.context.ContextLoaderListener + + + org.hisp.dhis.system.startup.StartupListener + + + + + + webapiServlet + org.springframework.web.servlet.DispatcherServlet + + contextConfigLocation + classpath*:/META-INF/dhis/servlet.xml + + 1 + + + + webapiServlet + /api + + + webapiServlet + /api/* + + === modified file 'dhis-2/dhis-web/dhis-web-mapping/src/main/webapp/WEB-INF/web.xml' --- dhis-2/dhis-web/dhis-web-mapping/src/main/webapp/WEB-INF/web.xml 2012-03-12 20:25:54 +0000 +++ dhis-2/dhis-web/dhis-web-mapping/src/main/webapp/WEB-INF/web.xml 2012-11-27 13:01:59 +0000 @@ -1,86 +1,102 @@ + "http://java.sun.com/dtd/web-app_2_3.dtd"> - DHIS Mapping - - - contextConfigLocation - classpath*:/META-INF/dhis/beans.xml - - - automaticAccessType - ghostAdmin - - - - RedirectFilter - org.hisp.dhis.servlet.filter.HttpRedirectFilter - - redirectPath - dhis-web-mapping/index.action - - - - OpenSessionInViewFilter - org.springframework.orm.hibernate4.support.OpenSessionInViewFilter - - - springSecurityFilterChain - org.springframework.web.filter.DelegatingFilterProxy - - - Struts - org.apache.struts2.dispatcher.FilterDispatcher - - - - RedirectFilter - / - - - OpenSessionInViewFilter - *.action - - - OpenSessionInViewFilter - /api/* - - - springSecurityFilterChain - /* - - - Struts - *.action - - - - org.springframework.web.context.ContextLoaderListener - - - org.hisp.dhis.system.startup.StartupListener - - - - - - webapiServlet - org.springframework.web.servlet.DispatcherServlet - - contextConfigLocation - classpath*:/META-INF/dhis/servlet.xml - - 1 - - - - webapiServlet - /api - - - webapiServlet - /api/* - - + DHIS Mapping + + + contextConfigLocation + classpath*:/META-INF/dhis/beans.xml + + + automaticAccessType + ghostAdmin + + + + RedirectFilter + org.hisp.dhis.servlet.filter.HttpRedirectFilter + + redirectPath + dhis-web-mapping/index.action + + + + OpenSessionInViewFilter + org.springframework.orm.hibernate4.support.OpenSessionInViewFilter + + + springSecurityFilterChain + org.springframework.web.filter.DelegatingFilterProxy + + + Struts + org.apache.struts2.dispatcher.FilterDispatcher + + + encoding-filter + org.springframework.web.filter.CharacterEncodingFilter + + encoding + UTF-8 + + + forceEncoding + true + + + + + encoding-filter + /* + + + RedirectFilter + / + + + OpenSessionInViewFilter + *.action + + + OpenSessionInViewFilter + /api/* + + + springSecurityFilterChain + /* + + + Struts + *.action + + + + org.springframework.web.context.ContextLoaderListener + + + org.hisp.dhis.system.startup.StartupListener + + + + + + webapiServlet + org.springframework.web.servlet.DispatcherServlet + + contextConfigLocation + classpath*:/META-INF/dhis/servlet.xml + + 1 + + + + webapiServlet + /api + + + webapiServlet + /api/* + + === modified file 'dhis-2/dhis-web/dhis-web-mobile/src/main/webapp/WEB-INF/web.xml' --- dhis-2/dhis-web/dhis-web-mobile/src/main/webapp/WEB-INF/web.xml 2012-10-02 07:46:54 +0000 +++ dhis-2/dhis-web/dhis-web-mobile/src/main/webapp/WEB-INF/web.xml 2012-11-27 13:01:59 +0000 @@ -1,109 +1,125 @@ + "http://java.sun.com/dtd/web-app_2_3.dtd"> - DHIS Web Mobile - - - contextConfigLocation - classpath*:/META-INF/dhis/beans.xml - - - - RedirectFilter - org.hisp.dhis.servlet.filter.HttpRedirectFilter - - redirectPath - mobile/index - - - - OpenSessionInViewFilter - org.springframework.orm.hibernate4.support.OpenSessionInViewFilter - - - springSecurityFilterChain - org.springframework.web.filter.DelegatingFilterProxy - - - Struts - org.apache.struts2.dispatcher.FilterDispatcher - - - - RedirectFilter - / - - - OpenSessionInViewFilter - *.action - - - OpenSessionInViewFilter - /api/* - - - OpenSessionInViewFilter - /mobile/* - - - springSecurityFilterChain - /* - - - Struts - *.action - - - - org.springframework.web.context.ContextLoaderListener - - - org.hisp.dhis.system.startup.StartupListener - - - - webapiServlet - org.springframework.web.servlet.DispatcherServlet - - contextConfigLocation - classpath*:/META-INF/dhis/servlet.xml - - 1 - - - - mobileServlet - org.springframework.web.servlet.DispatcherServlet - - contextConfigLocation - classpath*:/META-INF/dhis/mobile.xml - - 1 - - - - - - mobileServlet - /mobile - - - - mobileServlet - /mobile/* - - - - - - webapiServlet - /api - - - - webapiServlet - /api/* - + DHIS Web Mobile + + + contextConfigLocation + classpath*:/META-INF/dhis/beans.xml + + + + RedirectFilter + org.hisp.dhis.servlet.filter.HttpRedirectFilter + + redirectPath + mobile/index + + + + OpenSessionInViewFilter + org.springframework.orm.hibernate4.support.OpenSessionInViewFilter + + + springSecurityFilterChain + org.springframework.web.filter.DelegatingFilterProxy + + + Struts + org.apache.struts2.dispatcher.FilterDispatcher + + + encoding-filter + org.springframework.web.filter.CharacterEncodingFilter + + encoding + UTF-8 + + + forceEncoding + true + + + + + encoding-filter + /* + + + RedirectFilter + / + + + OpenSessionInViewFilter + *.action + + + OpenSessionInViewFilter + /api/* + + + OpenSessionInViewFilter + /mobile/* + + + springSecurityFilterChain + /* + + + Struts + *.action + + + + org.springframework.web.context.ContextLoaderListener + + + org.hisp.dhis.system.startup.StartupListener + + + + webapiServlet + org.springframework.web.servlet.DispatcherServlet + + contextConfigLocation + classpath*:/META-INF/dhis/servlet.xml + + 1 + + + + mobileServlet + org.springframework.web.servlet.DispatcherServlet + + contextConfigLocation + classpath*:/META-INF/dhis/mobile.xml + + 1 + + + + + + mobileServlet + /mobile + + + + mobileServlet + /mobile/* + + + + + + webapiServlet + /api + + + + webapiServlet + /api/* + === modified file 'dhis-2/dhis-web/dhis-web-portal/src/main/webapp/WEB-INF/web.xml' --- dhis-2/dhis-web/dhis-web-portal/src/main/webapp/WEB-INF/web.xml 2012-10-23 14:04:27 +0000 +++ dhis-2/dhis-web/dhis-web-portal/src/main/webapp/WEB-INF/web.xml 2012-11-27 13:01:59 +0000 @@ -1,119 +1,138 @@ + "http://java.sun.com/dtd/web-app_2_3.dtd"> - DHIS 2 - - - contextConfigLocation - classpath*:/META-INF/dhis/beans.xml - - - automaticAccessType - databaseAdmin - - - - RedirectFilter - org.hisp.dhis.servlet.filter.HttpRedirectFilter - - redirectPath - dhis-web-commons-about/redirect.action - - - - OpenSessionInViewFilter - org.springframework.orm.hibernate4.support.OpenSessionInViewFilter - - - springSecurityFilterChain - org.springframework.web.filter.DelegatingFilterProxy - - - Struts - org.apache.struts2.dispatcher.FilterDispatcher - - - - RedirectFilter - / - - - OpenSessionInViewFilter - *.action - - - OpenSessionInViewFilter - /api/* - - - OpenSessionInViewFilter - /mobile/* - - - springSecurityFilterChain - /* - - - Struts - *.action - - - - org.springframework.web.context.ContextLoaderListener - - - org.hisp.dhis.system.startup.StartupListener - - - - webapiServlet - org.springframework.web.servlet.DispatcherServlet - - contextConfigLocation - classpath*:/META-INF/dhis/servlet.xml - - 1 - - - - mobileServlet - org.springframework.web.servlet.DispatcherServlet - - contextConfigLocation - classpath*:/META-INF/dhis/mobile.xml - - 1 - - - - - - mobileServlet - /mobile - - - - mobileServlet - /mobile/* - - - - - - webapiServlet - /api - - - - webapiServlet - /api/* - - - - - - java.lang.Throwable - /error.html - + DHIS 2 + + + contextConfigLocation + classpath*:/META-INF/dhis/beans.xml + + + automaticAccessType + databaseAdmin + + + + RedirectFilter + org.hisp.dhis.servlet.filter.HttpRedirectFilter + + redirectPath + dhis-web-commons-about/redirect.action + + + + OpenSessionInViewFilter + org.springframework.orm.hibernate4.support.OpenSessionInViewFilter + + + springSecurityFilterChain + org.springframework.web.filter.DelegatingFilterProxy + + + Struts + org.apache.struts2.dispatcher.FilterDispatcher + + + + encoding-filter + + org.springframework.web.filter.CharacterEncodingFilter + + + encoding + UTF-8 + + + forceEncoding + true + + + + + encoding-filter + /* + + + RedirectFilter + / + + + OpenSessionInViewFilter + *.action + + + OpenSessionInViewFilter + /api/* + + + OpenSessionInViewFilter + /mobile/* + + + springSecurityFilterChain + /* + + + Struts + *.action + + + + org.springframework.web.context.ContextLoaderListener + + + org.hisp.dhis.system.startup.StartupListener + + + + webapiServlet + org.springframework.web.servlet.DispatcherServlet + + contextConfigLocation + classpath*:/META-INF/dhis/servlet.xml + + 1 + + + + mobileServlet + org.springframework.web.servlet.DispatcherServlet + + contextConfigLocation + classpath*:/META-INF/dhis/mobile.xml + + 1 + + + + + + mobileServlet + /mobile + + + + mobileServlet + /mobile/* + + + + + + webapiServlet + /api + + + + webapiServlet + /api/* + + + + + + java.lang.Throwable + /error.html + === modified file 'dhis-2/dhis-web/dhis-web-reporting/src/main/webapp/WEB-INF/web.xml' --- dhis-2/dhis-web/dhis-web-reporting/src/main/webapp/WEB-INF/web.xml 2012-03-12 20:25:54 +0000 +++ dhis-2/dhis-web/dhis-web-reporting/src/main/webapp/WEB-INF/web.xml 2012-11-27 13:01:59 +0000 @@ -1,86 +1,102 @@ + "http://java.sun.com/dtd/web-app_2_3.dtd"> - DHIS Web Reporting - - - contextConfigLocation - classpath*:/META-INF/dhis/beans.xml - - - automaticAccessType - ghostAdmin - - - - RedirectFilter - org.hisp.dhis.servlet.filter.HttpRedirectFilter - - redirectPath - dhis-web-reporting/index.action - - - - OpenSessionInViewFilter - org.springframework.orm.hibernate4.support.OpenSessionInViewFilter - - - springSecurityFilterChain - org.springframework.web.filter.DelegatingFilterProxy - - - Struts - org.apache.struts2.dispatcher.FilterDispatcher - - - - RedirectFilter - / - - - OpenSessionInViewFilter - *.action - - - OpenSessionInViewFilter - /api/* - - - springSecurityFilterChain - /* - - - Struts - *.action - - - - org.springframework.web.context.ContextLoaderListener - - - org.hisp.dhis.system.startup.StartupListener - - - - - - webapiServlet - org.springframework.web.servlet.DispatcherServlet - - contextConfigLocation - classpath*:/META-INF/dhis/servlet.xml - - 1 - - - - webapiServlet - /api - - - webapiServlet - /api/* - - + DHIS Web Reporting + + + contextConfigLocation + classpath*:/META-INF/dhis/beans.xml + + + automaticAccessType + ghostAdmin + + + + RedirectFilter + org.hisp.dhis.servlet.filter.HttpRedirectFilter + + redirectPath + dhis-web-reporting/index.action + + + + OpenSessionInViewFilter + org.springframework.orm.hibernate4.support.OpenSessionInViewFilter + + + springSecurityFilterChain + org.springframework.web.filter.DelegatingFilterProxy + + + Struts + org.apache.struts2.dispatcher.FilterDispatcher + + + encoding-filter + org.springframework.web.filter.CharacterEncodingFilter + + encoding + UTF-8 + + + forceEncoding + true + + + + + encoding-filter + /* + + + RedirectFilter + / + + + OpenSessionInViewFilter + *.action + + + OpenSessionInViewFilter + /api/* + + + springSecurityFilterChain + /* + + + Struts + *.action + + + + org.springframework.web.context.ContextLoaderListener + + + org.hisp.dhis.system.startup.StartupListener + + + + + + webapiServlet + org.springframework.web.servlet.DispatcherServlet + + contextConfigLocation + classpath*:/META-INF/dhis/servlet.xml + + 1 + + + + webapiServlet + /api + + + webapiServlet + /api/* + + === modified file 'dhis-2/dhis-web/dhis-web-sms/src/main/webapp/WEB-INF/web.xml' --- dhis-2/dhis-web/dhis-web-sms/src/main/webapp/WEB-INF/web.xml 2012-06-18 06:14:19 +0000 +++ dhis-2/dhis-web/dhis-web-sms/src/main/webapp/WEB-INF/web.xml 2012-11-27 13:01:59 +0000 @@ -1,86 +1,102 @@ + "http://java.sun.com/dtd/web-app_2_3.dtd"> - DHIS Web SMS - - - contextConfigLocation - classpath*:/META-INF/dhis/beans.xml - - - automaticAccessType - ghostAdmin - - - - RedirectFilter - org.hisp.dhis.servlet.filter.HttpRedirectFilter - - redirectPath - sms/index.action - - - - OpenSessionInViewFilter - org.springframework.orm.hibernate4.support.OpenSessionInViewFilter - - - springSecurityFilterChain - org.springframework.web.filter.DelegatingFilterProxy - - - Struts - org.apache.struts2.dispatcher.FilterDispatcher - - - - RedirectFilter - / - - - OpenSessionInViewFilter - *.action - - - OpenSessionInViewFilter - /api/* - - - springSecurityFilterChain - /* - - - Struts - *.action - - - - org.springframework.web.context.ContextLoaderListener - - - org.hisp.dhis.system.startup.StartupListener - - - - - - webapiServlet - org.springframework.web.servlet.DispatcherServlet - - contextConfigLocation - classpath*:/META-INF/dhis/servlet.xml - - 1 - - - - webapiServlet - /api - - - webapiServlet - /api/* - - + DHIS Web SMS + + + contextConfigLocation + classpath*:/META-INF/dhis/beans.xml + + + automaticAccessType + ghostAdmin + + + + RedirectFilter + org.hisp.dhis.servlet.filter.HttpRedirectFilter + + redirectPath + sms/index.action + + + + OpenSessionInViewFilter + org.springframework.orm.hibernate4.support.OpenSessionInViewFilter + + + springSecurityFilterChain + org.springframework.web.filter.DelegatingFilterProxy + + + Struts + org.apache.struts2.dispatcher.FilterDispatcher + + + encoding-filter + org.springframework.web.filter.CharacterEncodingFilter + + encoding + UTF-8 + + + forceEncoding + true + + + + + encoding-filter + /* + + + RedirectFilter + / + + + OpenSessionInViewFilter + *.action + + + OpenSessionInViewFilter + /api/* + + + springSecurityFilterChain + /* + + + Struts + *.action + + + + org.springframework.web.context.ContextLoaderListener + + + org.hisp.dhis.system.startup.StartupListener + + + + + + webapiServlet + org.springframework.web.servlet.DispatcherServlet + + contextConfigLocation + classpath*:/META-INF/dhis/servlet.xml + + 1 + + + + webapiServlet + /api + + + webapiServlet + /api/* + + === modified file 'dhis-2/dhis-web/dhis-web-validationrule/src/main/webapp/WEB-INF/web.xml' --- dhis-2/dhis-web/dhis-web-validationrule/src/main/webapp/WEB-INF/web.xml 2012-03-12 20:25:54 +0000 +++ dhis-2/dhis-web/dhis-web-validationrule/src/main/webapp/WEB-INF/web.xml 2012-11-27 13:01:59 +0000 @@ -1,86 +1,102 @@ + "http://java.sun.com/dtd/web-app_2_3.dtd"> - DHIS Validation Rule - - - contextConfigLocation - classpath*:/META-INF/dhis/beans.xml - - - automaticAccessType - ghostAdmin - - - - RedirectFilter - org.hisp.dhis.servlet.filter.HttpRedirectFilter - - redirectPath - dhis-web-validationrule/index.action - - - - OpenSessionInViewFilter - org.springframework.orm.hibernate4.support.OpenSessionInViewFilter - - - springSecurityFilterChain - org.springframework.web.filter.DelegatingFilterProxy - - - Struts - org.apache.struts2.dispatcher.FilterDispatcher - - - - RedirectFilter - / - - - OpenSessionInViewFilter - *.action - - - OpenSessionInViewFilter - /api/* - - - springSecurityFilterChain - /* - - - Struts - *.action - - - - org.springframework.web.context.ContextLoaderListener - - - org.hisp.dhis.system.startup.StartupListener - - - - - - webapiServlet - org.springframework.web.servlet.DispatcherServlet - - contextConfigLocation - classpath*:/META-INF/dhis/servlet.xml - - 1 - - - - webapiServlet - /api - - - webapiServlet - /api/* - - + DHIS Validation Rule + + + contextConfigLocation + classpath*:/META-INF/dhis/beans.xml + + + automaticAccessType + ghostAdmin + + + + RedirectFilter + org.hisp.dhis.servlet.filter.HttpRedirectFilter + + redirectPath + dhis-web-validationrule/index.action + + + + OpenSessionInViewFilter + org.springframework.orm.hibernate4.support.OpenSessionInViewFilter + + + springSecurityFilterChain + org.springframework.web.filter.DelegatingFilterProxy + + + Struts + org.apache.struts2.dispatcher.FilterDispatcher + + + encoding-filter + org.springframework.web.filter.CharacterEncodingFilter + + encoding + UTF-8 + + + forceEncoding + true + + + + + encoding-filter + /* + + + RedirectFilter + / + + + OpenSessionInViewFilter + *.action + + + OpenSessionInViewFilter + /api/* + + + springSecurityFilterChain + /* + + + Struts + *.action + + + + org.springframework.web.context.ContextLoaderListener + + + org.hisp.dhis.system.startup.StartupListener + + + + + + webapiServlet + org.springframework.web.servlet.DispatcherServlet + + contextConfigLocation + classpath*:/META-INF/dhis/servlet.xml + + 1 + + + + webapiServlet + /api + + + webapiServlet + /api/* + + === modified file 'dhis-2/dhis-web/dhis-web-visualizer/src/main/webapp/WEB-INF/web.xml' --- dhis-2/dhis-web/dhis-web-visualizer/src/main/webapp/WEB-INF/web.xml 2012-03-12 20:25:54 +0000 +++ dhis-2/dhis-web/dhis-web-visualizer/src/main/webapp/WEB-INF/web.xml 2012-11-27 13:01:59 +0000 @@ -1,86 +1,102 @@ + "http://java.sun.com/dtd/web-app_2_3.dtd"> - DHIS Visualizer - - - contextConfigLocation - classpath*:/META-INF/dhis/beans.xml - - - automaticAccessType - ghostAdmin - - - - RedirectFilter - org.hisp.dhis.servlet.filter.HttpRedirectFilter - - redirectPath - dhis-web-visualizer/index.action - - - - OpenSessionInViewFilter - org.springframework.orm.hibernate4.support.OpenSessionInViewFilter - - - springSecurityFilterChain - org.springframework.web.filter.DelegatingFilterProxy - - - Struts - org.apache.struts2.dispatcher.FilterDispatcher - - - - RedirectFilter - / - - - OpenSessionInViewFilter - *.action - - - OpenSessionInViewFilter - /api/* - - - springSecurityFilterChain - /* - - - Struts - *.action - - - - org.springframework.web.context.ContextLoaderListener - - - org.hisp.dhis.system.startup.StartupListener - - - - - - webapiServlet - org.springframework.web.servlet.DispatcherServlet - - contextConfigLocation - classpath*:/META-INF/dhis/servlet.xml - - 1 - - - - webapiServlet - /api - - - webapiServlet - /api/* - - + DHIS Visualizer + + + contextConfigLocation + classpath*:/META-INF/dhis/beans.xml + + + automaticAccessType + ghostAdmin + + + + RedirectFilter + org.hisp.dhis.servlet.filter.HttpRedirectFilter + + redirectPath + dhis-web-visualizer/index.action + + + + OpenSessionInViewFilter + org.springframework.orm.hibernate4.support.OpenSessionInViewFilter + + + springSecurityFilterChain + org.springframework.web.filter.DelegatingFilterProxy + + + Struts + org.apache.struts2.dispatcher.FilterDispatcher + + + encoding-filter + org.springframework.web.filter.CharacterEncodingFilter + + encoding + UTF-8 + + + forceEncoding + true + + + + + encoding-filter + /* + + + RedirectFilter + / + + + OpenSessionInViewFilter + *.action + + + OpenSessionInViewFilter + /api/* + + + springSecurityFilterChain + /* + + + Struts + *.action + + + + org.springframework.web.context.ContextLoaderListener + + + org.hisp.dhis.system.startup.StartupListener + + + + + + webapiServlet + org.springframework.web.servlet.DispatcherServlet + + contextConfigLocation + classpath*:/META-INF/dhis/servlet.xml + + 1 + + + + webapiServlet + /api + + + webapiServlet + /api/* + +