From e57e0a01884a1d5997a5ae40c121a037aa6cb78c Mon Sep 17 00:00:00 2001 From: Mark Rogers Date: Wed, 23 Jul 2014 10:28:14 +0000 Subject: [PATCH] Merged HEAD-BUG-FIX (5.0/Cloud) to HEAD (5.0/Cloud) 76908: Merged PLATFORM1 (5.0/Cloud) to HEAD-BUG-FIX (5.0/Cloud) 66846: ACE-639: Added AOS based implementation to enterprise remote-api, extended config, adopted build git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@77750 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261 --- source/web/WEB-INF/web.xml | 29 ++++++++++++++++++----------- source/web/index.jsp | 2 ++ 2 files changed, 20 insertions(+), 11 deletions(-) diff --git a/source/web/WEB-INF/web.xml b/source/web/WEB-INF/web.xml index aa42747f02..6268dd04c5 100644 --- a/source/web/WEB-INF/web.xml +++ b/source/web/WEB-INF/web.xml @@ -98,8 +98,8 @@ org.apache.myfaces.ERROR_HANDLING false - - + + Cleans security context before authentication via the CMIS services or filters. Mapped only for CMIS @@ -183,6 +183,8 @@ org.alfresco.repo.web.filter.beans.SessionSynchronizedFilter + + Global Localization Filter /* @@ -238,10 +240,10 @@ Global Authentication Filter /d/* - + - + WebScript Cookie Authentication Filter /wcservice/* @@ -337,23 +339,29 @@ CacheExpiresFilter *.jpg + CacheExpiresFilter *.png + CacheExpiresFilter *.gif + CacheExpiresFilter *.css + CacheExpiresFilter *.js + + org.apache.myfaces.webapp.StartupServletContextListener @@ -381,9 +389,8 @@ com.sun.xml.ws.transport.http.servlet.WSServletContextListener - - + @@ -603,9 +610,9 @@ publicapi.authenticator - - - + + + Faces Servlet /faces/* @@ -773,8 +780,8 @@ /cmistck CMISTCK --> - - + + 60 diff --git a/source/web/index.jsp b/source/web/index.jsp index 76f848a41d..701efbbf4a 100644 --- a/source/web/index.jsp +++ b/source/web/index.jsp @@ -36,6 +36,8 @@ <%@ page import="org.alfresco.web.bean.repository.PreferencesService" %> <%@ page import="org.alfresco.web.config.ClientConfigElement" %> + + <%-- redirect to the web application's appropriate start page --%> <% // get the start location as configured by the web-client config