Return-Path: X-Original-To: apmail-httpd-dev-archive@www.apache.org Delivered-To: apmail-httpd-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 6552C6798 for ; Wed, 18 May 2011 18:29:40 +0000 (UTC) Received: (qmail 45042 invoked by uid 500); 18 May 2011 18:29:39 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 44978 invoked by uid 500); 18 May 2011 18:29:39 -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 44970 invoked by uid 99); 18 May 2011 18:29:39 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 May 2011 18:29:39 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RFC_ABUSE_POST,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of covener@gmail.com designates 74.125.83.45 as permitted sender) Received: from [74.125.83.45] (HELO mail-gw0-f45.google.com) (74.125.83.45) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 May 2011 18:29:33 +0000 Received: by gwb19 with SMTP id 19so944762gwb.18 for ; Wed, 18 May 2011 11:29:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type:content-transfer-encoding; bh=R1gLaIh4ov9yK+QbcRcxhLhQ9O5hJvzYXAGNHcDUhtg=; b=DQ3nJHXAgh0IQ8xuUlSsBz9DXXj3A1GVbgkp+Y3kp/tzK27F3S0RFJmI/NRGM2nBoT WkLG7wecHpC/NAbKWnS9eIwmqnMo1nkYGwWqwVUhQog9JdIjaYQrofP4IhaDzjsRuYf+ 7XBmxywe1CtiPhzOKABKDDJ/tQYMiEEY4czss= 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:content-transfer-encoding; b=YobK3Hs4nqtKEsw0D0MVuNiUDR2cj32CwHwniul0uGTlvC0FGEtzF349uMELR55qSi 5ThUhxnZ4+AvAZod1mt+28qq4M0F3bvpq7XYnMfQ93FcPxxOjwAxCTlUuCppXlKeGtmr bOnkGgxXmI1mxtKO+u4sfHFRXUpG5WZIyvSv4= MIME-Version: 1.0 Received: by 10.236.70.170 with SMTP id p30mr2592573yhd.275.1305743352415; Wed, 18 May 2011 11:29:12 -0700 (PDT) Received: by 10.147.172.1 with HTTP; Wed, 18 May 2011 11:29:12 -0700 (PDT) In-Reply-To: References: <20110316164526.A2B06238896F@eris.apache.org> <4DD4032F.1070400@p6m7g8.com> <4DD40A1E.2050006@apache.org> Date: Wed, 18 May 2011 14:29:12 -0400 Message-ID: Subject: Re: svn commit: r1082196 - in /httpd/httpd/trunk: CHANGES docs/manual/mod/core.xml include/ap_mmn.h include/http_core.h include/httpd.h server/core.c server/request.c server/util.c From: Eric Covener To: dev@httpd.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable > AP_DECLARE(int) ap_unescape_url_keep2f(char *url) > { > =A0 return ap_unescape_url_keep2f(url,1); > } Duh, not in C.