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 fa764fbd08 Update documentation since RFC 9110 now allows partial PUT
fa764fbd08 is described below

commit fa764fbd0806430ea14ac2eeaec1bbeff708ecbb
Author: Mark Thomas <ma...@apache.org>
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 9d82319ba9..d0d4f3150e 100644
--- a/conf/web.xml
+++ b/conf/web.xml
@@ -107,8 +107,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: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to