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 657e002 commit b7fc4bcCopy full SHA for b7fc4bc
spring-web/src/test/java/org/springframework/http/HttpHeadersTests.java
@@ -213,7 +213,7 @@ void ipv6Host() {
213
assertThat(headers.getFirst("Host")).as("Invalid Host header").isEqualTo("[::1]");
214
}
215
216
- @Test
+ @Test // gh-33716
217
void hostDeletion() {
218
InetSocketAddress host = InetSocketAddress.createUnresolved("localhost", 8080);
219
headers.setHost(host);
0 commit comments