Skip to content

Commit

Permalink
chore: fix some misaligned whitespace in web.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
robinverduijn authored and markt-asf committed May 31, 2024
1 parent 1d4013d commit cfc555a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions conf/web.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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] -->
<!-- -->
Expand Down Expand Up @@ -364,7 +364,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 -->
Expand All @@ -375,7 +375,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 -->
Expand Down Expand Up @@ -4721,7 +4721,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>
Expand Down

0 comments on commit cfc555a

Please sign in to comment.