В сообщении от 7 Март 2008 13:14 Ilya Kasnacheev написал(a): > response P.S. I wonder how bad it can be:
response = new HttpServletResponseWrapper(response) {
public boolean isCommitted()
{
return false;
}
};
That's, like, http://folk.poesie.ru/files/private/ilyak/45218782.jpg
P.P.S. Interesting enough, it actually works. Going to give it a try.
_______________________________________________
resin-interest mailing list
[email protected]
http://maillist.caucho.com/mailman/listinfo/resin-interest
