Adapt to deprecation of rejectIllegalHeader
Closes gh-35442
This commit is contained in:
committed by
Stephane Nicoll
parent
fa7d79b7b0
commit
39276f8302
@@ -367,6 +367,8 @@ class TomcatWebServerFactoryCustomizerTests {
|
||||
}
|
||||
|
||||
@Test
|
||||
@Deprecated
|
||||
@SuppressWarnings("deprecation")
|
||||
void testCustomizeRejectIllegalHeader() {
|
||||
bind("server.tomcat.reject-illegal-header=false");
|
||||
customizeAndRunServer((server) -> assertThat(
|
||||
|
||||
Reference in New Issue
Block a user