From dev-return-202110-archive-asf-public=cust-asf.ponee.io@tomcat.apache.org Wed Oct 2 07:21:33 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 4572C18064F for ; Wed, 2 Oct 2019 09:21:33 +0200 (CEST) Received: (qmail 381 invoked by uid 500); 2 Oct 2019 07:21:31 -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 371 invoked by uid 99); 2 Oct 2019 07:21:31 -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:21:31 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 744DF890A3; Wed, 2 Oct 2019 07:21:31 +0000 (UTC) Date: Wed, 02 Oct 2019 07:21:31 +0000 To: "dev@tomcat.apache.org" Subject: [tomcat] branch master 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: <157000089136.8474.13118906426511020764@gitbox.apache.org> From: violetagg@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: tomcat X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 8db21b3894fefab07a7fed0bf8ff2b4e147662e9 X-Git-Newrev: 02c17de7cee8b934084f31fb6272e932102b6d60 X-Git-Rev: 02c17de7cee8b934084f31fb6272e932102b6d60 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 master in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/master by this push: new 02c17de Fixes having an issue number are sorted by their number, ascending. 02c17de is described below commit 02c17de7cee8b934084f31fb6272e932102b6d60 Author: Violeta Georgieva AuthorDate: Wed Oct 2 10:21:15 2019 +0300 Fixes having an issue number are sorted by their number, ascending. --- webapps/docs/changelog.xml | 80 +++++++++++++++++++++++----------------------- 1 file changed, 40 insertions(+), 40 deletions(-) diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml index 8f901f5..b3093a2 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -309,19 +309,15 @@
- - 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) - 57665: Add support for the X-Forwarded-Host header to the RemoteIpFilter and RemoteIpValve. (markt) + + 62496: Add option to write auth information (remote user/auth type) + to response headers. (michaelo) + 63550: Only try the alternateURL in the JNDIRealm if one has been specified. (markt) @@ -331,15 +327,6 @@ RemoteIpFilter (michaelo) - If an unhandled exception occurs on a asynchronous thread started via - AsyncContext.start(Runnable), process it using the standard - error page mechanism. (markt) - - - Discard large byte buffers allocated using setBufferSize when recycling - 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) @@ -349,6 +336,19 @@ 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) + + + Discard large byte buffers allocated using setBufferSize when recycling + the request. (remm) + Avoid a NullPointerException in the CrawlerSessionManagerValve if no ROOT Context is deployed @@ -380,15 +380,15 @@ (remm) - 63570: Fix regression retrieving local address with - the NIO connector. Submitted by Aditya Kadakia. (remm) - - 63568: Avoid error when trying to set tcpNoDelay on socket types that do not support it, which can occur when using the NIO inherited channel capability. Submitted by František Kučera. (remm) + 63570: Fix regression retrieving local address with + the NIO connector. Submitted by Aditya Kadakia. (remm) + + Correct parsing of invalid host names that contain bytes in the range 128 to 255 and reject them with a 400 response rather than triggering an internal error that results in a 500 response. (markt) @@ -470,16 +470,6 @@ Update Checkstyle to 8.22. (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 @@ -488,10 +478,10 @@ directory to local administrators, Local System and Local Service. (markt) - - Expand the coverage and quality of the French translations provided - with Apache Tomcat. (remm) - + + 62696: The digital signature for the Windows installer now + uses SHA-256 for hashes. (markt) + 63285: Add an option to service.bat so that when installing a Windows service, the name of the executables used by the @@ -501,6 +491,21 @@ is 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) + + + Expand the coverage and quality of the French translations provided + with Apache Tomcat. (remm) + + + 63555: Add Automatic-Module-Name entries for + each of the Tomcat provided JARs included in the Tomcat embedded + distribution. (markt) + 63567: Restore the passing of $LOGGING_MANAGER to the jvm in catalina.sh when calling stop. @@ -516,11 +521,6 @@ from the standard WebSocket JAR that does not include the API classes. (markt) - - 63555: Add Automatic-Module-Name entries for - each of the Tomcat provided JARs included in the Tomcat embedded - distribution. (markt) - Update dependency on bnd to 4.2.0. (markt) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org For additional commands, e-mail: dev-help@tomcat.apache.org