
chrisd at apache
May 9, 2008, 6:34 PM
Post #1 of 1
(13 views)
Permalink
|
|
svn commit: r655003 - /httpd/httpd/branches/2.2.x/STATUS
|
|
Author: chrisd Date: Fri May 9 18:34:06 2008 New Revision: 655003 URL: http://svn.apache.org/viewvc?rev=655003&view=rev Log: give a better example in explanation 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=655003&r1=655002&r2=655003&view=diff ============================================================================== --- httpd/httpd/branches/2.2.x/STATUS (original) +++ httpd/httpd/branches/2.2.x/STATUS Fri May 9 18:34:06 2008 @@ -150,10 +150,9 @@ 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, - <Location ""> will match against these (along with - everything else), so we shouldn't bypass them. - (Such <Location> usage may not be what's expected, but - it works and could be in use by someone.) + <LocationMatch ^$> will match against these, so we + shouldn't bypass them. (Such <LocationMatch> usage may + not be common, but it works and could be in use by someone.) * Support chroot on unix-family platforms PR 43596
|