RE: [vote] remove dependency on MaybeUpload

2003-02-26 Thread Carsten Ziegeler
+1 > -Original Message- > From: Stefano Mazzocchi [mailto:[EMAIL PROTECTED] > Sent: Wednesday, February 26, 2003 2:37 PM > To: Apache Cocoon > Subject: [vote] remove dependency on MaybeUpload > > > Currently, we have an optional RequestFactory that d

Re: [vote] remove dependency on MaybeUpload

2003-02-26 Thread Christian Haul
On 26.Feb.2003 -- 02:37 PM, Stefano Mazzocchi wrote: > Currently, we have an optional RequestFactory that depends on > MaybeUpload. Historically, this was done before we had a serious Request > factory that was able to handle multi-part uploads. > > Now that we have our own, do we need to keep t

Re: [vote] remove dependency on MaybeUpload

2003-02-26 Thread Berin Loritsch
Stefano Mazzocchi wrote: Currently, we have an optional RequestFactory that depends on MaybeUpload. Historically, this was done before we had a serious Request factory that was able to handle multi-part uploads. Now that we have our own, do we need to keep that dependency? I'd propose to remove

[vote] remove dependency on MaybeUpload

2003-02-26 Thread Stefano Mazzocchi
Currently, we have an optional RequestFactory that depends on MaybeUpload. Historically, this was done before we had a serious Request factory that was able to handle multi-part uploads. Now that we have our own, do we need to keep that dependency? I'd propose to remove it entirely. Anybody ag