From e1b05535ddcc4bf5707ad05e7716b542e6831fe6 Mon Sep 17 00:00:00 2001 From: Igor Farinic Date: Sat, 7 Mar 2015 20:17:19 +0100 Subject: [PATCH] fix for MID-2245 --- gui/admin-gui/src/main/webapp/WEB-INF/web.xml | 342 +++++++++--------- 1 file changed, 171 insertions(+), 171 deletions(-) diff --git a/gui/admin-gui/src/main/webapp/WEB-INF/web.xml b/gui/admin-gui/src/main/webapp/WEB-INF/web.xml index 10e85c93632..c043a3f8a78 100644 --- a/gui/admin-gui/src/main/webapp/WEB-INF/web.xml +++ b/gui/admin-gui/src/main/webapp/WEB-INF/web.xml @@ -1,171 +1,171 @@ - - - - - - midPoint - - - contextConfigLocation - - classpath:ctx-common.xml - classpath:ctx-configuration.xml - classpath*:ctx-repository.xml, - classpath:ctx-repo-cache.xml, - classpath:ctx-task.xml, - classpath:ctx-provisioning.xml, - classpath:ctx-audit.xml, - classpath:ctx-security.xml, - classpath:ctx-report.xml - classpath:ctx-model.xml, - classpath*:ctx-workflow.xml, - classpath*:ctx-notifications.xml, - - /WEB-INF/ctx-webapp.xml, - /WEB-INF/ctx-web-security.xml, - /WEB-INF/ctx-init.xml - - - - - log4jConfigLocation - /WEB-INF/log4j.properties - - - - org.springframework.web.util.Log4jConfigListener - - - - org.springframework.web.context.ContextLoaderListener - - - - MidPointProfilingServletFilter - com.evolveum.midpoint.web.util.MidPointProfilingServletFilter - - - - MidPointProfilingServletFilter - /* - - - - - - wicket - org.apache.wicket.protocol.http.WicketFilter - - configuration - development - - - - applicationBean - midpointApplication - - - applicationFactoryClassName - org.apache.wicket.spring.SpringWebApplicationFactory - - - - - springSecurityFilterChain - org.springframework.web.filter.DelegatingFilterProxy - - - - springSecurityFilterChain - /* - - - - WebResourceOptimizer - ro.isdc.wro.http.WroFilter - - - WebResourceOptimizer - /wro/* - - - - wicket - /* - REQUEST - ERROR - - - - CXFServlet - - org.apache.cxf.transport.servlet.CXFServlet - - 1 - - - - CXFServlet - /model/* - - - CXFServlet - /ws/* - - - 30 - - - index.html - - - - 401 - /error/401 - - - 403 - /error/403 - - - 404 - /error/404 - - - 500 - /error - - - + + + + + + midPoint + + + contextConfigLocation + + classpath:ctx-common.xml + classpath:ctx-configuration.xml + classpath*:ctx-repository.xml, + classpath:ctx-repo-cache.xml, + classpath:ctx-task.xml, + classpath:ctx-provisioning.xml, + classpath:ctx-audit.xml, + classpath:ctx-security.xml, + classpath:ctx-report.xml + classpath:ctx-model.xml, + classpath*:ctx-workflow.xml, + classpath*:ctx-notifications.xml, + + /WEB-INF/ctx-webapp.xml, + /WEB-INF/ctx-web-security.xml, + /WEB-INF/ctx-init.xml + + + + + + + + + org.springframework.web.context.ContextLoaderListener + + + + MidPointProfilingServletFilter + com.evolveum.midpoint.web.util.MidPointProfilingServletFilter + + + + MidPointProfilingServletFilter + /* + + + + + + wicket + org.apache.wicket.protocol.http.WicketFilter + + configuration + development + + + + applicationBean + midpointApplication + + + applicationFactoryClassName + org.apache.wicket.spring.SpringWebApplicationFactory + + + + + springSecurityFilterChain + org.springframework.web.filter.DelegatingFilterProxy + + + + springSecurityFilterChain + /* + + + + WebResourceOptimizer + ro.isdc.wro.http.WroFilter + + + WebResourceOptimizer + /wro/* + + + + wicket + /* + REQUEST + ERROR + + + + CXFServlet + + org.apache.cxf.transport.servlet.CXFServlet + + 1 + + + + CXFServlet + /model/* + + + CXFServlet + /ws/* + + + 30 + + + index.html + + + + 401 + /error/401 + + + 403 + /error/403 + + + 404 + /error/404 + + + 500 + /error + + +