From: kkolinko Date: Mon, 1 Aug 2011 09:59:44 +0000 (+0000) Subject: Simplify mapping for jsp servlet in the default web.xml. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=517644febf803dbf6cea9134595fd9079e4b66c6;p=tomcat7.0 Simplify mapping for jsp servlet in the default web.xml. Multiple url-pattern values in the same servlet-mapping are supported since Servlet 2.5. git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1152722 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/conf/web.xml b/conf/web.xml index c1b9190ef..081879185 100644 --- a/conf/web.xml +++ b/conf/web.xml @@ -365,10 +365,6 @@ jsp *.jsp - - - - jsp *.jspx diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml index 14cf91572..582f2e69a 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -236,6 +236,10 @@ configuration in the default server.xml. It was documented in 7.0.19 that it has no effect. (kkolinko) + + Simplify mapping for jsp servlet in the default + web.xml. (kkolinko) +