Issue #2307 - applying changes from review
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
This commit is contained in:
parent
d3120ee212
commit
dcfa6f0f38
|
@ -619,10 +619,9 @@ public class Response implements HttpServletResponse
|
|||
}
|
||||
|
||||
|
||||
_mimeType=null;
|
||||
_characterEncoding=null;
|
||||
_encodingFrom = EncodingFrom.NOT_SET;
|
||||
_outputType = OutputType.NONE;
|
||||
setContentType(null);
|
||||
setCharacterEncoding(null);
|
||||
setHeader(HttpHeader.EXPIRES,null);
|
||||
setHeader(HttpHeader.LAST_MODIFIED,null);
|
||||
setHeader(HttpHeader.CACHE_CONTROL,null);
|
||||
|
|
Loading…
Reference in New Issue