issue: spring-projects/spring-framework#33384
note: fixed
steps:
./gradlew bootBuildImage
docker run --network=host issue-reproduction
test:
curl localhost:8080/normal
this test will return normally
curl localhost:8080/defaultValue
but this test will return internal error