Add broken_dotnet_digest_without_query_string option
authorRonald J Kimball <rjk@tamias.net>
Tue, 26 Jun 2012 20:27:04 +0000 (16:27 -0400)
committerRonald J Kimball <rjk@tamias.net>
Tue, 26 Jun 2012 20:27:04 +0000 (16:27 -0400)
commit47a916e2bcad13df7549b64691fd8ac15b475441
tree733f7ba26cad8054997d84c9a44cca30a7f3515a
parentae265059fb63ec8f6bdc81268a6d3daa7950c034
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.

Add tests, update POD.
lib/Catalyst/Authentication/Credential/HTTP.pm
t/lib/AuthDigestDotnetTestApp.pm [new file with mode: 0644]
t/lib/AuthDigestDotnetTestApp/Controller/Root.pm [new file with mode: 0644]
t/live_app_digest_dotnet.t [new file with mode: 0644]