Zhenbang Wei opened SPR-16832 and commented
- create a spring boot 2.0 project with web module
- create a directory src/main/resources/static/hello
- build a runnable jar and run it
- open http://localhost:8080/hello
- an empty file is downloaded instead of 404
This is because AbstractFileResolvingResource.isReadable() always returns true and ClassPathResource doesn't override isReadable().
Affects: 4.3.17, 5.0.6
Issue Links: