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 e6720ec148 Reset changelog
e6720ec148 is described below

commit e6720ec1483ffa55baa9bec82b991da1235af11f
Author: remm <r...@apache.org>
AuthorDate: Thu Dec 5 23:16:40 2024 +0100

    Reset changelog
---
 webapps/docs/changelog.xml | 181 +--------------------------------------------
 1 file changed, 1 insertion(+), 180 deletions(-)

diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index 169a28689f..3087e7fa09 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -109,7 +109,7 @@
     <changelog>
       <scode>
         This release contains all of the changes up to and including those in
-        Apache Tomcat 11.0.1 plus the additional changes listed below. (markt)
+        Apache Tomcat 11.0.2 plus the additional changes listed below. (markt)
       </scode>
       <update>
         The minimum Java version has been updated to Java 21. (markt)
@@ -134,118 +134,6 @@
         <code>true</code>. (markt)
       </fix>
       <!-- Entries for backport and removal before 12.0.0-M1 below this line 
-->
-      <fix>
-        Add special handling for the <code>protocols</code> attribute of
-        <code>SSLHostConfig</code> in storeconfig. (remm)
-      </fix>
-      <fix>
-        <bug>69442</bug>: Fix case sensitive check on <code>content-type</code>
-        when parsing request parameters. (remm)
-      </fix>
-      <fix>
-        Compatibility of generated embedded code with components where
-        constructors or property related methods throw a checked exception.
-        (remm)
-      </fix>
-      <fix>
-        The previous fix for inconsistent resource metadata during concurrent
-        reads and writes was incomplete. (markt)
-      </fix>
-      <fix>
-        <pr>780</pr>: Fix <code>content-range</code> header length. Submitted
-        by Chenjp. (remm)
-      </fix>
-      <fix>
-        <bug>69444</bug>: Ensure that the
-        <code>jakarta.servlet.error.message</code> request attribute is set 
when
-        an application defined error page is called. (markt)
-      </fix>
-      <fix>
-        Avoid quotes for numeric values in the JSON generated by the status
-        servlet. (remm)
-      </fix>
-      <add>
-        Add strong ETag support for the WebDAV and default servlet, which can
-        be enabled by using the <code>useStrongETags</code> init parameter with
-        a value set to <code>true</code>. The ETag generated will be a SHA-1
-        checksum of the resource content. (remm)
-      </add>
-      <fix>
-        Use client locale for directory listings. (remm)
-      </fix>
-      <fix>
-        <bug>69439</bug>: Improve the handling of multiple
-        <code>Cache-Control</code> headers in the <code>ExpiresFilter</code>.
-        Based on pull request <pr>777</pr> by Chenjp. (markt)
-      </fix>
-      <fix>
-        <bug>69447</bug>: Update the support for caching classes the web
-        application class loader cannot find to take account of classes loaded
-        from external repositories. Prior to this fix, these classes could be
-        incorrectly marked as not found. (markt)
-      </fix>
-      <fix>
-        <bug>69466</bug>: Rework handling of HEAD requests. Headers explicitly
-        set by users will not be removed and any header present in a HEAD
-        request will also be present in the equivalent GET request. There may 
be
-        some headers, as per RFC 9110, section 9.3.2, that are present in a GET
-        request that are not present in the equivalent HEAD request. (markt)
-      </fix>
-      <fix>
-        <bug>69471</bug>: Log instances of <code>CloseNowException</code> 
caught
-        by <code>ApplicationDispatcher.invoke()</code> at debug level rather
-        than error level as they are very likely to have been caused by a 
client
-        disconnection or similar I/O issue. (markt)
-      </fix>
-      <add>
-        Add a test case for the fix for <bug>69442</bug>. Also refactor
-        references to <code>application/x-www-form-urlencoded</code>. Based on
-        pull request <pr>779</pr> by Chenjp. (markt)
-      </add>
-      <fix>
-        <bug>69476</bug>: Catch possible ISE when trying to report PUT failure
-        in the <code>DefaultServlet</code>. (remm)
-      </fix>
-      <add>
-        Add support for <a
-        
href="https://datatracker.ietf.org/doc/draft-ietf-httpapi-ratelimit-headers";>RateLimit
-        header fields for HTTP (draft)</a> in the <code>RateLimitFilter</code>.
-        Based on pull request <pr>775</pr> provided by Chenjp. (markt)
-      </add>
-      <fix>
-        <bug>69478</bug>: Correct a regression introduced in 11.0.0-M19 that
-        meant when calling <code>setHttpOnly(boolean)</code> or
-        <code>setSecure(boolean)</code> for a cookie, the respective flags were
-        set regardless of the value passed to the method. (markt)
-      </fix>
-      <add>
-        <pr>787</pr>: Add regression tests for <bug>69478</bug>. Pull request
-        provided by Thomas Krisch. (markt)
-      </add>
-      <fix>
-        The default servlet now rejects HTTP range requests when two or more of
-        the requested ranges overlap. Based on pull request <pr>782</pr>
-        provided by Chenjp. (markt)
-      </fix>
-      <fix>
-        Enhance Content-Range verification for partial PUT requests handled by
-        the default servlet. Provided by Chenjp in pull request <pr>778</pr>.
-        (markt)
-      </fix>
-      <fix>
-        Harmonize <code>DataSourceStore</code> lookup in the global resources
-        to optionally avoid the <code>comp/env</code> prefix which is usually
-        not used there. (remm)
-      </fix>
-      <fix>
-        Deprecate the <code>useAcceptRanges</code> initialisation parameter for
-        the default servlet. It will be removed in Tomcat 12 onwards where it
-        will effectively be hard coded to <code>true</code>. (markt)
-      </fix>
-      <add>
-        Add <code>DataSource</code> based property storage for the
-        <code>WebdavServlet</code>. (remm)
-      </add>
     </changelog>
   </subsection>
   <subsection name="Coyote">
