Re: Embperl vs. Mason

2000-02-15 Thread Joshua Chamas
Stas Bekman wrote: > > > Nothing really to add here, except that since this seems to be a FAQ, > > perhaps Stas would be willing to add a section about it that we could > > just point to whenever this question comes up? A non-partisan page with > > a focus on similarities and links to each site w

$r->get_basic_auth_pw

2000-02-15 Thread Louis-David Mitterrand
Although I see that the browser is returning a: 'Authorization' => 'Basic dnZ2dnY6bW1tbW1tbW1t', header, the $r->get_basic_auth_pw and $r->connection->user methods return nothing when used inside a content handler like Mason. Is this normal? Does it only return something from an auth handler? T