We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e69a587 commit b7e9f80Copy full SHA for b7e9f80
spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/web/ServerProperties.java
@@ -56,7 +56,7 @@
56
* @author Andy Wilkinson
57
* @author Ivan Sopov
58
*/
59
-@ConfigurationProperties(prefix = "server", ignoreUnknownFields = false)
+@ConfigurationProperties(prefix = "server", ignoreUnknownFields = true)
60
public class ServerProperties implements EmbeddedServletContainerCustomizer, Ordered {
61
62
/**
0 commit comments