Return-Path: X-Original-To: apmail-tomcat-dev-archive@www.apache.org Delivered-To: apmail-tomcat-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 02A951144C for ; Fri, 27 Jun 2014 16:21:28 +0000 (UTC) Received: (qmail 2046 invoked by uid 500); 27 Jun 2014 16:21:27 -0000 Delivered-To: apmail-tomcat-dev-archive@tomcat.apache.org Received: (qmail 1966 invoked by uid 500); 27 Jun 2014 16:21:27 -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 1954 invoked by uid 99); 27 Jun 2014 16:21:27 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 27 Jun 2014 16:21:27 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of knst.kolinko@gmail.com designates 209.85.192.49 as permitted sender) Received: from [209.85.192.49] (HELO mail-qg0-f49.google.com) (209.85.192.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 27 Jun 2014 16:21:24 +0000 Received: by mail-qg0-f49.google.com with SMTP id f51so4504630qge.22 for ; Fri, 27 Jun 2014 09:20:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=6h1ITmcnJuWvPx2dP/KwwFCl4kD3KpRWuPiXJRbDGoY=; b=uJhdaXVkKB4egJiGmgT4GfhoxVjCLA7+WSDOQVTyAI7LsFsbSvvTdJtTEmK8e0gwT2 dcxzQCx+2vkw0jEFJPOBNg2TgDbolxMUAQPINFD+z2+8BP4lGh5CjOFbngIleRSY718B HbqWUN8HQfSpZS35MOBued+xHhwLerPjlyLKfwhNyL83pM6vnJQUzW2Vft2QpaYKi60u INnYBvl/m9zRtZB491p6zxWFW+WMVbdPdOIvYCaSjVrIpJFR+rAI6WbWXcsNsfWd0fMh ADvwiu3PQHWgsQtB1V7D/Hiqq3toNxtPhCuSuxvzX7SwBVkuO9OrUgHciNmKBqzF1MnI GF8Q== MIME-Version: 1.0 X-Received: by 10.224.51.72 with SMTP id c8mr35394414qag.82.1403886059855; Fri, 27 Jun 2014 09:20:59 -0700 (PDT) Received: by 10.140.105.100 with HTTP; Fri, 27 Jun 2014 09:20:59 -0700 (PDT) In-Reply-To: <53AD7CA1.4090603@apache.org> References: <53AD7CA1.4090603@apache.org> Date: Fri, 27 Jun 2014 20:20:59 +0400 Message-ID: Subject: Re: Time for 7.0.55 From: Konstantin Kolinko To: Tomcat Developers List Content-Type: text/plain; charset=UTF-8 X-Virus-Checked: Checked by ClamAV on apache.org 2014-06-27 18:16 GMT+04:00 Mark Thomas : > On 23/06/2014 14:00, Violeta Georgieva wrote: >> 2014-06-22 21:33 GMT+03:00 Konstantin Kolinko : >>> >>> 2014-06-20 23:59 GMT+04:00 Violeta Georgieva : >>>> Hi, >>>> >>>> I would like to start preparing Tomcat 7.0.55 for voting this weekend. >>>> If you want to include something in addition to this release, reply >> here. >>>> >>> >>> Hi! >>> >>> The Mapper issues are taking longer than I anticipated, and I expect >>> myself to be busy on the start of next week. It is impeded by >>> implementation differences (Tomcat 7 has two mappers: in Connector and >>> in Context, Tomcat 8 has one). >>> >>> I would like to backport fixes for 56653 and 56658 to Tomcat 7 (the >>> latter has not been fixed in trunk yet) along with other improvements. >>> >>> I expect that fixing those issues requires changing internal classes >>> of Mapper like I did in r1604319. I think that we are OK with such >>> change, as those are our internal APIs. >>> >>> >>> The Tomcat-Native binaries for Windows are linked to an old version of >>> OpenSSL that has known security issues. Christopher has not yet >>> succeeded in building it. >> >> Ok I'll wait for you and Chris. >> Meanwhile the new JDT compiler will be officially released (Luna release - >> 25.06) and we may include it in 7.0.55. > > I know we are still waiting for the fixed Windows binaries. What is the > status of the remaining work? Mapper issues: BZ 44312: Fixed. Proposed for 6.0. BZ 56653: Fix re-implemented in Tomcat 8 to be less intrusive. Not backported. I backported testcase for it (r1604846), but neither Gump nor Testbot fail with it. BZ 56658: Not started. I plan to work on Mapper tonight and tomorrow. Best regards, Konstantin Kolinko --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org For additional commands, e-mail: dev-help@tomcat.apache.org