> Erm, no - $c->authenticate will _always_ succeed if you're using > Credential::Remote, as the web server above you will have always > authenticated you already.. In fact there are some situations where Credential::Remote's authenticate(..) can fail: - REMOTE_USER is not set or is empty (= no authentication was performed on Apache level) - REMOTE_USER did not pass allow_regexp / deny_regexp check - and of course if your Catalyst::Authentication::Store does not know the REMOTE_USER (this is not gonna happen if you are using C::A::Store::Null)
You can look into source code - it is not so complicated. -- kmx _______________________________________________ List: Catalyst@lists.scsys.co.uk Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/ Dev site: http://dev.catalyst.perl.org/