This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/main by this push:
new 8ffd13dadd Need to update default we.xml as well
8ffd13dadd is described below
commit 8ffd13dadd67f0f66d014394c421dd7ee88d407d
Author: Mark Thomas <[email protected]>
AuthorDate: Mon Dec 16 07:53:14 2024 +0000
Need to update default we.xml as well
---
conf/web.xml | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/conf/web.xml b/conf/web.xml
index 698cd97db7..bafa023233 100644
--- a/conf/web.xml
+++ b/conf/web.xml
@@ -108,11 +108,11 @@
<!-- listings is enabled? [true] -->
<!-- -->
<!-- allowPartialPut Should the server treat an HTTP PUT request -->
- <!-- with a Range header as a partial PUT? Note -->
- <!-- that while RFC 7233 clarified that Range -->
- <!-- headers only valid for GET requests, RFC 9110 -->
- <!-- (which obsoletes RFC 7233) now allows partial -->
- <!-- puts. [true] -->
+ <!-- with a Content-Range header as a partial PUT? -->
+ <!-- Note that while RFC 7233 clarified that -->
+ <!-- Content-Range headers only valid for GET -->
+ <!-- requests, RFC 9110 (which obsoletes RFC 7233) -->
+ <!-- now allows partial puts. [true] -->
<!-- -->
<!-- directoryRedirectStatusCode -->
<!-- Status code to use for directory redirects. -->
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]