Re: [2.3.8] Parameters interceptor tampering with file upload ?

2013-01-17 Thread Philippe Lagardere
ks exactly as intended. I am a bit ashamed, and definitely sorry for using the mailing list because of such a silly mistake. Regards, PL 2013/1/16 Philippe Lagardere : > Hello, > > The server was not a good track - apparently Tomcats can manage > multipart/form-data natively. The only

Re: [2.3.8] Parameters interceptor tampering with file upload ?

2013-01-16 Thread Philippe Lagardere
truts ? Thank you, PL 2013/1/15 Philippe Lagardere : > I tried downgrading to 2.3.4.1, but the exception remains. > I also get back my conversion errors on Number/Date fields (I > mentionned them in the previous mail), but this was expected, as I did > not remove the custom converter

Re: [2.3.8] Parameters interceptor tampering with file upload ?

2013-01-15 Thread Philippe Lagardere
I tried downgrading to 2.3.4.1, but the exception remains. I also get back my conversion errors on Number/Date fields (I mentionned them in the previous mail), but this was expected, as I did not remove the custom converters I use (see also : https://issues.apache.org/jira/browse/WW-3843 ). I have

[2.3.8] Parameters interceptor tampering with file upload ?

2013-01-14 Thread Philippe Lagardere
Hello, I've been trying to set up a form to upload a .txt file to the server, and met a curious exception doing so. The exception implies Struts expects the setter method to use a String array instead of a java.io.File. Not that it would have been acceptable, but adding a setter using a string arr