As much as I'd like to do that and appreciate all the work done on
tapestry, this is on a deadline for friday and I need to get something
working quickly and don't have to time to deviate. Plus it seems like
this option was configurable in T3 via an extension in the .application
but was removed in T4. So I'm not sure if there was some specific design
reason for taking it out.

I looked into subclassing or even just copy and pasting the class but
that doesn't look like it will work because it uses the
MultipartMessages class which is package private. Can someone who has
done this post their solution?

On Tue, 2006-03-21 at 11:26 -0500, Wayland Chan wrote:
> Being that this is open source, you could make the changes yourself and
> submit it to Howard to see if he agrees with your changes and merges it into
> the project. It doesn't seem like a disruptive change and I also see the
> benefit.
> 
> 
> On 3/21/06, Dan Adams <[EMAIL PROTECTED]> wrote:
> >
> > In my application I have to upload large files (> 10m). I found posts on
> > gmane about having to re-implement MultipartDecoderImpl just so you can
> > set maxSize. Is there any plans to make this configurable? It would be
> > nice if I could just subclass it and override something trivial but it
> > looks like I'll have to copy & paste (yuck!) the decode method to change
> > it.
> >
> > --
> > Dan Adams
> > Software Engineer
> > Interactive Factory
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
-- 
Dan Adams
Software Engineer
Interactive Factory


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to