From fb7890d73975a3d9e0763e0926df2bd0a608e87e Mon Sep 17 00:00:00 2001 From: rstoyanchev Date: Mon, 14 Oct 2024 18:13:43 +0100 Subject: [PATCH] Update processPath for double encoding See gh-33689 --- .../server/PathResourceLookupFunction.java | 24 ++++++++++++------- .../reactive/resource/ResourceWebHandler.java | 24 ++++++++++++------- .../function/PathResourceLookupFunction.java | 24 ++++++++++++------- .../resource/ResourceHttpRequestHandler.java | 24 ++++++++++++------- 4 files changed, 64 insertions(+), 32 deletions(-) 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 2f0d5fd108..ca337ddef4 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 @@ -148,20 +148,28 @@ class PathResourceLookupFunction implements Function