From 94c04821ffcf0935077d0bf49c7467a12009806f Mon Sep 17 00:00:00 2001 From: Andrey Popov Date: Thu, 19 Sep 2024 15:29:29 +0400 Subject: [PATCH] Use correct method to check encoded resource path Closes: gh-33568 --- .../reactive/function/server/PathResourceLookupFunction.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-webflux/src/main/java/org/springframework/web/reactive/function/server/PathResourceLookupFunction.java b/spring-webflux/src/main/java/org/springframework/web/reactive/function/server/PathResourceLookupFunction.java index b5ee5b4696..aa314b6235 100644 --- a/spring-webflux/src/main/java/org/springframework/web/reactive/function/server/PathResourceLookupFunction.java +++ b/spring-webflux/src/main/java/org/springframework/web/reactive/function/server/PathResourceLookupFunction.java @@ -212,7 +212,7 @@ class PathResourceLookupFunction implements Function