[ https://issues.apache.org/jira/browse/HTTPCLIENT-1570?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Oleg Kalnichevski resolved HTTPCLIENT-1570. ------------------------------------------- Fix Version/s: (was: Stuck) Resolution: Won't Fix GGS based experimental scheme have been deprecated and are no longer supported. Oleg > 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 > Priority: Major > Labels: stuck, volunteers-wanted > > 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 (v8.20.10#820010) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@hc.apache.org For additional commands, e-mail: dev-h...@hc.apache.org