On Sat, 6 Feb 1999, Pierpaolo Fumagalli wrote:
> [EMAIL PROTECTED] wrote:
> >
> > java.lang.IllegalStateException: Already called getOutputStream.
> >
> This is a well known bug... Does someone knows if it has been fixed
> in latest CVS???
The problem is that fixing this will break things for users who depended
on the old behavior.
I suppose a good solution would be to have this default to the reasonable
behavior (getWriter()) -- and to create a configuration parameter which
will cause it to use getOutputStream, for backwards compatibility.
Not pretty, but it'd be better than sticking w/ getOutputStream, which is
simply wrong.
Ed
----------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://www.working-dogs.com/>
Problems?: [EMAIL PROTECTED]