From: markt Date: Sat, 16 Oct 2010 20:21:36 +0000 (+0000) Subject: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=22965 X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=6b172ea36b87192106909aca4ee5dce70d77088a;p=tomcat7.0 Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=22965 Typos, formatting, etc Based on a patch by Yann Cébron git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1023373 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/conf/web.xml b/conf/web.xml index 5e85d7348..4206d438a 100644 --- a/conf/web.xml +++ b/conf/web.xml @@ -38,7 +38,7 @@ - + @@ -63,7 +63,7 @@ - + @@ -221,7 +221,7 @@ - + jsp @@ -357,7 +357,7 @@ / - + jsp *.jsp @@ -1190,15 +1190,17 @@ - - - - + + + + + + - - + + index.html diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml index 1f55bbb67..80dd6da19 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -55,6 +55,10 @@ Correct a handful of Javadoc warnings. (markt) + + 22965: Fix some typos and formatting issues in the global + web.xml file. Based on a patch by Yann Cébron. (markt) +