summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorWilliam A. Rowe Jr <wrowe@apache.org>2002-06-22 18:32:45 +0200
committerWilliam A. Rowe Jr <wrowe@apache.org>2002-06-22 18:32:45 +0200
commitc959a9ace830ba9ad1103cc43e25b0207d06a646 (patch)
tree62589d4bff0d1804f2b5ab9457b6645eaa15fd6f /include
parentso much for my alphabetizing skillz. ;-/ (diff)
downloadapache2-c959a9ace830ba9ad1103cc43e25b0207d06a646.tar.xz
apache2-c959a9ace830ba9ad1103cc43e25b0207d06a646.zip
Note the changed meaning of the NULL next_filter argument to the
ap_sub_req_lookup() family, and fix a few oddball cases (those are, PATH_TRANSLATED reference issues.) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95844 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include')
-rw-r--r--include/http_request.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/http_request.h b/include/http_request.h
index 571362a1f1..01b16ca2f2 100644
--- a/include/http_request.h
+++ b/include/http_request.h
@@ -108,7 +108,7 @@ AP_DECLARE(int) ap_process_request_internal(request_rec *r);
* @param new_file The URI to lookup
* @param r The current request
* @param next_filter The first filter the sub_request should use. If this is
- * NULL, it defaults to the first filter for the main request
+ * NULL this subrequest cannot be served [lookup only]
* @return The new request record
* @deffunc request_rec * ap_sub_req_lookup_uri(const char *new_file, const request_rec *r)
*/
@@ -122,7 +122,7 @@ AP_DECLARE(request_rec *) ap_sub_req_lookup_uri(const char *new_file,
* @param new_file The URI to lookup
* @param r The current request
* @param next_filter The first filter the sub_request should use. If this is
- * NULL, it defaults to the first filter for the main request
+ * NULL this subrequest cannot be served [lookup only]
* @return The new request record
* @deffunc request_rec * ap_sub_req_lookup_file(const char *new_file, const request_rec *r)
*/
@@ -140,7 +140,7 @@ AP_DECLARE(request_rec *) ap_sub_req_lookup_file(const char *new_file,
* AP_SUBREQ_MERGE_ARGS merge r->args and r->path_info
* </PRE>
* @param next_filter The first filter the sub_request should use. If this is
- * NULL, it defaults to the first filter for the main request
+ * NULL this subrequest cannot be served [lookup only]
* @return The new request record
* @deffunc request_rec * ap_sub_req_lookup_dirent(apr_finfo_t *finfo, int subtype, const request_rec *r)
* @tip The apr_dir_read flags value APR_FINFO_MIN|APR_FINFO_NAME flag is the