This is an automated email from the ASF dual-hosted git repository.

remm pushed a commit to branch 11.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/11.0.x by this push:
     new 127d3bda77 The HTTP/2 specific request attributes were removed
127d3bda77 is described below

commit 127d3bda7780a1d7cf8551622551e71efe325a1f
Author: remm <[email protected]>
AuthorDate: Thu Feb 19 16:06:02 2026 +0100

    The HTTP/2 specific request attributes were removed
    
    Duplicated functionality from Servlet 6.0.
---
 webapps/docs/config/http2.xml | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/webapps/docs/config/http2.xml b/webapps/docs/config/http2.xml
index d726f31567..f32ecaca17 100644
--- a/webapps/docs/config/http2.xml
+++ b/webapps/docs/config/http2.xml
@@ -44,15 +44,6 @@
   the Servlet API is fundamentally blocking, each HTTP/2 stream requires a
   dedicated container thread for the duration of that stream.</p>
 
-  <p>Requests processed using HTTP/2 will have the following additional request
-  attributes available:</p>
-  <ul>
-    <li><code>org.apache.coyote.connectionID</code> will return the HTTP/2
-        connection ID</li>
-    <li><code>org.apache.coyote.streamID</code> will return the HTTP/2 stream
-        ID</li>
-  </ul>
-
 </section>
 
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to