Re: [S2] File Upload: "the request was rejected because its size (...) exceeds the configured maximum (2097152)"

2007-08-22 Thread Sandro Giessl
On Friday 17 August 2007 17:35:32 Pedro Herrera wrote:
> hi,
>putting the constant in strut.xls works fine ?
>
>   

This works great, thank you!
Also thanks for pointing me to the JIRA issue, James.

> Herrera

Bye, Sandro

> Sandro Giessl-2 wrote:
> > Hi,
> >
> > I'm doing file upload using the following interceptor:
> >
> > 
> > 6291456
> > 
> >
> > The parameter maximumSize works as expected when it's set below 2MByte.
> > But
> > I'm not able to configure it to accept bigger file uploads. I'm getting
> > the
> > mentioned message as actionError then.
> >
> > It seems to me that this might be related to a special Tomcat or servlet
> > filter setting. Though, at the moment I'm unable to figure out how to
> > change
> > it.
> >
> > Regards, Sandro
> >
> > -
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]

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



Re: [S2] File Upload: "the request was rejected because its size (...) exceeds the configured maximum (2097152)"

2007-08-22 Thread Sandro Giessl
On Friday 17 August 2007 17:35:32 Pedro Herrera wrote:
> hi,
>putting the constant in strut.xls works fine ?
>
>   

This works great, thank you!
Also thanks for pointing me to the JIRA issue, James.

> Herrera

Bye, Sandro

> Sandro Giessl-2 wrote:
> > Hi,
> >
> > I'm doing file upload using the following interceptor:
> >
> > 
> > 6291456
> > 
> >
> > The parameter maximumSize works as expected when it's set below 2MByte.
> > But
> > I'm not able to configure it to accept bigger file uploads. I'm getting
> > the
> > mentioned message as actionError then.
> >
> > It seems to me that this might be related to a special Tomcat or servlet
> > filter setting. Though, at the moment I'm unable to figure out how to
> > change
> > it.
> >
> > Regards, Sandro
> >
> > -
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]



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



Re: [S2] File Upload: "the request was rejected because its size (...) exceeds the configured maximum (2097152)"

2007-08-17 Thread Pedro Herrera

hi,
   putting the constant in strut.xls works fine ? 



Herrera




Sandro Giessl-2 wrote:
> 
> Hi,
> 
> I'm doing file upload using the following interceptor:
> 
> 
> 6291456
> 
> 
> The parameter maximumSize works as expected when it's set below 2MByte.
> But 
> I'm not able to configure it to accept bigger file uploads. I'm getting
> the 
> mentioned message as actionError then.
> 
> It seems to me that this might be related to a special Tomcat or servlet 
> filter setting. Though, at the moment I'm unable to figure out how to
> change 
> it.
> 
> Regards, Sandro
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/-S2--File-Upload%3A-%22the-request-was-rejected-because-its-size-%28...%29-exceeds-the-configured-maximum-%282097152%29%22-tf4286082.html#a12201792
Sent from the Struts - User mailing list archive at Nabble.com.


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



Re: [S2] File Upload: 'the request was rejected because its size (...) exceeds the configured maximum (2097152)'

2007-08-17 Thread James Holmes
I think the problem you are seeing already has an open JIRA ticket:

https://issues.apache.org/struts/browse/WW-2073

James


On Fri Aug 17 10:33 , Sandro Giessl <[EMAIL PROTECTED]> sent:

>Hi,
>
>I'm doing file upload using the following interceptor:
>
>
>6291456
>
>
>The parameter maximumSize works as expected when it's set below 2MByte. But 
>I'm not able to configure it to accept bigger file uploads. I'm getting the 
>mentioned message as actionError then.
>
>It seems to me that this might be related to a special Tomcat or servlet 
>filter setting. Though, at the moment I'm unable to figure out how to change 
>it.
>
>Regards, Sandro
>
>-
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>



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



[S2] File Upload: "the request was rejected because its size (...) exceeds the configured maximum (2097152)"

2007-08-17 Thread Sandro Giessl
Hi,

I'm doing file upload using the following interceptor:


6291456


The parameter maximumSize works as expected when it's set below 2MByte. But 
I'm not able to configure it to accept bigger file uploads. I'm getting the 
mentioned message as actionError then.

It seems to me that this might be related to a special Tomcat or servlet 
filter setting. Though, at the moment I'm unable to figure out how to change 
it.

Regards, Sandro

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