This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
commit 0ab878f073c311f05aa15db2a1f0fd38e1a7f426 Author: Mark Thomas <ma...@apache.org> AuthorDate: Tue Jan 7 15:05:10 2020 +0000 Review diff to 9.0.x and add missing updates --- conf/web.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/conf/web.xml b/conf/web.xml index 4d207ee..1aa1799 100644 --- a/conf/web.xml +++ b/conf/web.xml @@ -104,6 +104,11 @@ <!-- showServerInfo Should server information be presented in the --> <!-- response sent to clients when directory --> <!-- listings is enabled? [true] --> + <!-- --> + <!-- 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] --> <servlet> <servlet-name>default</servlet-name> @@ -365,7 +370,7 @@ <!-- enableCmdLineArguments --> <!-- Are command line parameters generated from --> <!-- the query string as per section 4.4 of 3875 --> - <!-- RFC? [true] --> + <!-- RFC? [false] --> <!-- --> <!-- executable Name of the executable used to run the --> <!-- script. [perl] --> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org