From: Chris Darroch Date: Sat, 10 May 2008 01:34:06 +0000 (+0000) Subject: give a better example in explanation X-Git-Tag: 2.2.9~190 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=68259f40f5564ea35af1aed2c90b5f04d242d958;p=thirdparty%2Fapache%2Fhttpd.git give a better example in explanation git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@655003 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 007ff6d45f3..2b1fc3dd8eb 100644 --- a/STATUS +++ b/STATUS @@ -150,10 +150,9 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: If r->uri is NULL then the preceding call to ap_getparents() crashes, so no functional modules could be doing this. As for empty r->uri values, - will match against these (along with - everything else), so we shouldn't bypass them. - (Such usage may not be what's expected, but - it works and could be in use by someone.) + will match against these, so we + shouldn't bypass them. (Such usage may + not be common, but it works and could be in use by someone.) * Support chroot on unix-family platforms PR 43596