From dev-return-202112-archive-asf-public=cust-asf.ponee.io@tomcat.apache.org Wed Oct 2 07:33:35 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 B148118064F for ; Wed, 2 Oct 2019 09:33:34 +0200 (CEST) Received: (qmail 10338 invoked by uid 500); 2 Oct 2019 07:33:33 -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 10328 invoked by uid 99); 2 Oct 2019 07:33:33 -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:33:33 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 2E4D7890A3; Wed, 2 Oct 2019 07:33:33 +0000 (UTC) Date: Wed, 02 Oct 2019 07:33:33 +0000 To: "dev@tomcat.apache.org" Subject: [tomcat] branch 7.0.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: <157000161307.18914.3521591390264570630@gitbox.apache.org> From: violetagg@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: tomcat X-Git-Refname: refs/heads/7.0.x X-Git-Reftype: branch X-Git-Oldrev: a491e1a4e7cd7af8806867743cd913df47e2d6c3 X-Git-Newrev: 1d8fd374200bc3da3beb157d0d2b6839fe267d11 X-Git-Rev: 1d8fd374200bc3da3beb157d0d2b6839fe267d11 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 7.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/7.0.x by this push: new 1d8fd37 Fixes having an issue number are sorted by their number, ascending. 1d8fd37 is described below commit 1d8fd374200bc3da3beb157d0d2b6839fe267d11 Author: Violeta Georgieva AuthorDate: Wed Oct 2 10:33:17 2019 +0300 Fixes having an issue number are sorted by their number, ascending. --- webapps/docs/changelog.xml | 90 +++++++++++++++++++++++----------------------- 1 file changed, 45 insertions(+), 45 deletions(-) diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml index 2494008..438223d 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -62,23 +62,23 @@
- - 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 RemotepValve. (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) + + 63627: Implement more fine-grained handling in + RealmBase.authenticate(GSSContext, boolean). (michaelo) + Avoid a NullPointerException in the CrawlerSessionManagerValve if no ROOT Context is deployed @@ -194,6 +194,11 @@ + 55620: Partial fix. Prevent Tomcat from starting when + $CATALINA_HOME and/or $CATALINA_BASE contains + a semi-colon on Windows or a colon on Linux/FreeBSD/etc. (markt) + + 62140: Additional usage documentation in comments for catalina.[bat|sh]. (markt) @@ -207,6 +212,11 @@ --rename option after the service name. (markt) + 63625: Update to Commons Daemon 1.2.1. This corrects several + regressions in Commons Daemon 1.2.0, most notably the Windows Service + crashing on start when using 32-bit JVMs. (markt) + + 63634: Align setproxy target in build.xml with 8.5/9.0. (michaelo) @@ -214,11 +224,6 @@ Limit the default JPDA (remote debugging interface) listen address to localhost:8000. (markt) - - 55620: Partial fix. Prevent Tomcat from starting when - $CATALINA_HOME and/or $CATALINA_BASE contains - a semi-colon on Windows or a colon on Linux/FreeBSD/etc. (markt) - Tighten up the default file permissions for the .tar.gz distribution so no files or directories are world readable by default. @@ -235,11 +240,6 @@ pick up the fix for CODEC-134. (markt) - 63625: Update to Commons Daemon 1.2.1. This corrects several - regressions in Commons Daemon 1.2.0, most notably the Windows Service - crashing on start when using 32-bit JVMs. (markt) - - 63648: Update the test TLS keys and certificates used in the test suite to replace the keys and certificates that are about to expire. (markt) @@ -347,6 +347,22 @@ + 43548: Add an XML schema for the tomcat-users.xml file. + (markt) + + + 63324: Refactor the CrawlerSessionManagerValve + so that the object placed in the session is compatible with session + serialization with mem-cached. Patch provided by Martin Lemanski. + (markt) + + + 63531: Refactor authenticators so that the session last + accessed time is not updated if the cache attribute is set to + false and FORM authentication is not being + used. (markt) + + 63556: Mark request as forwarded in RemoteIpValve and RemoteIpFilter (michaelo) @@ -383,16 +399,6 @@ defined in server.xml with a docBase but not the optional path. (markt) - - 43548: Add an XML schema for the tomcat-users.xml file. - (markt) - - - 63324: Refactor the CrawlerSessionManagerValve - so that the object placed in the session is compatible with session - serialization with mem-cached. Patch provided by Martin Lemanski. - (markt) - Ensure that the default servlet reads the entire global XSLT file if one is defined. Identified by Coverity Scan. (markt) @@ -406,12 +412,6 @@ RequestDispatcher. The requested target path is logged as a warning since this is an application error. (markt) - - 63531: Refactor authenticators so that the session last - accessed time is not updated if the cache attribute is set to - false and FORM authentication is not being - used. (markt) - Modify the Default and WebDAV Servlets so that a 405 status code is returned for PUT and DELETE requests when @@ -518,6 +518,12 @@ JULI's OneLineFormatter to enable the format of the time stamp used in log messages to be configured. (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) + 63335: Ensure that stack traces written by the OneLineFormatter are fully indented. The entire stack trace @@ -542,18 +548,17 @@ Update Checkstyle to version 8.22. (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) -
+ + 63196: Provide a default (X-Forwarded-Proto) for + the protocolHeader attribute of the + RemoteIpFilter and RemoteIpValve. (markt) + 63206: Add a new attribute to Context - createUploadTargets which, if true enables @@ -581,11 +586,6 @@ calling AsyncContext.dispatch(). (markt) - 63196: Provide a default (X-Forwarded-Proto) for - the protocolHeader attribute of the - RemoteIpFilter and RemoteIpValve. (markt) - - 63249: Use a consistent log level (WARN) when logging the failure to register or deregister a JMX Bean. (markt) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org For additional commands, e-mail: dev-help@tomcat.apache.org