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 ec5c642a7f Update documentation since RFC 9110 now allows partial PUT
ec5c642a7f is described below
commit ec5c642a7f069c90a8f72cc49fb0e84ea7013205
Author: Mark Thomas <[email protected]>
AuthorDate: Mon Aug 1 13:32:47 2022 +0100
Update documentation since RFC 9110 now allows partial PUT
---
conf/web.xml | 6 ++++--
webapps/docs/default-servlet.xml | 5 +++--
2 files changed, 7 insertions(+), 4 deletions(-)
diff --git a/conf/web.xml b/conf/web.xml
index f009e9f293..df7927df58 100644
--- a/conf/web.xml
+++ b/conf/web.xml
@@ -112,8 +112,10 @@
<!-- -->
<!-- allowPartialPut Should the server treat an HTTP PUT request -->
<!-- with a Range header as a partial PUT? Note -->
- <!-- that RFC 7233 clarified that Range headers are -->
- <!-- only valid for GET requests. [true] -->
+ <!-- that while RFC 7233 clarified that Range -->
+ <!-- headers only valid for GET requests, RFC 9110 -->
+ <!-- (which obsoletes RFC 7233) now allows partial -->
+ <!-- puts. [true] -->
<servlet>
<servlet-name>default</servlet-name>
diff --git a/webapps/docs/default-servlet.xml b/webapps/docs/default-servlet.xml
index 18bb8bafd0..5b9ba7af29 100644
--- a/webapps/docs/default-servlet.xml
+++ b/webapps/docs/default-servlet.xml
@@ -207,8 +207,9 @@ Tomcat.</p>
</property>
<property name="allowPartialPut">
Should the server treat an HTTP PUT request with a Range header as a
- partial PUT? Note that RFC 7233 clarified that Range headers are only
- valid for GET requests. [true]
+ 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]
</property>
</properties>
</section>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]