From 3df3ed7a9b0ede9ce8976e87a2ac74f7f0552e82 Mon Sep 17 00:00:00 2001 From: kmagdziarz Date: Mon, 17 Jul 2023 09:38:34 +0200 Subject: [PATCH] [ACS-5597] Fix index for Tomcat 10 --- pom.xml | 2 +- src/main/webapp/index.jsp | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 850ef84..ecc46cb 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 alfresco-server-root Alfresco ROOT Web Application - 7.1-SNAPSHOT + 7.0.1-SNAPSHOT war diff --git a/src/main/webapp/index.jsp b/src/main/webapp/index.jsp index 55dd96b..c0bcddf 100644 --- a/src/main/webapp/index.jsp +++ b/src/main/webapp/index.jsp @@ -2,7 +2,7 @@ #%L Alfresco ROOT Web Application %% - Copyright (C) 2005 - 2018 Alfresco Software Limited + Copyright (C) 2005 - 2023 Alfresco Software Limited %% This file is part of the Alfresco software. If the software was purchased under a paid Alfresco license, the terms of @@ -23,7 +23,7 @@ along with Alfresco. If not, see . #L% --%> -<%@page isErrorPage="true" session="true" import="javax.servlet.ServletContext, javax.servlet.RequestDispatcher" +<%@page isErrorPage="true" session="true" import="jakarta.servlet.ServletContext, jakarta.servlet.RequestDispatcher" %><% boolean alfrescoInstalled = false; String alfrescoContextName = "alfresco"; @@ -86,7 +86,7 @@ else