|
|
@ -105,10 +105,10 @@ public class CpAuthGatewayFilterFactory extends AbstractGatewayFilterFactory<CpA |
|
|
|
break; |
|
|
|
} |
|
|
|
} catch (RenException e) { |
|
|
|
logger.error("CpAuthGatewayFilterFactory认证出错,错误信息:{}", ExceptionUtils.getErrorStackTrace(e)); |
|
|
|
logger.error("CpAuthGatewayFilterFactory认证出错RenException,错误信息:{}", ExceptionUtils.getErrorStackTrace(e)); |
|
|
|
return response(exchange, new Result<>().error(e.getCode(), e.getMessage())); |
|
|
|
} catch (Exception e) { |
|
|
|
logger.error("CpAuthGatewayFilterFactory认证出错,错误信息:{}", ExceptionUtils.getErrorStackTrace(e)); |
|
|
|
logger.error("CpAuthGatewayFilterFactory认证出错Exception,错误信息:{}", ExceptionUtils.getErrorStackTrace(e)); |
|
|
|
return response(exchange, new Result<>().error(e.getMessage())); |
|
|
|
} |
|
|
|
|
|
|
|