Return-Path: Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: (qmail 6094 invoked from network); 3 Aug 2007 14:52:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 3 Aug 2007 14:52:37 -0000 Received: (qmail 99379 invoked by uid 500); 3 Aug 2007 14:52:33 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 99331 invoked by uid 500); 3 Aug 2007 14:52:33 -0000 Mailing-List: contact dev-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list dev@httpd.apache.org Received: (qmail 99318 invoked by uid 99); 3 Aug 2007 14:52:33 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Aug 2007 07:52:33 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [209.133.199.10] (HELO jimsys.jagunet.com) (209.133.199.10) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Aug 2007 14:52:30 +0000 Received: from [127.0.0.1] (localhost [127.0.0.1]) by jimsys.jagunet.com (Postfix) with ESMTP id C0976934BE2 for ; Fri, 3 Aug 2007 10:52:09 -0400 (EDT) Mime-Version: 1.0 (Apple Message framework v752.2) Content-Transfer-Encoding: 7bit Message-Id: <1E03DD25-B33B-4CD5-80CB-1561A95121BF@jaguNET.com> Content-Type: text/plain; charset=US-ASCII; format=flowed To: dev@httpd.apache.org From: Jim Jagielski Subject: PR 9727 Date: Fri, 3 Aug 2007 10:52:09 -0400 X-Mailer: Apple Mail (2.752.2) X-Virus-Checked: Checked by ClamAV on apache.org This PR (correctly) states that we aren't tagging double quote as a tspecial/separator. Adding it in causes no regressions, but I'm surprised that we haven't had more issues about its absence, which makes me nervous about changing it now... Comments?