Re: Update on Error Handling and output stream buffering

2002-09-13 Thread Nicola Ken Barozzi
Carsten Ziegeler wrote: > Nicola Ken Barozzi wrote: > >>Excellent, top stuff, you even implemented all the suggestions! >>Hey, I would even propose you as a committer ;-P >> > > Thanks! So I put you on my list of people wanting to buy me a beer > if we ever meet - oh, well, this is really a lon

Re: Update on Error Handling and output stream buffering

2002-09-13 Thread Steven Noels
Carsten Ziegeler wrote: >>If only also on Jakarta things would be so nice... >>... oh well, thank goodness we have Cocoon :-D >> > > Yes, and we don't have Jon showing up from time to time ;) watch out, you should know Jon doesn't exist IRL and is basically a bot, scanning apache mailing lists

RE: Update on Error Handling and output stream buffering

2002-09-13 Thread Carsten Ziegeler
Nicola Ken Barozzi wrote: > > Excellent, top stuff, you even implemented all the suggestions! > Hey, I would even propose you as a committer ;-P > Thanks! So I put you on my list of people wanting to buy me a beer if we ever meet - oh, well, this is really a long list now... > If only also on J

Re: Update on Error Handling and output stream buffering

2002-09-13 Thread Nicola Ken Barozzi
Carsten Ziegeler wrote: > Hi Team, > > I implemented yesterday the buffering of the output stream (in 2.1), > so the response can be completly reset if an error occurs. > > I know that Sylvain did not like this and over night I got to > a (hopefully) better solution, which I just implemented: >

RE: Update on Error Handling and output stream buffering

2002-09-13 Thread Carsten Ziegeler
Torsten Curdt wrote: > > You mean in the configuration for the pipeline component? > > > >0 > > > Nearly, the component is Parameterizable, so it should be And you can override this in the pipelines section: ... Carsten

Re: Update on Error Handling and output stream buffering

2002-09-13 Thread tcurdt
> Hi Team, > > I implemented yesterday the buffering of the output stream (in 2.1), > so the response can be completly reset if an error occurs. > > I know that Sylvain did not like this and over night I got to > a (hopefully) better solution, which I just implemented: Excellent! > The environ