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 CB65810303 for ; Sat, 13 Jul 2013 15:19:58 +0000 (UTC) Received: (qmail 54651 invoked by uid 500); 13 Jul 2013 15:19:56 -0000 Delivered-To: apmail-tomcat-dev-archive@tomcat.apache.org Received: (qmail 54595 invoked by uid 500); 13 Jul 2013 15:19:55 -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 54586 invoked by uid 99); 13 Jul 2013 15:19:54 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 13 Jul 2013 15:19:54 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW X-Spam-Check-By: apache.org Received-SPF: error (athena.apache.org: local policy) Received: from [209.85.220.52] (HELO mail-pa0-f52.google.com) (209.85.220.52) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 13 Jul 2013 15:19:48 +0000 Received: by mail-pa0-f52.google.com with SMTP id kq13so9814978pab.11 for ; Sat, 13 Jul 2013 08:19:07 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=sender:content-type:mime-version:subject:from:in-reply-to:date :content-transfer-encoding:message-id:references:to:x-mailer :x-gm-message-state; bh=TKp65zJY3/02aQDB+S/VIHpNwS9iIoD2C2qHabixcXU=; b=nC1nXTAVnPkwL5ocgaszyygUqu1lxUUTc0xg4x0bGMoBtflVSDyGeyMb4h/sVQ0IDE D4XXRUlmMCxFWUMRF+t0Y38qD/IVjb1nOCxo93olCbMcslCDQP+/GCcnDUENgEaZ0TOK HJWyyPl2rqDGb044njnHQjh4CWoUh2ubr+T3QvcFkFfYRSjk0vTcvnhum0I2czto5rH7 9a1GMjWG+L/W5Uhd0AMxOp7C469V7HHrhVcpWBOc+/JUBHmy4M4XkPgrbg+6umtqxgku SDM/EPamC4cXBZbFkbAfsZ3XrG1bCflwoTxf/uuFkgwJxfhrwySrm9KS6SgkfFxq1eoD 0DBA== X-Received: by 10.66.254.135 with SMTP id ai7mr48441953pad.185.1373728747599; Sat, 13 Jul 2013 08:19:07 -0700 (PDT) Received: from [10.0.1.22] (c-24-16-133-248.hsd1.wa.comcast.net. [24.16.133.248]) by mx.google.com with ESMTPSA id om2sm51178963pbb.34.2013.07.13.08.19.04 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 13 Jul 2013 08:19:05 -0700 (PDT) Sender: Jeremy Boynes Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 6.5 \(1508\)) Subject: Committing, was: [Bug 55259] Unnecessary work in JspConfig From: Jeremy Boynes In-Reply-To: Date: Sat, 13 Jul 2013 08:19:04 -0700 Content-Transfer-Encoding: quoted-printable Message-Id: References: To: "Tomcat Developers List" X-Mailer: Apple Mail (2.1508) X-Gm-Message-State: ALoCoQlquoZt6YHpPq7UkEXFcxVXSV1DG5KY5MX3yFtibmaXFVWnex+qgvNBtqmTxe/j+wKyMPkH X-Virus-Checked: Checked by ClamAV on apache.org On Jul 13, 2013, at 2:43 AM, bugzilla@apache.org wrote: > https://issues.apache.org/bugzilla/show_bug.cgi?id=3D55259 >=20 > --- Comment #2 from Mark Thomas --- > Jeremy, >=20 > Although you were originally granted commit karma due to your taglibs = work, you > have the necessary karma to commit to any part of the Tomcat tree. You = clearly > know what you are doing so feel free to use it :) Thank you. I appreciate you taking the time to review my patches and for = providing your feedback on them. >=20 > A couple of things to note although I suspect you know all this = already anyway: > - commits should normally be made to trunk and then backported (trunk = -> 7.0.x > -> 6.0.x) as appropriate > - trunk and 7.0.x are CTR but 6.0.x is RTC so proposals need to be = added to the > status file for 6.0.x > - the trunk changelog entries are currently limited to those changes = that won't > be back-ported > - the changelogs have a comment at the top that explain the order of = entries My current itch is around the JSP support and the changes there will = depend on the descriptor changes which we don't intend to backport. There may = be specific changes, like this one perhaps, that could also apply to 7.0.x = but I would appreciate a second set of eyes on them before I make any changes = in=20 that branch. >=20 > Have fun! Again, thanks :) Jeremy --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org For additional commands, e-mail: dev-help@tomcat.apache.org