spring-framework/spring-core
Lars Grefer 94e5eb3eb6 Consider empty jar entries as readable
Prior to this commit, resource handling would not serve empty files and
return instead HTTP 404 responses. This would only happen for files
contained by JARs, but not on the filesystem.

This can be tracked to changes done in `AbstractFileResolvingResource`
where we avoid serving empty files for directories, see gh-21372.
This commit improves the `checkReadable` method to align this behavior
between file system and JAR files.

Closes gh-28850
2022-09-26 09:51:11 +02:00
..
graalvm Skip Javadoc generation for the GraalVM feature module 2022-09-20 16:38:48 +02:00
src Consider empty jar entries as readable 2022-09-26 09:51:11 +02:00
spring-core.gradle Move BindingReflectionHintsRegistrar to spring-core 2022-09-02 17:31:43 +02:00