Return-Path: Delivered-To: apmail-tomcat-dev-archive@www.apache.org Received: (qmail 51795 invoked from network); 12 Jan 2010 18:25:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 12 Jan 2010 18:25:17 -0000 Received: (qmail 27295 invoked by uid 500); 12 Jan 2010 18:25:16 -0000 Delivered-To: apmail-tomcat-dev-archive@tomcat.apache.org Received: (qmail 27220 invoked by uid 500); 12 Jan 2010 18:25:16 -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 27209 invoked by uid 99); 12 Jan 2010 18:25:16 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Jan 2010 18:25:16 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of knst.kolinko@gmail.com designates 209.85.218.221 as permitted sender) Received: from [209.85.218.221] (HELO mail-bw0-f221.google.com) (209.85.218.221) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Jan 2010 18:25:08 +0000 Received: by bwz21 with SMTP id 21so14449120bwz.24 for ; Tue, 12 Jan 2010 10:24:48 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=iGFaXg+Qks7YoZJjCl5Ov5nAOwy52l0Wx4zjEGTD/xQ=; b=Iti5HvA293256WsFsfRo+2yjxDZ9Z8BwahOYWUMNxyEwx1HIR49MfXuFj9+Qj0ROO2 2J2O2wtkisrZBQR1MJBB6P6odRNHhudaI33TH84k45MXUvgbBSZ/owtADF+x3zH5UD1Y g7LsJ8r53tT6TPRpAzePzyFY8MKIEVw3wIA3E= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=Q2IaFsSslMzHqerornxtH6FpNjF3z2wJdO++PWLo21ZygeV+5hq5VUraP29QvrlVpu NHVVNvwh0u3KfGmoqZJ3//1pYvy3CqTmYc4D2Gkm6zyaXDPkeOOAyDtq/w6cFzv2faLV AVXIc/kJhG938XzqTW68l8V1FheFV8z7kgkGI= MIME-Version: 1.0 Received: by 10.103.21.24 with SMTP id y24mr132632mui.110.1263320687870; Tue, 12 Jan 2010 10:24:47 -0800 (PST) In-Reply-To: <4B4CAC30.50301@apache.org> References: <4B4CAC30.50301@apache.org> Date: Tue, 12 Jan 2010 21:24:47 +0300 Message-ID: <427155181001121024m1584e6cp702812995e792516@mail.gmail.com> Subject: Re: With a view to 6.0.23 From: Konstantin Kolinko To: Tomcat Developers List Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org 2010/1/12 Mark Thomas : > Just doing some testing. Generally looking good. The log buffering does > seem to be causing issues with lost messages on windows service > shutdown. I'm looking at Kostantin's patch to disable buffering now. > That should fix the symptom (good enough for 6.0.23). If it does, I'll > try and figure out the root cause. > > More eyes appreciated. > > Mark > Thank you for vote. I would very like to see the JULI FileHandler buffering patch in 6.0.23. A third vote is required. Mark, do you have an alternate patch for BZ 47774 (about session.isValid() and listeners executed with a wrong class loader)? You once mentioned that you tested it, but none was proposed. Thus far my testing of 6.0.21/22 resulted in that JULI patch and in the following bug reports: https://issues.apache.org/bugzilla/show_bug.cgi?id=48438 https://issues.apache.org/bugzilla/show_bug.cgi?id=48498 The first one (48438) is one more AccessControlException when running with security. It is not serious by its impact, and some fix should be easy to find. I think it is not a show-stopper. The second one (48498) is Jasper crashing when trying to report a compilation error. I've provided reproducers there. I am not so familiar with Jasper code to find a fix quickly, but I would like this to be fixed. It is hard to develop when Jasper fails to report where (even in what file) your error is. I have not tested whether it worked in 6.0.20. Best regards, Konstantin Kolinko --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org For additional commands, e-mail: dev-help@tomcat.apache.org