From: Tomas Doran Date: Mon, 6 Feb 2012 08:26:14 +0000 (+0000) Subject: s/410/401/ X-Git-Tag: v1.015~5 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Authentication-Credential-HTTP.git;a=commitdiff_plain;h=ae265059fb63ec8f6bdc81268a6d3daa7950c034 s/410/401/ --- diff --git a/lib/Catalyst/Authentication/Credential/HTTP.pm b/lib/Catalyst/Authentication/Credential/HTTP.pm index 85d6418..eb56668 100644 --- a/lib/Catalyst/Authentication/Credential/HTTP.pm +++ b/lib/Catalyst/Authentication/Credential/HTTP.pm @@ -633,7 +633,7 @@ part of the progressive realm. However use like this is probably not optimum it also means that users in browsers ill never get a HTTP authenticate dialogue box (unless you manually -return a 410 response in your application), and even some automated +return a 401 response in your application), and even some automated user agents (for APIs) will not send the Authorization header without specific manipulation of the request headers.