@@ -285,42 +173,6 @@
   <subsection name="Web applications">
     <changelog>
       <!-- Entries for backport and removal before 12.0.0-M1 below this line 
-->
-      <fix>
-        Documentation. Remove references to the <code>ResourceParams</code>
-        element. Support for <code>ResourceParams</code> was removed in Tomcat
-        5.5.x. (markt)
-      </fix>
-      <fix>
-        Documentation. <bug>69477</bug>: Correct name of attribute for
-        <code>RemoteIPFilter</code>. The attribute is
-        <code>internalProxies</code> rather than
-        <code>allowedInternalProxies</code>. Pull request <pr>786</pr> provided
-        by Jorge Díaz. (markt)
-      </fix>
-      <fix>
-        Examples. Expand the obfuscation of session cookie values in the 
request
-        header example to JSON responses. (markt)
-      </fix>
-      <add>
-        Examples. Add the ability to delete session attributes in the servlet
-        session example. (markt)
-      </add>
-      <add>
-        Examples. Add a hard coded limit of 10 attributes per session for the
-        servlet session example. (markt)
-      </add>
-      <add>
-        Examples. Add the ability to delete session attributes and add a hard
-        coded limit of 10 attributes per session for the JSP form 
authentication
-        example. (markt)
-      </add>
-      <add>
-        Examples. Limit the shopping cart example to only allow adding the
-        pre-defined items to the cart. (markt)
-      </add>
-      <fix>
-        Examples. Remove JSP calendar example. (markt)
-      </fix>
     </changelog>
   </subsection>
   <subsection name="Other">
@@ -329,37 +181,6 @@
         Update Derby to 10.17.1.0. (markt)
       </update>
       <!-- Entries for backport and removal before 12.0.0-M1 below this line 
-->
-      <fix>
-        <bug>69465</bug>: Fix warnings during native image compilation using 
the
-        Tomcat embedded JARs. (markt)
-      </fix>
-      <update>
-        Update Tomcat's fork of Commons DBCP to 2.13.0. (markt)
-      </update>
-      <update>
-        Update EasyMock to 5.5.0. (markt)
-      </update>
-      <update>
-        Update Checkstyle to 10.20.2. (markt)
-      </update>
-      <update>
-        Update BND to 7.1.0. (markt)
-      </update>
-      <update>
-        Update to the Eclipse JDT compiler 4.34. (markt)
-      </update>
-      <add>
-        Improvements to French translations. (remm)
-      </add>
-      <add>
-        Improvements to Korean translations. (markt)
-      </add>
-      <add>
-        Improvements to Chinese translations. (markt)
-      </add>
-      <add>
-        Improvements to Japanese translations by tak7iji. (markt)
-      </add>
     </changelog>
   </subsection>
 </section>


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

Reply via email to