diff --git a/fizz-bootstrap/pom.xml b/fizz-bootstrap/pom.xml
index 8b6a76e..a4c7142 100644
--- a/fizz-bootstrap/pom.xml
+++ b/fizz-bootstrap/pom.xml
@@ -12,7 +12,7 @@
com.fizzgate
fizz-bootstrap
- 2.2.0-beta7
+ 2.2.0-beta8
1.8
diff --git a/fizz-common/pom.xml b/fizz-common/pom.xml
index 1d584a9..e3276c1 100644
--- a/fizz-common/pom.xml
+++ b/fizz-common/pom.xml
@@ -5,7 +5,7 @@
fizz-gateway-community
com.fizzgate
- 2.2.0-beta7
+ 2.2.0-beta8
../pom.xml
4.0.0
diff --git a/fizz-core/pom.xml b/fizz-core/pom.xml
index b6ed397..b190420 100644
--- a/fizz-core/pom.xml
+++ b/fizz-core/pom.xml
@@ -5,7 +5,7 @@
fizz-gateway-community
com.fizzgate
- 2.2.0-beta7
+ 2.2.0-beta8
../pom.xml
4.0.0
diff --git a/fizz-core/src/main/java/we/filter/FlowControlFilter.java b/fizz-core/src/main/java/we/filter/FlowControlFilter.java
index 655d32a..7df67c3 100644
--- a/fizz-core/src/main/java/we/filter/FlowControlFilter.java
+++ b/fizz-core/src/main/java/we/filter/FlowControlFilter.java
@@ -111,10 +111,10 @@ public class FlowControlFilter extends FizzWebFilter {
return WebUtils.buildJsonDirectResponse(exchange, HttpStatus.FORBIDDEN, null, json);
}
String app = WebUtils.getAppId(exchange);
- if (app != null && !appService.getAppMap().containsKey(app)) {
- String json = RespEntity.toJson(HttpStatus.FORBIDDEN.value(), "no app " + app, exchange.getRequest().getId());
- return WebUtils.buildJsonDirectResponse(exchange, HttpStatus.FORBIDDEN, null, json);
- }
+ // if (app != null && !appService.getAppMap().containsKey(app)) {
+ // String json = RespEntity.toJson(HttpStatus.FORBIDDEN.value(), "no app " + app, exchange.getRequest().getId());
+ // return WebUtils.buildJsonDirectResponse(exchange, HttpStatus.FORBIDDEN, null, json);
+ // }
path = WebUtils.getClientReqPath(exchange);
String ip = WebUtils.getOriginIp(exchange);
diff --git a/fizz-plugin/pom.xml b/fizz-plugin/pom.xml
index c6bff1e..5a95aec 100644
--- a/fizz-plugin/pom.xml
+++ b/fizz-plugin/pom.xml
@@ -5,7 +5,7 @@
fizz-gateway-community
com.fizzgate
- 2.2.0-beta7
+ 2.2.0-beta8
../pom.xml
4.0.0
diff --git a/fizz-spring-boot-starter/pom.xml b/fizz-spring-boot-starter/pom.xml
index 1d49a14..4ef3aab 100644
--- a/fizz-spring-boot-starter/pom.xml
+++ b/fizz-spring-boot-starter/pom.xml
@@ -5,7 +5,7 @@
fizz-gateway-community
com.fizzgate
- 2.2.0-beta7
+ 2.2.0-beta8
../pom.xml
4.0.0
diff --git a/pom.xml b/pom.xml
index 34a0752..213ce5b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -31,7 +31,7 @@
fizz-gateway-community
${project.artifactId}
fizz gateway community
- 2.2.0-beta7
+ 2.2.0-beta8
pom
fizz-common