You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by vi...@apache.org on 2019/10/02 07:27:42 UTC

[tomcat] branch 8.5.x updated: Fixes having an issue number are sorted by their number, ascending.

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

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


The following commit(s) were added to refs/heads/8.5.x by this push:
     new cc85b6c  Fixes having an issue number are sorted by their number, ascending.
cc85b6c is described below

commit cc85b6c305870d5cdd1609b5bee253ec1d9ae1df
Author: Violeta Georgieva <vi...@apache.org>
AuthorDate: Wed Oct 2 10:27:25 2019 +0300

    Fixes having an issue number are sorted by their number, ascending.
---
 webapps/docs/changelog.xml | 64 +++++++++++++++++++++++-----------------------
 1 file changed, 32 insertions(+), 32 deletions(-)

diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index e9f142a..160d851 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -274,10 +274,6 @@
         the error has caused the connection to the client to be closed as no-one
         will ever see the error page. (markt)
       </add>
-      <update>
-        <bug>63627</bug>: Implement more fine-grained handling in
-        <code>RealmBase.authenticate(GSSContext, boolean)</code>. (michaelo)
-      </update>
       <add>
         <bug>62496</bug>: Add option to write auth information (remote user/auth type)
         to response headers. (michaelo)
@@ -301,6 +297,20 @@
         RemoteIpFilter (michaelo)
       </add>
       <fix>
+        <bug>63579</bug>: Correct parsing of malformed OPTIONS requests and
+        reject them with a 400 response rather than triggering an internal error
+        that results in a 500 response. (markt)
+      </fix>
+      <fix>
+        <bug>63608</bug>: Align the implementation of the negative match feature
+        for patterns used with the <code>RewriteValve</code> with the
+        description in the documentation. (markt)
+      </fix>
+      <update>
+        <bug>63627</bug>: Implement more fine-grained handling in
+        <code>RealmBase.authenticate(GSSContext, boolean)</code>. (michaelo)
+      </update>
+      <fix>
         If an unhandled exception occurs on a asynchronous thread started via
         <code>AsyncContext.start(Runnable)</code>, process it using the standard
         error page mechanism. (markt)
@@ -310,19 +320,9 @@
         the request. (remm)
       </fix>
       <fix>
-        <bug>63579</bug>: Correct parsing of malformed OPTIONS requests and
-        reject them with a 400 response rather than triggering an internal error
-        that results in a 500 response. (markt)
-      </fix>
-      <fix>
         Correct version information in <code>X-Powered-By</code> header. (markt)
       </fix>
       <fix>
-        <bug>63608</bug>: Align the implementation of the negative match feature
-        for patterns used with the <code>RewriteValve</code> with the
-        description in the documentation. (markt)
-      </fix>
-      <fix>
         Avoid a <code>NullPointerException</code> in the
         <code>CrawlerSessionManagerValve</code> if no ROOT Context is deployed
         and a request does not map to any of the other deployed Contexts. Patch
@@ -396,6 +396,18 @@
   <subsection name="Other">
     <changelog>
       <fix>
+        <bug>55969</bug>: Tighten up the security of the Apache Tomcat
+        installation created by the Windows installer. Change the default
+        shutdown port used by the Windows installer from <code>8005</code> to
+        <code>-1</code> (disabled). Limit access to the chosen installation
+        directory to local administrators, Local System and Local Service.
+        (markt)
+      </fix>
+      <update>
+        <bug>62696</bug>: The digital signature for the Windows installer now
+        uses SHA-256 for hashes. (markt)
+      </update>
+      <fix>
         <bug>63285</bug>: Modify <code>service.bat</code> so that when
         installing a Windows service, by default, it changes the name of the
         executables used by the Windows service to match the service name. This
@@ -409,24 +421,6 @@
         This allows Tomcat 8.5 to use the newer Checkstyle releases while still
         building with Java 7. (markt)
       </update>
-      <update>
-        <bug>62696</bug>: The digital signature for the Windows installer now
-        uses SHA-256 for hashes. (markt)
-      </update>
-      <update>
-        <bug>63310</bug>: Update to Commons Daemon 1.2.0. This provides improved
-        support for Java 11. This also changes the user configured by the
-        Windows installer for the Windows service from <code>Local System</code>
-        to the lower privileged <code>Local Service</code>. (markt)
-      </update>
-      <fix>
-        <bug>55969</bug>: Tighten up the security of the Apache Tomcat
-        installation created by the Windows installer. Change the default
-        shutdown port used by the Windows installer from <code>8005</code> to
-        <code>-1</code> (disabled). Limit access to the chosen installation
-        directory to local administrators, Local System and Local Service.
-        (markt)
-      </fix>
       <add>
         <bug>63285</bug>: Add an option to <code>service.bat</code> so that when
         installing a Windows service, the name of the executables used by the
@@ -436,6 +430,12 @@
         removed. The renaming can be enabled by using the new
         <code>--rename</code> option after the service name. (markt)
       </add>
+      <update>
+        <bug>63310</bug>: Update to Commons Daemon 1.2.0. This provides improved
+        support for Java 11. This also changes the user configured by the
+        Windows installer for the Windows service from <code>Local System</code>
+        to the lower privileged <code>Local Service</code>. (markt)
+      </update>
       <fix>
         <bug>63567</bug>: Restore the passing of <code>$LOGGING_MANAGER</code>
         to the jvm in <code>catalina.sh</code> when calling <code>stop</code>.


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