Skip to content

Commit

Permalink
[ROCKETMQ-138] Remove hard coded Aliyun authentication code, closes a…
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaskey authored and zhouxinyu committed Apr 11, 2017
1 parent 45a64fd commit a8fa05e
Showing 1 changed file with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -126,11 +126,8 @@ public void run() {
}
}
} catch (Throwable e) {
if (!"com.aliyun.openservices.ons.api.impl.authority.exception.AuthenticationException"
.equals(e.getClass().getCanonicalName())) {
PLOG.error("process request exception", e);
PLOG.error(cmd.toString());
}
PLOG.error("process request exception", e);
PLOG.error(cmd.toString());

if (!cmd.isOnewayRPC()) {
final RemotingCommand response = RemotingCommand.createResponseCommand(RemotingSysResponseCode.SYSTEM_ERROR, //
Expand Down

0 comments on commit a8fa05e

Please sign in to comment.