Re: Response already comitted on first line of servlet

2008-07-04 Thread Tom van Wietmarschen
Tom van Wietmarschen wrote: L.S, I'm investigating a problem in which one of our servlets doesn't return any headers most of the time (sometimes it does work, but it seems quite random) After a bit of digging I found out that the reason the headers aren't added is that the response already

Response already comitted on first line of servlet

2008-07-03 Thread Tom van Wietmarschen
L.S, I'm investigating a problem in which one of our servlets doesn't return any headers most of the time (sometimes it does work, but it seems quite random) After a bit of digging I found out that the reason the headers aren't added is that the response already seems to be comitted. I've