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
Rather than leaving it to the Resource implementation, and
potentially normalizing twice, we apply it once as part of the
initial processPath checks.
Closesgh-33689
Copy file name to clipboardExpand all lines: spring-webflux/src/main/java/org/springframework/web/reactive/function/server/PathResourceLookupFunction.java
+18-5
Original file line number
Diff line number
Diff line change
@@ -104,7 +104,8 @@ public Mono<Resource> apply(ServerRequest request) {
0 commit comments