|
|
@ -120,7 +120,7 @@ public class SentinelSCGAutoConfiguration {
|
|
|
|
"[Sentinel SpringCloudGateway] using AnonymousBlockRequestHandler, responseStatus: "
|
|
|
|
"[Sentinel SpringCloudGateway] using AnonymousBlockRequestHandler, responseStatus: "
|
|
|
|
+ fallbackProperties.getResponseStatus()
|
|
|
|
+ fallbackProperties.getResponseStatus()
|
|
|
|
+ ", responseBody: "
|
|
|
|
+ ", responseBody: "
|
|
|
|
+ fallbackProperties.getResponseStatus());
|
|
|
|
+ fallbackProperties.getResponseBody());
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
String redirectUrl = fallbackProperties.getRedirect();
|
|
|
|
String redirectUrl = fallbackProperties.getRedirect();
|
|
|
|