michael-o commented on code in PR #577:
URL: 
https://github.com/apache/httpcomponents-client/pull/577#discussion_r1749832476


##########
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:
   > I went with spn for now.
   
   SPN is a Kerberos term, not GSS-API. `peerName` is just acceptable.



-- 
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]

Reply via email to