DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10775>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10775
SCRIPT_NAME wrong value
------- Additional Comments From mjd-apache-bugzilla+@plover.com 2002-08-10 04:34 -------
The reference provided by John Ellson does appear to be
the same bug.
The proximate cause problem is in the function ap_find_path_info
in server/util_script.c. It assumes that the tails
of the uri and the path_info arguments will match exactly.
But in the example case, the uri argument is '/cgi-bin/env/http://bluh'
and the path_info argument is '/http:/bluh' -- note that the other slash
before the 'bluh' is missing. Apparently the path_info argument
(which comes directly from the request structure) has been either
garbled or inappropriately normalized. I don't know yet where this
garbling occurs.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org
|