Hi, In modules/experimental/mod_ext_filter.c there's the following:
rc = apr_proc_create(ctx->proc,
ctx->filter->command,
(const char * const *)ctx->filter->args,
NULL, /* environment */
ctx->procattr,
ctx->p);
Is there a reason why the environment is null? I was able to hack in the
env in a few simples lines.
Am I missing something? Is there a reason I shouldn't submit this patch?
Thanx,
Craig
