Skip to content

Commit

Permalink
[feat][broker] Cherry-pick tests from (apache#19409)
Browse files Browse the repository at this point in the history
(cherry picked from commit 2225361)
  • Loading branch information
michaeljmarshall committed Feb 17, 2023
1 parent 467cd32 commit 557b72d
Show file tree
Hide file tree
Showing 3 changed files with 423 additions and 473 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -615,9 +615,9 @@ private void completeConnect(int clientProtoVersion, String clientVersion) {

// According to auth result, send newConnected or newAuthChallenge command.
private void doAuthentication(AuthData clientData,
boolean useOriginalAuthState,
int clientProtocolVersion,
String clientVersion) throws Exception {
boolean useOriginalAuthState,
int clientProtocolVersion,
String clientVersion) throws Exception {

// The original auth state can only be set on subsequent auth attempts (and only
// in presence of a proxy and if the proxy is forwarding the credentials).
Expand Down
Loading

0 comments on commit 557b72d

Please sign in to comment.