Polish MockHttpServletResponseTests

See gh-26558
This commit is contained in:
Sam Brannen
2021-02-17 14:29:04 +01:00
parent 5b97c47fc4
commit 49ccd7ad9c
2 changed files with 35 additions and 13 deletions

View File

@@ -396,7 +396,6 @@ public class MockHttpServletResponse implements HttpServletResponse {
buf.append(expires.format(DateTimeFormatter.RFC_1123_DATE_TIME));
}
if (cookie.getSecure()) {
buf.append("; Secure");
}