[
https://issues.apache.org/jira/browse/HTTPCLIENT-1293?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13546762#comment-13546762
]
dilip vedula commented on HTTPCLIENT-1293:
------------------------------------------
the issue is in the GGSSchemeBase.java
my change is
case TOKEN_GENERATED:
String tokenstr = new String(base64codec.encode(token));
if (log.isDebugEnabled()) {
log.debug("Sending response '" + tokenstr + "' back to the auth
server");
}
if(isProxy())
{
return new BasicHeader(AUTH.PROXY_AUTH_RESP, "Negotiate " +
tokenstr);
}else{
return new BasicHeader(AUTH.WWW_AUTH_RESP, "Negotiate " +
tokenstr);
}
> proxy with kerberos auth is not woking
> --------------------------------------
>
> Key: HTTPCLIENT-1293
> URL: https://issues.apache.org/jira/browse/HTTPCLIENT-1293
> Project: HttpComponents HttpClient
> Issue Type: Bug
> Components: HttpAuth, HttpClient
> Affects Versions: 4.2.2
> Reporter: dilip vedula
> Labels: auth, kerberos, proxy
>
> client not able to get through proxy which is supporting only kerberos AUTH.
> same issue mentioned by some one else in this link
> http://permalink.gmane.org/gmane.comp.apache.httpclient.user/1594
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]