This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/9.0.x by this push: new 97e14d6ad0 chore: fix some misaligned whitespace in web.xml 97e14d6ad0 is described below commit 97e14d6ad044ee5277b0e83104035716b6fa75e9 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 b38c6a1b5f..b4fc5b61da 100644 --- a/conf/web.xml +++ b/conf/web.xml @@ -73,7 +73,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