From: William A. Rowe Jr Date: Fri, 28 Dec 2001 17:09:52 +0000 (+0000) Subject: Another example, wherein our example in code/conf doesn't match our X-Git-Tag: 2.0.30~101 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2dbdd306b1899102615bf46ff8ec3cdf5345af12;p=apache Another example, wherein our example in code/conf doesn't match our recommended practices git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92639 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/filters/mod_include.c b/modules/filters/mod_include.c index e2e27b5dff..36df87686c 100644 --- a/modules/filters/mod_include.c +++ b/modules/filters/mod_include.c @@ -1079,7 +1079,7 @@ static int handle_include(include_ctx_t *ctx, apr_bucket_brigade **bb, * The filename comparison catches a recursive include * with an ever-changing URL, eg. * + * "$REQUEST_URI/$QUERY_STRING?$QUERY_STRING/x" --> * which, although they would eventually be caught because * we have a limit on the length of files, etc., can * recurse for a while. @@ -3079,7 +3079,7 @@ static apr_status_t includes_filter(ap_filter_t *f, apr_bucket_brigade *b) * environment of the base document (for compatibility); that means * torquing our own last_modified date as well so that the * LAST_MODIFIED variable gets reset to the proper value if the - * nested document resets . + * nested document resets . */ r->subprocess_env = r->main->subprocess_env; apr_pool_join(r->main->pool, r->pool);