[patch] proper backcompat $r->send_http_header

2003-02-18 Thread Stas Bekman
Currently, $r->send_http_header can't be called before the response stage, so the 1.0 code won't run out of the box. This is an attempt to solve that problem. I haven't committed it, because I'm not sure whether the following assumption will stand: -wb->header_parse = MpDirPARSE_HEADERS(dcf

Re: auth_type issues

2003-02-18 Thread Geoffrey Young
+1, convinced. please commit it. I'll do so tomorrow. Though while it's all clear in your head can you please also commit the respective docs sections into the src/docs/2.0/api and may be a short doc section for src/docs/2.0/user/handlers/http.pod (in authen handler)? I guess your explana

Re: auth_type issues

2003-02-18 Thread Stas Bekman
Geoffrey Young wrote: granted, having two names for the same thing is confusing, especially in Perl-land where we access both through $r, but I like the way it turned out - $r->ap_auth_type represents the actual name of the request_rec slot, while $r->auth_type represents the function, and i

Re: auth_type issues

2003-02-18 Thread Geoffrey Young
granted, having two names for the same thing is confusing, especially in Perl-land where we access both through $r, but I like the way it turned out - $r->ap_auth_type represents the actual name of the request_rec slot, while $r->auth_type represents the function, and it's common to strip the

Re: auth_type issues

2003-02-18 Thread Stas Bekman
Geoffrey Young wrote: > Thanks Geoff for taking care of this issue. > > I've only one prob regarding: > >> Index: xs/maps/apache_structures.map >> === >> RCS file: /home/cvspublic/modperl-2.0/xs/maps/apache_structures.map,v >

Re: [Fwd: MakeMaker Is DOOMED!]

2003-02-18 Thread A . Bergman
On måndag, feb 17, 2003, at 18:15 Europe/Stockholm, Ask Bjoern Hansen wrote: httpd requires make. I don't see much point in adding a requirement when we can't remove the requirement of make anyway. Well, one can get precompiled httpd for win32. Arthur

Re: auth_type issues

2003-02-18 Thread Geoffrey Young
> Thanks Geoff for taking care of this issue. > > I've only one prob regarding: > >> Index: xs/maps/apache_structures.map >> === >> RCS file: /home/cvspublic/modperl-2.0/xs/maps/apache_structures.map,v >> retrieving revision 1.18 >> d