Skip to content

Commit 58ff683

Browse files
committed
Add missing default value for server.error.include-path
Closes gh-41667
1 parent 479e88e commit 58ff683

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

spring-boot-project/spring-boot-autoconfigure/src/main/resources/META-INF/additional-spring-configuration-metadata.json

+4
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,10 @@
4545
"name": "server.error.include-message",
4646
"defaultValue": "never"
4747
},
48+
{
49+
"name": "server.error.include-path",
50+
"defaultValue": "always"
51+
},
4852
{
4953
"name": "server.error.include-stacktrace",
5054
"defaultValue": "never"

0 commit comments

Comments
 (0)