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=11602>. 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=11602 REMOTE_USER variable lost in conjunction with Script directive ------- Additional Comments From [EMAIL PROTECTED] 2002-08-10 02:37 ------- The following patch fixes this problem, but I do not know what else it might break. --- modules/http/http_request.c 2002/08/10 02:10:06 1.1 +++ modules/http/http_request.c 2002/08/10 02:10:38 @@ -360,6 +360,7 @@ new->no_local_copy = r->no_local_copy; new->read_length = r->read_length; /* We can only read it once */ new->vlist_validator = r->vlist_validator; + new->user = r->user; /* 20020809 [EMAIL PROTECTED] */ new->proto_output_filters = r->proto_output_filters; new->proto_input_filters = r->proto_input_filters; --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
