Comment From: imkulwant

Why are you getting these WARN?

2022-10-14T19:40:44.506+0530 WARN o.s.w.s.r.PathResourceResolver.isInvalidEncodedPath "Resolved resource path contains encoded "../" or "..\": file:../../test/404%E0%A4%8F.html"
2022-10-14T19:40:44.507+0530 WARN o.s.w.s.r.PathResourceResolver.isInvalidEncodedPath "Resolved resource path contains encoded "../" or "..\": file:../../test/404%E0%A4%8F.html"

Maybe some encoding issue here "file:../../test" ?

Comment From: guysmart694

If you see the URL contains utf8 encoded character and hence the warning. But the warning happens for the encoded url which are loaded from file:../../test/ folder and for for the encoded urls under classpath /static folder.

Comment From: rstoyanchev

Can you please provide the actual sample that you have?

Comment From: guysmart694

backooff as no response new issue raised

Comment From: guysmart694

please let me know if you need any other input

Comment From: guysmart694

Is there any progress on this issue

Comment From: guysmart694

new issue raised

Comment From: guysmart694

Is there any progress on this issue

Comment From: bclozel

Closing in favor of #29874 Please avoid creating duplicate issues, it's wasting the team's time.