Merge pull request #17012 from dreis2211
* pr/17012: Add missing @Test annotation Closes gh-17012
This commit is contained in:
@@ -100,6 +100,7 @@ public class UndertowWebServerFactoryCustomizerTests {
|
||||
assertThat(boundServerOption(UndertowOptions.MAX_HEADER_SIZE)).isNull();
|
||||
}
|
||||
|
||||
@Test
|
||||
public void customMaxHttpHeaderSizeIgnoredIfZero() {
|
||||
bind("server.max-http-header-size=0");
|
||||
assertThat(boundServerOption(UndertowOptions.MAX_HEADER_SIZE)).isNull();
|
||||
|
||||
Reference in New Issue
Block a user