Re: [Resin-interest] upload limit

2009-02-11 Thread Riccardo Cohen
application server Subject: Re: [Resin-interest] upload limit I answer to these uploads with a servlet in java. The setting you suggest will apply for all sessions Am I right ? But I want to limit differently if it is the public or if it is the administrator of the application. Aaron Freeman

Re: [Resin-interest] upload limit

2009-02-11 Thread Aaron Freeman
10, 2009 11:23 AM To: General Discussion for the Resin application server Subject: Re: [Resin-interest] upload limit I answer to these uploads with a servlet in java. The setting you suggest will apply for all sessions Am I right ? But I want to limit differently if it is the public

Re: [Resin-interest] upload limit

2009-02-11 Thread Riccardo Cohen
To: General Discussion for the Resin application server Subject: Re: [Resin-interest] upload limit Thanks for your answer, I have read the doc too quicly and now I understand the per request statement. I did this: public void service(HttpServletRequest req, HttpServletResponse res

Re: [Resin-interest] upload limit

2009-02-10 Thread Aaron Freeman
Hi For one of my project I have to set multipart-form enable='true' upload-max='300M'/ I guess this is a security problem, and I would rather let it to 100K except for the application administrator session where I would set dynamically to 300M. Riccardo are you using a JSP to process the

Re: [Resin-interest] upload limit

2009-02-10 Thread Riccardo Cohen
I answer to these uploads with a servlet in java. The setting you suggest will apply for all sessions Am I right ? But I want to limit differently if it is the public or if it is the administrator of the application. Aaron Freeman wrote: Hi For one of my project I have to set multipart-form

Re: [Resin-interest] upload limit

2009-02-10 Thread Aaron Freeman
To: General Discussion for the Resin application server Subject: Re: [Resin-interest] upload limit I answer to these uploads with a servlet in java. The setting you suggest will apply for all sessions Am I right ? But I want to limit differently if it is the public or if it is the administrator