RE: MultiPartRequestWrapper

2016-03-01 Thread Filippo Munafò
> You want to migrate more than 3000 actions in just one release? Absolutely not, we are not so crazy :-) > And you want to do that with automatic changes in code? That's something that we do often, also in other projects, but always with intensive tests. > And you don't want to use default cla

RE: MultiPartRequestWrapper

2016-03-01 Thread Christoph Nenning
> > Sounds like an intersting migration strategy. Can you tell us more about > it? > > Starting from here: > https://struts.apache.org/docs/comparing-struts-1-and-2.html > > we have worked a lot with the first and the third feature, because we > think them are the keys for a successful migration

RE: MultiPartRequestWrapper

2016-03-01 Thread Filippo Munafò
>MG>if you want to get a head start take a look at >MG>DefaultFileItemFactory located >MG>@http://www.grepcode.com/file_/repo1.maven.org/maven2/commons-fi >MG>leupload/commons-fileupload/1.3.1/org/apache/commons/fileupload/Defa >MG>ultFileItemFactory.java/?v=source Thanks for your suggest, but the

RE: MultiPartRequestWrapper

2016-03-01 Thread Filippo Munafò
> Sounds like an intersting migration strategy. Can you tell us more about it? Starting from here: https://struts.apache.org/docs/comparing-struts-1-and-2.html we have worked a lot with the first and the third feature, because we think them are the keys for a successful migration. We have also re