exception message수정
This commit is contained in:
@@ -159,7 +159,7 @@ public class ApiAuthFilter implements HttpAdapterFilter {
|
||||
throw e;
|
||||
} catch (Exception e) {
|
||||
logger.error(e.getMessage());
|
||||
throw new JwtAuthException(ERROR_AUTHENTICATION_FAIL, "Token invalid");
|
||||
throw new JwtAuthException(ERROR_AUTHENTICATION_FAIL, "Token unknown Error", e);
|
||||
}
|
||||
break;
|
||||
case "api_key":
|
||||
|
||||
Reference in New Issue
Block a user