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: 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

Re: auth_type issues

2003-02-16 Thread Stas Bekman
Geoffrey Young wrote: Geoffrey Young wrote: > ok, I did some investigating and I really think that the mod_perl API is > troubled wrt auth_type. from what I tell, $r->auth_type returns the > per-dir AuthType config, leaving no way to access r->ap_auth_type. sorry for making the list listen

Re: auth_type issues

2003-02-14 Thread Geoffrey Young
Geoffrey Young wrote: > ok, I did some investigating and I really think that the mod_perl API is > troubled wrt auth_type. from what I tell, $r->auth_type returns the > per-dir AuthType config, leaving no way to access r->ap_auth_type. sorry for making the list listen to my thoughts whilst I so

auth_type issues

2003-02-14 Thread Geoffrey Young
ok, I did some investigating and I really think that the mod_perl API is troubled wrt auth_type. from what I tell, $r->auth_type returns the per-dir AuthType config, leaving no way to access r->ap_auth_type. why are both these important? well, if you want to use the mod_perl API to write a cu