ok2c commented on a change in pull request #285:
URL:
https://github.com/apache/httpcomponents-client/pull/285#discussion_r578201266
##########
File path:
httpclient5/src/main/java/org/apache/hc/client5/http/impl/auth/GGSSchemeBase.java
##########
@@ -133,9 +131,9 @@ protected GSSManager getManager() {
* @since 4.4
*/
protected byte[] generateGSSToken(
- final byte[] input, final Oid oid, final String serviceName, final
String authServer) throws GSSException {
+ final byte[] input, final Oid oid, final String authServer) throws
GSSException {
Review comment:
@careylam Could you please keep the original method signature for the
backward compatibility sake?
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]