[java-idp-tomcat-base] 05/07: Documentation updates
Tom Zeller
tzeller at dragonacea.biz
Tue May 2 22:18:30 UTC 2023
This is an automated email from the git hooks/post-receive script.
tzeller pushed a commit to branch 9.0
in repository java-idp-tomcat-base.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-tomcat-base.git;a=commit;h=5098004e9f315d84a99afb15daf1c3757f7e49d3
commit 5098004e9f315d84a99afb15daf1c3757f7e49d3
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Tue May 2 17:15:31 2023 -0500
Documentation updates
---
src/main/resources/tomcat-base/conf/web.xml | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/src/main/resources/tomcat-base/conf/web.xml b/src/main/resources/tomcat-base/conf/web.xml
index a9e29ee..d0d4f31 100644
--- a/src/main/resources/tomcat-base/conf/web.xml
+++ b/src/main/resources/tomcat-base/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>
@@ -190,7 +192,8 @@
<!-- arrays, to improve performance in some cases? -->
<!-- [false] -->
<!-- -->
- <!-- ieClassId The class-id value to be sent to Internet -->
+ <!-- ieClassId Deprecated. Will be removed in Tomcat 10.1 -->
+ <!-- The class-id value to be sent to Internet -->
<!-- Explorer when using <jsp:plugin> tags. -->
<!-- [clsid:8AD9C840-044E-11D1-B3E9-00805F499D93] -->
<!-- -->
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list