Folks,

  first, would some else verify that autoindex and negotiation now work properly
from cvs/head in Apache 2.0?  Also, would someone else comment on my observation
below?  Once those are gone, I'm all for tagging 2.0.19.

----- Original Message ----- 
From: "William A. Rowe, Jr." <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, June 27, 2001 4:30 PM
Subject: Fw: cvs commit: httpd-2.0/server request.c


> >   --- request.c 2001/06/27 20:44:00 1.9
> >   +++ request.c 2001/06/27 20:46:52 1.10
> >   +    fill_in_sub_req_vars(rnew, r, next_filter);
> >    
> >        rnew->per_dir_config = r->server->lookup_defaults;
> 
> This assignment only occured in ap_sub_req_method_uri(), shouldn't this
> also occur for ap_sub_req_lookup_file/dirent() ???
> 
> 
> >   +    fill_in_sub_req_vars(rnew, r, next_filter);
> >    
> >        rnew->chunked        = r->chunked;
> 
> This assignment only occured in ap_sub_req_lookup_file(), shouldn't it
> also occur for ap_sub_req_method_uri?!?
> 
> If they were supposed to be common, they should just be added to the
> new fill_in_sub_req_vars() fn.
> 
> Bill
> 
> 

Reply via email to