Re: No parameters set in action when file upload exceeds max size

2014-05-16 Thread Greg Lindholm
Yes this is the issue. On Wed, May 14, 2014 at 1:05 AM, Lukasz Lenart wrote: > https://issues.apache.org/jira/browse/WW-3025 ? > > > Regards > -- > Łukasz > + 48 606 323 122 http://www.lenart.org.pl/ > > 2014-05-09 17:43 GMT+02:00 Greg Lindholm : > > When I try to upload a file that exceeds the

Re: No parameters set in action when file upload exceeds max size

2014-05-16 Thread Christoph Nenning
Hi, as I commented in JIRA: maybe they are related, cannot be sure. But I like the streaming approach of https://issues.apache.org/jira/browse/WW-3025 Regards, Christoph > > Does this issue [1] is related? > > [1] https://issues.apache.org/jira/browse/WW-4345 > > 2014-05-12 21:07 GMT+

Re: No parameters set in action when file upload exceeds max size

2014-05-16 Thread Christoph Nenning
> > https://issues.apache.org/jira/browse/WW-3025 ? > Yes, that is the same. > > 2014-05-09 17:43 GMT+02:00 Greg Lindholm : > > When I try to upload a file that exceeds the configured 2M max then no > > parameters get set on my action. > > > > I can't present the user with a pretty error

Re: No parameters set in action when file upload exceeds max size

2014-05-16 Thread Paul Benedict
https://issues.apache.org/jira/browse/WW-3025 Cheers, Paul On Fri, May 9, 2014 at 10:43 AM, Greg Lindholm wrote: > When I try to upload a file that exceeds the configured 2M max then no > parameters get set on my action. > > I can't present the user with a pretty error message since all contex

Re: No parameters set in action when file upload exceeds max size

2014-05-14 Thread Christoph Nenning
> Betreff: Re: No parameters set in action when file upload exceeds max size > > Has any encountered this? > I've tried calling getParameter() on the request to see if I can manually > extract the parameters I need but this always returns null. It seems that > the

Re: No parameters set in action when file upload exceeds max size

2014-05-13 Thread Lukasz Lenart
https://issues.apache.org/jira/browse/WW-3025 ? Regards -- Łukasz + 48 606 323 122 http://www.lenart.org.pl/ 2014-05-09 17:43 GMT+02:00 Greg Lindholm : > When I try to upload a file that exceeds the configured 2M max then no > parameters get set on my action. > > I can't present the user with a

Re: No parameters set in action when file upload exceeds max size

2014-05-12 Thread Lukasz Lenart
Does this issue [1] is related? [1] https://issues.apache.org/jira/browse/WW-4345 2014-05-12 21:07 GMT+02:00 Greg Lindholm : > Has any encountered this? > I've tried calling getParameter() on the request to see if I can manually > extract the parameters I need but this always returns null. It se

Re: No parameters set in action when file upload exceeds max size

2014-05-12 Thread Greg Lindholm
Has any encountered this? I've tried calling getParameter() on the request to see if I can manually extract the parameters I need but this always returns null. It seems that the MultiPartRequestWrapper believes it has processed parameters and there are none. Greg On Fri, May 9, 2014 at 11:43 A