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