From: William A. Rowe Jr Date: Mon, 27 Aug 2001 04:51:58 +0000 (+0000) Subject: Final additional comments (for the moment) about the new optimization. X-Git-Tag: 2.0.25~34 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=544cea832ed42aabfe28cbc5be4fbcf083f019fe;p=apache Final additional comments (for the moment) about the new optimization. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90716 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/request.c b/server/request.c index 3f8f644ebe..6618579952 100644 --- a/server/request.c +++ b/server/request.c @@ -1060,7 +1060,9 @@ AP_DECLARE(int) ap_location_walk(request_rec *r) } else { /* Well this looks familiar! If our end-result (dir_merged) hasn't - * changed, we have nothing to do :) + * changed, we have nothing to do :) This test really doesn't play well + * with other walkers who reset to the vhost default, but we will + * leave this escape in for simpler modules. */ apr_pool_userdata_get(&per_uri_defaults, "ap_location_walk::dir_merged", r->pool);