From dev-return-202111-archive-asf-public=cust-asf.ponee.io@tomcat.apache.org Wed Oct 2 07:27:44 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id 579B518064F for ; Wed, 2 Oct 2019 09:27:44 +0200 (CEST) Received: (qmail 5425 invoked by uid 500); 2 Oct 2019 07:27:43 -0000 Mailing-List: contact dev-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Developers List" Delivered-To: mailing list dev@tomcat.apache.org Received: (qmail 5412 invoked by uid 99); 2 Oct 2019 07:27:43 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Oct 2019 07:27:43 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 03D69890A3; Wed, 2 Oct 2019 07:27:42 +0000 (UTC) Date: Wed, 02 Oct 2019 07:27:42 +0000 To: "dev@tomcat.apache.org" Subject: [tomcat] branch 8.5.x updated: Fixes having an issue number are sorted by their number, ascending. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <157000126290.13390.14514355056710404325@gitbox.apache.org> From: violetagg@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: tomcat X-Git-Refname: refs/heads/8.5.x X-Git-Reftype: branch X-Git-Oldrev: fa8de3284d41abfe26f04e6d68b9b08a7bad8443 X-Git-Newrev: cc85b6c305870d5cdd1609b5bee253ec1d9ae1df X-Git-Rev: cc85b6c305870d5cdd1609b5bee253ec1d9ae1df X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated 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 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) - - 63627: Implement more fine-grained handling in - RealmBase.authenticate(GSSContext, boolean). (michaelo) - 62496: Add option to write auth information (remote user/auth type) to response headers. (michaelo) @@ -301,6 +297,20 @@ RemoteIpFilter (michaelo) + 63579: 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) + + + 63608: Align the implementation of the negative match feature + for patterns used with the RewriteValve with the + description in the documentation. (markt) + + + 63627: Implement more fine-grained handling in + RealmBase.authenticate(GSSContext, boolean). (michaelo) + + If an unhandled exception occurs on a asynchronous thread started via AsyncContext.start(Runnable), process it using the standard error page mechanism. (markt) @@ -310,19 +320,9 @@ the request. (remm) - 63579: 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) - - Correct version information in X-Powered-By header. (markt) - 63608: Align the implementation of the negative match feature - for patterns used with the RewriteValve with the - description in the documentation. (markt) - - Avoid a NullPointerException in the CrawlerSessionManagerValve if no ROOT Context is deployed and a request does not map to any of the other deployed Contexts. Patch @@ -396,6 +396,18 @@ + 55969: 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 8005 to + -1 (disabled). Limit access to the chosen installation + directory to local administrators, Local System and Local Service. + (markt) + + + 62696: The digital signature for the Windows installer now + uses SHA-256 for hashes. (markt) + + 63285: Modify service.bat 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) - - 62696: The digital signature for the Windows installer now - uses SHA-256 for hashes. (markt) - - - 63310: 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 Local System - to the lower privileged Local Service. (markt) - - - 55969: 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 8005 to - -1 (disabled). Limit access to the chosen installation - directory to local administrators, Local System and Local Service. - (markt) - 63285: Add an option to service.bat 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 --rename option after the service name. (markt) + + 63310: 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 Local System + to the lower privileged Local Service. (markt) + 63567: Restore the passing of $LOGGING_MANAGER to the jvm in catalina.sh when calling stop. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org For additional commands, e-mail: dev-help@tomcat.apache.org