On Thu, 2002-10-17 at 17:02, Antti Haapala wrote:
> 
> I recently started testing experimental mod_perl 2.0, and almost
> immediately run into following problem:
> 
> Apache::AuthCookie (3.04) wants to set auth_type of
> connection/request/whatever, but there no longer exists any method in
> Apache::blahblah that allows me to set the auth_type/auth_name of
> request/connection. There's still corresponding method to _GET_ the
> auth_type/auth_name, but it doesn't allow setting them any more. I haven't
> looked the module thoroughly so I haven't figured yet, whether this is
> needed or not.

To quote todo/api.txt:

$r->auth_{name,type}:
 are not yet writable.  need wrappers to call
modperl_config_insert_request

So, it's a documented missing feature.

I was looking for something to do, so I'll just do it tonight and ship a
patch out, so expect it soonish.

Gozer out.


> Any comments?
> 
> 
> 
> 

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to