@ -79,7 +79,8 @@ public class ReactiveCassandraRepositoriesAutoConfigurationTests {
@@ -79,7 +79,8 @@ public class ReactiveCassandraRepositoriesAutoConfigurationTests {
@ -412,7 +412,7 @@ public class DefaultServletWebServerFactoryCustomizerTests {
@@ -412,7 +412,7 @@ public class DefaultServletWebServerFactoryCustomizerTests {
@ -556,11 +556,11 @@ public class DefaultServletWebServerFactoryCustomizerTests {
@@ -556,11 +556,11 @@ public class DefaultServletWebServerFactoryCustomizerTests {
@ -576,7 +576,7 @@ public class DefaultServletWebServerFactoryCustomizerTests {
@@ -576,7 +576,7 @@ public class DefaultServletWebServerFactoryCustomizerTests {
@ -153,7 +153,7 @@ content into your application; rather pick only the properties that you need.
@@ -153,7 +153,7 @@ content into your application; rather pick only the properties that you need.
server.connection-timeout= # Time in milliseconds that connectors will wait for another HTTP request before closing the connection. When not set, the connector's container-specific default will be used. Use a value of -1 to indicate no (i.e. infinite) timeout.
server.display-name=application # Display name of the application.
server.max-http-header-size=0 # Maximum size in bytes of the HTTP message header.
server.error.include-exception=false # Set whether to include the "exception" attribute.
server.error.include-exception=false # Include the "exception" attribute.
server.error.include-stacktrace=never # When to include a "stacktrace" attribute.
server.error.path=/error # Path of the error controller.
server.error.whitelabel.enabled=true # Enable the default error page displayed in browsers in case of a server error.
@ -640,7 +640,7 @@ Access logs can be configured for Tomcat, Undertow and Jetty via their respectiv
@@ -640,7 +640,7 @@ Access logs can be configured for Tomcat, Undertow and Jetty via their respectiv
namespaces.
For instance, the following logs access on Tomcat with a
@ -674,7 +674,7 @@ Finally, access logging for jetty can also be configured that way:
@@ -674,7 +674,7 @@ Finally, access logging for jetty can also be configured that way:
----
By default, logs will be redirected to `System.err`. For more details, please refer to