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