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

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

commit 6df40af33c51fa29b7d9e2a56d98c39b551428c6
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Fri Jul 19 12:44:17 2024 +0100

    Add a changelog entry
---
 webapps/docs/changelog.xml | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index a4366c857e..9511034e32 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -105,6 +105,18 @@
   issues do not "pop up" wrt. others).
 -->
 <section name="Tomcat 10.1.27 (schultz)" rtext="in development">
+  <subsection name="Catalina">
+    <changelog>
+      <add>
+        Add support for RFC 8297 (Early Hints). Applications can use this
+        feature by casting the <code>HttpServletResponse</code> to
+        <code>org.apache.catalina.connector.Reponse</code> and then calling the
+        method <code>void sendEarlyHints()</code>. This method will be added to
+        the Servlet API (removing the need for the cast) in Servlet 6.2 
onwards.
+        (markt)
+      </add>
+    </changelog>
+  </subsection>
   <subsection name="Other">
     <changelog>
       <fix>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to