-
I've faced with same situation as http://sourceforge.net/forum/message.php?msg_id=4000087
Patch is attached - just changed getOutputStream() and getWriter():
public PrintWriter getWriter() throws IOException {
if(streamBuffer != null){
throw new IllegalStateException();
}
if (writerBuffer == null) {
writerBuffer = new StringWriter();.
2007-03-04 13:34:33 UTC in AjaxAnywhere
-
bel70 committed patchset 73 of module release_01_01 to the jGossip CVS repository, changing 2 files.
2005-07-04 11:08:42 UTC in jGossip
-
bel70 committed patchset 72 of module release_01_01 to the jGossip CVS repository, changing 2 files.
2005-07-04 10:55:18 UTC in jGossip
-
bel70 committed patchset 71 of module release_01_01 to the jGossip CVS repository, changing 1 files.
2005-07-01 10:59:32 UTC in jGossip
-
bel70 committed patchset 70 of module release_01_01 to the jGossip CVS repository, changing 2 files.
2005-06-30 12:33:44 UTC in jGossip
-
bel70 committed patchset 69 of module release_01_01 to the jGossip CVS repository, changing 2 files.
2005-06-30 09:17:27 UTC in jGossip
-
bel70 committed patchset 68 of module release_01_01 to the jGossip CVS repository, changing 4 files.
2005-06-30 09:11:38 UTC in jGossip
-
bel70 committed patchset 67 of module release_01_01 to the jGossip CVS repository, changing 2 files.
2005-06-30 08:42:48 UTC in jGossip
-
bel70 committed patchset 66 of module release_01_01 to the jGossip CVS repository, changing 1 files.
2005-06-30 08:22:09 UTC in jGossip
-
bel70 committed patchset 65 of module release_01_01 to the jGossip CVS repository, changing 23 files.
2005-06-29 14:52:18 UTC in jGossip