[Catalyst-commits] r8510 - in
Catalyst-Authentication-Credential-HTTP/1.000/trunk: .
lib/Catalyst/Authentication/Credential
t0m at dev.catalyst.perl.org
t0m at dev.catalyst.perl.org
Mon Oct 6 19:54:09 BST 2008
Author: t0m
Date: 2008-10-06 19:54:09 +0100 (Mon, 06 Oct 2008)
New Revision: 8510
Modified:
Catalyst-Authentication-Credential-HTTP/1.000/trunk/Changes
Catalyst-Authentication-Credential-HTTP/1.000/trunk/lib/Catalyst/Authentication/Credential/HTTP.pm
Log:
Checking in changes prior to tagging of version 1.006. Changelog diff is:
=== Changes
==================================================================
--- Changes (revision 7951)
+++ Changes (local)
@@ -1,6 +1,7 @@
1.006 2008-10-06
- Added username_field configuration option. I need this to play
nice with Catalyst::Authentication::Store::Tangram.
+ - Doc cleanups / clarifications related to RT#39838
1.005 2008-09-25
- Added better description of the use of the domains and
Modified: Catalyst-Authentication-Credential-HTTP/1.000/trunk/Changes
===================================================================
--- Catalyst-Authentication-Credential-HTTP/1.000/trunk/Changes 2008-10-06 17:46:02 UTC (rev 8509)
+++ Catalyst-Authentication-Credential-HTTP/1.000/trunk/Changes 2008-10-06 18:54:09 UTC (rev 8510)
@@ -1,6 +1,7 @@
1.006 2008-10-06
- Added username_field configuration option. I need this to play
nice with Catalyst::Authentication::Store::Tangram.
+ - Doc cleanups / clarifications related to RT#39838
1.005 2008-09-25
- Added better description of the use of the domains and
Modified: Catalyst-Authentication-Credential-HTTP/1.000/trunk/lib/Catalyst/Authentication/Credential/HTTP.pm
===================================================================
--- Catalyst-Authentication-Credential-HTTP/1.000/trunk/lib/Catalyst/Authentication/Credential/HTTP.pm 2008-10-06 17:46:02 UTC (rev 8509)
+++ Catalyst-Authentication-Credential-HTTP/1.000/trunk/lib/Catalyst/Authentication/Credential/HTTP.pm 2008-10-06 18:54:09 UTC (rev 8510)
@@ -408,9 +408,11 @@
$c->authenticate({ realm => "example" });
# either user gets authenticated or 401 is sent
- # Note that the authentication realm sent to the client is overridden
- # here, but this does not affect the Catalyst::Authentication::Realm
- # used for authentication.
+ # Note that the authentication realm sent to the client (in the
+ # RFC 2617 sense) is overridden here, but this *does not*
+ # effect the Catalyst::Authentication::Realm used for
+ # authentication - to do that, you need
+ # $c->authenticate({}, 'otherrealm')
do_stuff();
}
More information about the Catalyst-commits
mailing list