Re: Close an HttpServletRequest without consuming the whole HTTP client stream [Tomcat 6.0.18]

2008-11-19 Thread Maurizio Melato
ll always drain the input stream, even in cases like this where it should know better. "Maurizio Melato" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] Hello! is there a way to dispose an HttpServletRequest closing the underlying inputstream without consumi

Close an HttpServletRequest without consuming the whole HTTP client stream [Tomcat 6.0.18]

2008-11-14 Thread Maurizio Melato
Hello! is there a way to dispose an HttpServletRequest closing the underlying inputstream without consuming the entire HTTP client stream? Before answering request.getInputStream().close() let me explain the scenario ;) The scenario involves a client application executing a potentially big