Closed
Description
The generated documentation for ServerProperties isn't correct.
server.jetty.accesslog.format
default should be "ncsa" while
server.forward-headers-strategy
should shouldn't have a default. At least I couldn't find in code where that property is initialized.
Relevant code snippets:
- https://github.com/spring-projects/spring-boot/blob/v2.3.2.RELEASE/spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/web/ServerProperties.java#L1182
- https://github.com/spring-projects/spring-boot/blob/v2.3.2.RELEASE/spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/web/ServerProperties.java#L91