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: spring-cloud-gateway-server-webflux/src/main/java/org/springframework/cloud/gateway/filter/factory/PrefixPathGatewayFilterFactory.java
+12-7Lines changed: 12 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -64,8 +64,8 @@ public List<String> shortcutFieldOrder() {
64
64
@Override
65
65
publicGatewayFilterapply(Configconfig) {
66
66
returnnewGatewayFilter() {
67
-
finalUriTemplateuriTemplate = newUriTemplate(
68
-
Objects.requireNonNull(config.prefix, "prefix must not be null"));
0 commit comments