From: Jeff Trawick Date: Wed, 18 Jan 2012 00:43:59 +0000 (+0000) Subject: what's in a URI X-Git-Tag: 2.2.22~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4dd15232e1776bf1d59dc0caa3a96cdbb1f884e9;p=thirdparty%2Fapache%2Fhttpd.git what's in a URI git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1232665 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 7aef7e4f681..1ccab684d1b 100644 --- a/STATUS +++ b/STATUS @@ -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