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