From: Tomas Doran Date: Wed, 27 Jun 2012 18:38:10 +0000 (+0100) Subject: Version 1.015 X-Git-Tag: v1.015~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Authentication-Credential-HTTP.git;a=commitdiff_plain;h=f3ed6bfb54bceb742abe95e1780ac5db2fe56502 Version 1.015 --- diff --git a/Changes b/Changes index 771e9e3..8999d88 100644 --- a/Changes +++ b/Changes @@ -1,10 +1,9 @@ - +1.015 2012-06-27 - Add broken_dotnet_digest_without_query_string option Allows digest authentication from .NET, which does not include the query string in the uri in the digest Authorization header. -1.015 2012-02-23 - Fix broken synopsis. RT#75254 1.014 2012-02-05 diff --git a/lib/Catalyst/Authentication/Credential/HTTP.pm b/lib/Catalyst/Authentication/Credential/HTTP.pm index 8d76f6c..e9804d9 100644 --- a/lib/Catalyst/Authentication/Credential/HTTP.pm +++ b/lib/Catalyst/Authentication/Credential/HTTP.pm @@ -23,7 +23,7 @@ __PACKAGE__->mk_accessors(qw/ broken_dotnet_digest_without_query_string /); -our $VERSION = '1.014'; +our $VERSION = '1.015'; sub new { my ($class, $config, $app, $realm) = @_;