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

remm 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 5fa360b502 The HTTP/2 specific request attributes were removed
5fa360b502 is described below

commit 5fa360b502616a5ab07d0ca8913828371939211d
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 420219b0e6..d9b34c3b75 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