You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hc.apache.org by "Oleg Kalnichevski (JIRA)" <ji...@apache.org> on 2017/05/02 13:21:04 UTC

[jira] [Updated] (HTTPCLIENT-1570) GGSSchemeBase blindly assumes that SPNEGO is always used

     [ https://issues.apache.org/jira/browse/HTTPCLIENT-1570?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Oleg Kalnichevski updated HTTPCLIENT-1570:
------------------------------------------
           Labels: stuck volunteers-wanted  (was: )
    Fix Version/s:     (was: 5.0)
                   Stuck

> GGSSchemeBase blindly assumes that SPNEGO is always used
> --------------------------------------------------------
>
>                 Key: HTTPCLIENT-1570
>                 URL: https://issues.apache.org/jira/browse/HTTPCLIENT-1570
>             Project: HttpComponents HttpClient
>          Issue Type: Bug
>          Components: HttpClient (classic)
>    Affects Versions: 4.4 Beta1
>            Reporter: Michael Osipov
>            Assignee: Michael Osipov
>              Labels: stuck, volunteers-wanted
>             Fix For: Stuck
>
>
> Lines 248 to 249 say:
> {code}
> buffer.append(": Negotiate ");
> buffer.append(tokenstr);
> {code}
> This is incorrect. Since this is an abstract class the actual scheme must be passed by the extending class through the super constructor. Same applies for the {{getSchemeName}} method. Correct behavior is implemented in the {{httpclient-win}} module and can be used as a template.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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