spring-projects / spring-framework

Spring Framework
https://spring.io/projects/spring-framework
Apache License 2.0
56.77k stars 38.16k forks source link

Add trailing slash to static resource location if missing #33826

Closed rstoyanchev closed 4 weeks ago

rstoyanchev commented 4 weeks ago

This was the goal in #33712, but it wasn't actually added. We can do that for String locations at least.

bclozel commented 4 weeks ago

If that's where we're headed, we should reopen and consider https://github.com/spring-projects/spring-framework/pull/33817

rstoyanchev commented 4 weeks ago

Yes that makes sense.