A request to empty file in runnable jar cause 404 #28107
Labels
in: core
Issues in core modules (aop, beans, core, context, expression)
status: declined
A suggestion or change that we don't feel we should currently apply
Same as this issue: spring-projects/spring-boot#16034
org.springframework.core.io.AbstractFileResolvingResource
will consider an empty file in runnable jar is unreadable.It cause different and confusing behavior after
mvn package
.I think empty folders can indeed be considered unreadable, but files should not be the same.
Do you have any plans to fix it?
The text was updated successfully, but these errors were encountered: