mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-25 08:19:01 +00:00
Polish MockHttpServletResponseTests
See gh-26558
This commit is contained in:
@@ -396,7 +396,6 @@ public class MockHttpServletResponse implements HttpServletResponse {
|
||||
buf.append(expires.format(DateTimeFormatter.RFC_1123_DATE_TIME));
|
||||
}
|
||||
|
||||
|
||||
if (cookie.getSecure()) {
|
||||
buf.append("; Secure");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user