You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hc.apache.org by "Ka-Lok Fung (JIRA)" <ji...@apache.org> on 2014/08/17 07:35:18 UTC

[jira] [Created] (HTTPCLIENT-1545) Possible infinite loop when WindowsNegotiateScheme authentication fails

Ka-Lok Fung created HTTPCLIENT-1545:
---------------------------------------

             Summary: Possible infinite loop when WindowsNegotiateScheme authentication fails
                 Key: HTTPCLIENT-1545
                 URL: https://issues.apache.org/jira/browse/HTTPCLIENT-1545
             Project: HttpComponents HttpClient
          Issue Type: Bug
          Components: HttpClient
    Affects Versions: 4.4 Alpha1
         Environment: Windows
            Reporter: Ka-Lok Fung


When {{WindowsNegotiateScheme}} authentication fails, it's possible for HttpClient to retry the authentication in an endless loop because the {{continueNeeded}} flag is not set to {{false}} when authentication fails.

One possible way of causing authentication to fail is to use a service principle name that is outside your Windows domain (e.g., HTTP/EXAMPLE.COM).



--
This message was sent by Atlassian JIRA
(v6.2#6252)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org
For additional commands, e-mail: dev-help@hc.apache.org