Return-Path: Delivered-To: apmail-apr-dev-archive@www.apache.org Received: (qmail 85609 invoked from network); 8 Oct 2005 20:22:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 8 Oct 2005 20:22:32 -0000 Received: (qmail 7512 invoked by uid 500); 8 Oct 2005 20:22:31 -0000 Delivered-To: apmail-apr-dev-archive@apr.apache.org Received: (qmail 7479 invoked by uid 500); 8 Oct 2005 20:22:30 -0000 Mailing-List: contact dev-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Id: Delivered-To: mailing list dev@apr.apache.org Received: (qmail 7464 invoked by uid 99); 8 Oct 2005 20:22:30 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 08 Oct 2005 13:22:30 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=RCVD_BY_IP,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of rooneg@gmail.com designates 64.233.184.193 as permitted sender) Received: from [64.233.184.193] (HELO wproxy.gmail.com) (64.233.184.193) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 08 Oct 2005 13:22:32 -0700 Received: by wproxy.gmail.com with SMTP id 71so411981wra for ; Sat, 08 Oct 2005 13:22:07 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=aqPLafEVjDH4A+CheFA3UKbQp3vvIkxKQMlD3k+yLd4Uee4XcVznLRwkaxVTADxj5wSvDpifKtp5OZeU/HWdsi75DeBQvnZ6qo15DjQKvJV2GVN824cvTb69LhkRFDiCEU4LxaoSuTECvrxiXnT4f5yPYc0zVgbku2ESajaBZ+0= Received: by 10.54.93.15 with SMTP id q15mr2871021wrb; Sat, 08 Oct 2005 13:22:07 -0700 (PDT) Received: by 10.54.117.18 with HTTP; Sat, 8 Oct 2005 13:22:07 -0700 (PDT) Message-ID: <7edfeeef0510081322x1e083ad2pe549943988e0091e@mail.gmail.com> Date: Sat, 8 Oct 2005 13:22:07 -0700 From: Garrett Rooney Reply-To: Garrett Rooney Sender: rooneg@gmail.com To: "Daniel L. Rall" Subject: Re: [PATCH] Document that apr_uri_parse() doesn't decode hostinfo Cc: dev@apr.apache.org In-Reply-To: <20051007215140.GD9326@despot.finemaltcoding.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20051007215140.GD9326@despot.finemaltcoding.com> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On 10/7/05, Daniel L. Rall wrote: > Given that the lack of hostinfo decoding of apr_uri_parse() may need to b= e > preserved for compatibility reasons, its behavior should be documented. It occurs to me that it may not be just the hostinfo that isn't decoded. I don't see any code at all in uri/apr_uri.c that's decoding or encoding, or perhaps I'm just missing something here... -garrett