mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-22 05:49:04 +00:00
As of gh-36692, Spring logs a WARN message when an unsafe resource handling location is configured. This change now rejects entirely such setups by failing before the application starts up. Closes gh-36695