Re: Help with Basic Auth mod_perl2

2002-04-30 Thread Doug MacEachern
On Wed, 1 May 2002, Stas Bekman wrote: > Peter, it's not implemented (yet). and it's not in compat.pm. There are > quite a few unimplemented things (yet). $r->connection->user will never be in compat.pm notice that modperl-1.x has implemented this for compat long ago.. =item 1.24_01 - October

Re: Help with Basic Auth mod_perl2

2002-04-30 Thread Stas Bekman
Peter Rothermel wrote: > Here's the entry in the error.log: > [Tue Apr 30 09:41:43 2002] [error] [client 127.0.0.1] Can't locate object method > "user" via package "Apache::Connection" at >C:\Apache2/blib/lib/Apache/AgentAuthCookie.pm line 23. Peter, it's not implemented (yet). and it's