Re: response.isCommited() returns false after sendRedirect is called?

2012-01-10 Thread Polina Genova
Hi Konstantin, You previously said: The spec says about HttpServletResponse. isCommitted(), but your valve is calling org.apache.catalina.connector.Response.isCommitted(). But org.apache.catalina.connector.Response implements HttpServletResponse. Don't you think it should conform with the spec

Re: response.isCommited() returns false after sendRedirect is called?

2012-01-10 Thread Pid
On 10/01/2012 14:31, Polina Genova wrote: Hi Konstantin, You previously said: The spec says about HttpServletResponse. isCommitted(), but your valve is calling org.apache.catalina.connector.Response.isCommitted(). But org.apache.catalina.connector.Response implements HttpServletResponse.

Re: response.isCommited() returns false after sendRedirect is called?

2011-12-25 Thread Polina Genova
Thanks for the answer, Konstantin, Actually I was referring to the HttpServletResponse interface simply because org.apache.catalina.connector. Response implements it and I would expect that its isCommited() implementation complies with it just like ResponseFacade's one does. Thanks! Best

Re: response.isCommited() returns false after sendRedirect is called?

2011-12-23 Thread Konstantin Kolinko
2011/12/23 Polina Genova polina.gen...@gmail.com: Hi, I accidentally noticed that in valves response.isCommitted()  returns false after sendRedirect() is called. According to the HttpServletResponse API (and Servlet Specification v.2.5) after sendRedirect() is called the response should be