Merge branch '5.2.x'

This commit is contained in:
Sam Brannen
2020-08-01 14:02:22 +02:00
3 changed files with 25 additions and 0 deletions

View File

@@ -331,6 +331,7 @@ public class MockHttpServletResponse implements HttpServletResponse {
public void reset() {
resetBuffer();
this.characterEncoding = null;
this.charset = false;
this.contentLength = 0;
this.contentType = null;
this.locale = Locale.getDefault();