Checking in changes prior to tagging of version 1.008. Changelog diff is: v1.008
authorTomas Doran <bobtfish@bobtfish.net>
Wed, 10 Dec 2008 23:54:19 +0000 (23:54 +0000)
committerTomas Doran <bobtfish@bobtfish.net>
Wed, 10 Dec 2008 23:54:19 +0000 (23:54 +0000)
commitb5402c9e1b00eb7dbb28da81db4bfb5e53919744
treeec10ca8c1c1b0281e0a1431559a207161cafac4d
parent2dad9ca67d911fc0a6da9caf66f033e81f72c8cb
Checking in changes prior to tagging of version 1.008.  Changelog diff is:

=== Changes
==================================================================
--- Changes (revision 8543)
+++ Changes (local)
@@ -1,3 +1,10 @@
+1.008  2008-12-10
+  - Fix issue with the user not being authenticated into the correct
+    realm, by not calling $c->set_authenticated ourselves, but instead
+    just returning the user object. Fix suggested by Bernhard Graf. (t0m)
+    - Add test for this (t0m)
+  - Change $user to $user_obj in authenticate_digest for consistency (t0m)
+
1.007  2008-11-19
- Add test for query strings in digest auth as digest header is built using
the full URI (t0m)
Changes
lib/Catalyst/Authentication/Credential/HTTP.pm
t/basic.t