I 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:
The main problem is that you can't read the input both as binary stream and character stream, not even if the one is called in a filter and the other in the servlet.