michael-o commented on code in PR #577:
URL:
https://github.com/apache/httpcomponents-client/pull/577#discussion_r1749784415
##########
httpclient5/src/main/java/org/apache/hc/client5/http/impl/auth/GGSSchemeBase.java:
##########
@@ -138,7 +236,9 @@ protected byte[] generateGSSToken(
final GSSManager manager = getManager();
final GSSName serverName = manager.createName(serviceName + "@" +
authServer, GSSName.NT_HOSTBASED_SERVICE);
Review Comment:
peerName sounds reasonable and it also reflects the same term in the TLS
code, i.e., peer certificate.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]