Why can I only use response.getOutputStream() in a project, when I use response.getWriter(), it always throws exception, but I can use response.getWriter() in an old project, and after I used this outputStream, I can not close it, because if I close it, my controller can not response anything for me, I think this is to terrible!!!!!!
someone can answer my question