You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: application-module/api-ac-core/src/main/java/org/smartframework/cloud/examples/api/ac/core/util/ApiMetaUtil.java
+34-5
Original file line number
Diff line number
Diff line change
@@ -90,12 +90,14 @@ public ApiMetaFetchRespVO collectApiMetas() {
Copy file name to clipboardexpand all lines: application-module/support-module/support-service-gateway/src/main/java/org/smartframework/cloud/examples/support/gateway/cache/ApiAccessMetaCache.java
Copy file name to clipboardexpand all lines: application-module/support-module/support-service-gateway/src/main/java/org/smartframework/cloud/examples/support/gateway/constants/GatewayReturnCodes.java
+5-1
Original file line number
Diff line number
Diff line change
@@ -54,7 +54,7 @@ public interface GatewayReturnCodes {
54
54
*/
55
55
StringLOGIN_CACHE_MISSING = "400009";
56
56
/**
57
-
* 请求时间戳为空
57
+
* 请求时间戳不能为空
58
58
*/
59
59
StringREQUEST_TIMESTAMP_MISSING = "400010";
60
60
/**
@@ -81,5 +81,9 @@ public interface GatewayReturnCodes {
Copy file name to clipboardexpand all lines: application-module/support-module/support-service-gateway/src/main/java/org/smartframework/cloud/examples/support/gateway/exception/BlackListException.java
Copy file name to clipboardexpand all lines: application-module/support-module/support-service-gateway/src/main/java/org/smartframework/cloud/examples/support/gateway/exception/WhiteListException.java
Copy file name to clipboardexpand all lines: application-module/support-module/support-service-gateway/src/main/java/org/smartframework/cloud/examples/support/gateway/filter/access/BlackWhiteListFilter.java
Copy file name to clipboardexpand all lines: application-module/support-module/support-service-gateway/src/main/java/org/smartframework/cloud/examples/support/gateway/filter/access/core/AuthFilter.java
Copy file name to clipboardexpand all lines: application-module/support-module/support-service-gateway/src/main/java/org/smartframework/cloud/examples/support/gateway/filter/access/core/RepeatSubmitCheckFilter.java
Copy file name to clipboardexpand all lines: application-module/support-module/support-service-gateway/src/main/java/org/smartframework/cloud/examples/support/gateway/filter/access/core/datasecurity/DataSecurityFilter.java
Copy file name to clipboardexpand all lines: application-module/support-module/support-service-gateway/src/main/java/org/smartframework/cloud/examples/support/gateway/filter/access/core/datasecurity/DataSecurityServerHttpResponseDecorator.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@ public Mono<Void> writeAndFlushWith(Publisher<? extends Publisher<? extends Data
Copy file name to clipboardexpand all lines: application-module/support-module/support-service-gateway/src/main/java/org/smartframework/cloud/examples/support/gateway/filter/rewrite/RewriteServerHttpRequestDecorator.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ public class RewriteServerHttpRequestDecorator extends ServerHttpRequestDecorato
Copy file name to clipboardexpand all lines: application-module/support-module/support-service-gateway/src/main/java/org/smartframework/cloud/examples/support/gateway/filter/rewrite/RewriteServerHttpResponseDecorator.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,7 @@ public Mono<Void> writeAndFlushWith(Publisher<? extends Publisher<? extends Data
Copy file name to clipboardexpand all lines: application-module/support-module/support-service-gateway/src/main/java/org/smartframework/cloud/examples/support/gateway/util/RewriteHttpUtil.java
Copy file name to clipboardexpand all lines: application-module/support-module/support-service-gateway/src/main/resources/i18n/gateway_messages.properties
Copy file name to clipboardexpand all lines: application-module/support-module/support-service-gateway/src/main/resources/i18n/gateway_messages_en_US.properties
+2-1
Original file line number
Diff line number
Diff line change
@@ -13,4 +13,5 @@
13
13
400013=Security key expired!
14
14
400014=AES key is not found!
15
15
400015=Matches the blacklist list, and the access is prohibited
16
-
400016=The access is not in the whitelist
16
+
400016=The access is not in the whitelist
17
+
400017=Only application/json supports interface signature verification, encryption and decryption
Copy file name to clipboardexpand all lines: application-module/support-module/support-service-gateway/src/main/resources/i18n/gateway_messages_zh_CN.properties
0 commit comments