1. Servlet's request.getInputStream(); / request.getReader(); not working Struts2 stackoverflow.comServlet's request.getInputStream(); / request.getReader(); not working Struts2
I even tried ... |
2. java.lang.IllegalStateException: getReader() has already been called for this request stackoverflow.comI want to add logging to my Servlet, so I've created Filter which should display request and go to the Servlet. But unfortunately I've encoutered exception:
|