the external filter.
PR: 20944
The missing code was identified by Andrew Ho, coded/tested by Jeff
Trawick, and verified yet again by Neil Fraser.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100595
13f79535-47bb-0310-9956-
ffa450edef68
[Remove entries to the current 2.0 section below, when backported]
+ *) mod_ext_filter: Set additional environment variables for use by
+ the external filter. PR 20944. [Andrew Ho, Jeff Trawick]
+
*) mod_actions: Introduce the "virtual" modifier to the Action directive,
which allows the use of handlers for virtual locations. PR 8431.
[André Malo]
* and QUERY_STRING_UNESCAPED
*/
ap_add_cgi_vars(f->r);
+ ap_add_common_vars(f->r);
apr_table_setn(f->r->subprocess_env, "DOCUMENT_URI", f->r->uri);
apr_table_setn(f->r->subprocess_env, "DOCUMENT_PATH_INFO", f->r->path_info);
if (f->r->args) {