Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
in NettyRemotingAbstract.java
a hard coded aliyun class is used
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()); }
A common AuthenticationException should be added to identify Authentication failure. Developers can throw this exception so that remoting component can ignore it