Upgrade your Spring if you have v6.0.0-v6.0.5

Spring Framework release notes for version 6.0.6 ( https://github.com/spring-projects/spring-framework/releases/tag/v6.0.6 ) mention this bug fix:

– PathMatchingResourcePatternResolver can no longer handle paths containing spaces and special characters #30031

The “special” characters that include space and, apparently, anything that needs URL encoding – will break your Spring project if it’s placed at a path containing these characters. And it may take you quite a while to figure out why this is happening.

So be advised.