Bug 22556 - mod_ext_filter: environment incomplete?
Summary: mod_ext_filter: environment incomplete?
Status: CLOSED DUPLICATE of bug 20944
Alias: None
Product: Apache httpd-2
Classification: Unclassified
Component: mod_ext_filter (show other bugs)
Version: 2.0.47
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---
Assignee: Apache HTTPD Bugs Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-08-19 15:03 UTC by Timo Felbinger
Modified: 2004-11-16 19:05 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Timo Felbinger 2003-08-19 15:03:41 UTC
according to the Apache documentation, filter programs should be passed
a full set of environment variables, including all the standard CGI ones.

This seems to be true for internal filters (like Includes), but external
filters get only a small subset of all variables. Important things, like
REMOTE_ADDR or HTTP_REFERER, seem to be missing.
Comment 1 Jeff Trawick 2003-08-22 11:06:07 UTC
This has already been fixed in the stable branch and will be in the next 2.0.x
release.

Visit http://cvs.apache.org/viewcvs.cgi/httpd-2.0/modules/filters/mod_ext_filter.c
and download the latest code if you want.

Thanks for using Apache!


*** This bug has been marked as a duplicate of 20944 ***