Hi,
Recently I came across an issue with excessive number of blocks of blank
lines being logged in the catalina output logs.
This is easily reproducible by simply starting a clean Tomcat 7.0.59 server
with enabled the following logger configuration
org.apache.tomcat.util.digester.Digester.leve
nform with the spec (HttpServletResponse API)
then?
Thanks and Best Regards,
Polina
On Mon, Dec 26, 2011 at 12:44 AM, Polina Genova wrote:
> Thanks for the answer, Konstantin,
>
> Actually I was referring to the HttpServletResponse interface simply
> because org.apache.catalina.connec
Best Regards,
Polina
On Fri, Dec 23, 2011 at 10:55 AM, Konstantin Kolinko wrote:
> 2011/12/23 Polina Genova :
> > Hi,
> >
> > I accidentally noticed that in valves response.isCommitted() returns
> false
> > after sendRedirect() is called.
> > According to