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 13916DC24 for ; Mon, 1 Oct 2012 08:41:59 +0000 (UTC) Received: (qmail 19828 invoked by uid 500); 1 Oct 2012 08:41:58 -0000 Delivered-To: apmail-tomcat-dev-archive@tomcat.apache.org Received: (qmail 19471 invoked by uid 500); 1 Oct 2012 08:41:58 -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 19452 invoked by uid 99); 1 Oct 2012 08:41:57 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Oct 2012 08:41:57 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Oct 2012 08:41:56 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 98C5C23888E3 for ; Mon, 1 Oct 2012 08:41:13 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1392236 - /tomcat/tc6.0.x/trunk/STATUS.txt Date: Mon, 01 Oct 2012 08:41:13 -0000 To: dev@tomcat.apache.org From: markt@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20121001084113.98C5C23888E3@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: markt Date: Mon Oct 1 08:41:13 2012 New Revision: 1392236 URL: http://svn.apache.org/viewvc?rev=1392236&view=rev Log: Withdraw proposal Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=1392236&r1=1392235&r2=1392236&view=diff ============================================================================== --- tomcat/tc6.0.x/trunk/STATUS.txt (original) +++ tomcat/tc6.0.x/trunk/STATUS.txt Mon Oct 1 08:41:13 2012 @@ -59,26 +59,6 @@ PATCHES PROPOSED TO BACKPORT: +1: kfujino, fhanik -1: markt - https://issues.apache.org/bugzilla/show_bug.cgi?id=52579#c8 -* https://issues.apache.org/bugzilla/show_bug.cgi?id=52811 - Fix parsing of Content-Type - http://svn.apache.org/viewvc?rev=1300154&view=rev (new HTTP header parser) - http://svn.apache.org/viewvc?rev=1300155&view=rev (the actual fix) - http://svn.apache.org/viewvc?rev=1304275&view=rev (case insensitivity) - http://svn.apache.org/viewvc?rev=1304895&view=rev (case insensitivity) - http://svn.apache.org/viewvc?rev=1345752&view=rev (BZ 53353) - http://svn.apache.org/viewvc?rev=1345754&view=rev (BZ 53353) - (=r1300157+r1300161+r1304897+1345755 in TC7) - +1: markt - 0: fhanik - introducing a new parser this late into a release seems too risky for 6 - +0: schultz - agree with fhanik: seems risky at this stage - +0: kkolinko: - Maybe there can be a simpler, not spec-imposing solution for 6.0? - E.g. disable parsing and appending of charset if - contentType.indexOf('\"') >= 0. - A good note about original proposal is that it does not affect - request parsing, so only broken webapps may break, not broken clients. - -1: - * Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=52918 Add WebSocket support to Tomcat 6 +1: fhanik --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org For additional commands, e-mail: dev-help@tomcat.apache.org