This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/10.1.x by this push: new 52b37d2ee6 chore: fix some misaligned whitespace in web.xml 52b37d2ee6 is described below commit 52b37d2ee69512cff234c71e2d87d49a4f18a2ea Author: Robin Verduijn <robinverduijn.git...@gmail.com> AuthorDate: Fri May 24 16:20:36 2024 -0700 chore: fix some misaligned whitespace in web.xml --- conf/web.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/conf/web.xml b/conf/web.xml index 085d84e82c..a788672a42 100644 --- a/conf/web.xml +++ b/conf/web.xml @@ -78,7 +78,7 @@ <!-- contents. [null] --> <!-- --> <!-- sendfileSize If the connector used supports sendfile, this --> - <!-- represents the minimal file size in KiB for --> + <!-- represents the minimal file size in KiB for --> <!-- which sendfile will be used. Use a negative --> <!-- value to always disable sendfile. [48] --> <!-- --> @@ -363,7 +363,7 @@ <!-- the arguments to the OS. See the CGI How-To --> <!-- for more details. The default varies by --> <!-- platform. --> - <!-- Windows: [[\w\Q-.\\/:\E]+] --> + <!-- Windows: [[\w\Q-.\\/:\E]+] --> <!-- Others: [.*] --> <!-- Note that internally the CGI Servlet treats --> <!-- [.*] as a special case to improve performance --> @@ -374,7 +374,7 @@ <!-- command line arguments must match else the --> <!-- request will be rejected. The default matches --> <!-- the allowed values defined by RFC3875. --> - <!-- [[\w\Q%;/?:@&,$-.!~*'()\E]+] --> + <!-- [[\w\Q%;/?:@&,$-.!~*'()\E]+] --> <!-- --> <!-- enableCmdLineArguments --> <!-- Are command line parameters generated from --> @@ -4741,7 +4741,7 @@ <!-- If you define welcome files in your own application's web.xml --> <!-- deployment descriptor, that list *replaces* the list configured --> <!-- here, so be sure to include any of the default values that you wish --> - <!-- to use within your application. --> + <!-- to use within your application. --> <welcome-file-list> <welcome-file>index.html</welcome-file> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org