[SOLVED] Re: [S2] Disable fileupload interceptor

2007-07-17 Thread Oguz Kologlu
I think the simplest way is to copy org.apache.struts2.dispatcher.multipart.MultiPartRequestWrapper to your classpath and change the MultiPartRequestWrapper(..) method to ignore the content. I've put in a enhancement request in jira for a configuration item to disable Multipart request pars

[S2] Disable fileupload interceptor

2007-07-15 Thread Oguz Kologlu
Hi all, I've a S1/S2 mixed application that uses a S1 action to upload files, however S2 keeps getting in the way and ripping out the uploaded data even though it is a S1 action being called. Is there a way to disable the file upload interceptor so the S1 action can handle the upload? Or