Skip to content

Commit d0662e8

Browse files
committed
Fix default value of server.jetty.accesslog.format
Closes gh-22921
1 parent 4c6a722 commit d0662e8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,6 @@
4848
"name": "server.error.include-stacktrace",
4949
"defaultValue": "never"
5050
},
51-
{
52-
"name": "server.forward-headers-strategy",
53-
"defaultValue": "ncsa"
54-
},
5551
{
5652
"name": "server.http2.enabled",
5753
"description": "Whether to enable HTTP/2 support, if the current environment supports it.",
@@ -71,6 +67,10 @@
7167
"level": "error"
7268
}
7369
},
70+
{
71+
"name": "server.jetty.accesslog.format",
72+
"defaultValue": "ncsa"
73+
},
7474
{
7575
"name": "server.jetty.accesslog.locale",
7676
"deprecation": {

0 commit comments

Comments
 (0)