Return-Path: X-Original-To: apmail-httpd-cvs-archive@www.apache.org Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A86DB9E51 for ; Wed, 18 Jan 2012 00:44:22 +0000 (UTC) Received: (qmail 52416 invoked by uid 500); 18 Jan 2012 00:44:22 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 52213 invoked by uid 500); 18 Jan 2012 00:44:21 -0000 Mailing-List: contact cvs-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 cvs@httpd.apache.org Received: (qmail 52206 invoked by uid 99); 18 Jan 2012 00:44:21 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Jan 2012 00:44:21 +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; Wed, 18 Jan 2012 00:44:20 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 6302B2388860; Wed, 18 Jan 2012 00:44:00 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1232665 - /httpd/httpd/branches/2.2.x/STATUS Date: Wed, 18 Jan 2012 00:44:00 -0000 To: cvs@httpd.apache.org From: trawick@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120118004400.6302B2388860@eris.apache.org> Author: trawick Date: Wed Jan 18 00:43:59 2012 New Revision: 1232665 URL: http://svn.apache.org/viewvc?rev=1232665&view=rev Log: what's in a URI Modified: httpd/httpd/branches/2.2.x/STATUS Modified: httpd/httpd/branches/2.2.x/STATUS URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/STATUS?rev=1232665&r1=1232664&r2=1232665&view=diff ============================================================================== --- httpd/httpd/branches/2.2.x/STATUS (original) +++ httpd/httpd/branches/2.2.x/STATUS Wed Jan 18 00:43:59 2012 @@ -150,6 +150,9 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: should be much faster than a callout to strcmp. wrowe: Shouldn't this all simply be handled with an error result from apr_uri_parse? + trawick: leaning towards (b) with wrowe's tweak above, to let other mods + decide whether to handle odd URIs with core hook failing it if it got + that far * mod_proxy: cure size_t abuse part 1, backport relevant bits of r1227856, Specifically normalizes ap_proxy_string_read so that the prototype