Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id CC505200B5A for ; Thu, 4 Aug 2016 18:41:09 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id CAC60160AAB; Thu, 4 Aug 2016 16:41:09 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 1C7B0160A6A for ; Thu, 4 Aug 2016 18:41:08 +0200 (CEST) Received: (qmail 64345 invoked by uid 500); 4 Aug 2016 16:41:08 -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 64335 invoked by uid 99); 4 Aug 2016 16:41:08 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Aug 2016 16:41:08 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id A5FE91884D0 for ; Thu, 4 Aug 2016 16:41:07 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -0.426 X-Spam-Level: X-Spam-Status: No, score=-0.426 tagged_above=-999 required=6.31 tests=[KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=-1.426] autolearn=disabled Received: from mx2-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id NJ_sFz20gGJr for ; Thu, 4 Aug 2016 16:41:06 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx2-lw-eu.apache.org (ASF Mail Server at mx2-lw-eu.apache.org) with ESMTP id 900505F479 for ; Thu, 4 Aug 2016 16:41:06 +0000 (UTC) Received: from svn01-us-west.apache.org (svn.apache.org [10.41.0.6]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id CB316E08E2 for ; Thu, 4 Aug 2016 16:41:05 +0000 (UTC) Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id C7C763A0051 for ; Thu, 4 Aug 2016 16:41:05 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1755209 - /tomcat/trunk/webapps/docs/changelog.xml Date: Thu, 04 Aug 2016 16:41:05 -0000 To: dev@tomcat.apache.org From: markt@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20160804164105.C7C763A0051@svn01-us-west.apache.org> archived-at: Thu, 04 Aug 2016 16:41:10 -0000 Author: markt Date: Thu Aug 4 16:41:05 2016 New Revision: 1755209 URL: http://svn.apache.org/viewvc?rev=1755209&view=rev Log: Correct entry order Modified: tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/changelog.xml?rev=1755209&r1=1755208&r2=1755209&view=diff ============================================================================== --- tomcat/trunk/webapps/docs/changelog.xml (original) +++ tomcat/trunk/webapps/docs/changelog.xml Thu Aug 4 16:41:05 2016 @@ -76,19 +76,11 @@ extend SecurityManager protection to the system property replacement feature of the digester. (markt) - - 59839: Apply roleSearchAsUser to all nested searches - in JNDIRealm. (fschumacher) - When retrieving an object via a ResourceLink, ensure that the object obtained is of the expected type. (markt) - 59859: Fix resource leak in WebDAV servlet. Based on patch by - Coty Sutherland. (fschumacher) - - 59823: Ensure that JASPIC configuration is taken into account when calling HttpServletRequest.authenticate(). (markt) @@ -97,6 +89,14 @@ processing by default. (markt) + 59839: Apply roleSearchAsUser to all nested searches + in JNDIRealm. (fschumacher) + + + 59859: Fix resource leak in WebDAV servlet. Based on patch by + Coty Sutherland. (fschumacher) + + 59866: When scanning WEB-INF/classes for annotations, don't scan the contents of WEB-INF/classes/META-INF (if present) since classes will --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org For additional commands, e-mail: dev-help@tomcat.apache.org