Github user lukaszlenart commented on the pull request:
https://github.com/apache/struts/pull/88#issuecomment-188648010
Merged, thanks!
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this fe
Github user asfgit closed the pull request at:
https://github.com/apache/struts/pull/88
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabl
> To: [email protected]
> Subject: Re: MultiPartRequestWrapper
> From: [email protected]
> Date: Wed, 24 Feb 2016 16:27:11 +0100
>
> > Hi,
> > we are trying to migrate a big webapp (a thousand pages) from struts1 to
> > struts2.
> > One of the first step was to introduce the Struts
> Hi,
> we are trying to migrate a big webapp (a thousand pages) from struts1 to
> struts2.
> One of the first step was to introduce the StrutsPreparefilter, leaving
> everything served by the ActionServlet.
> Then we removed the objects request and response from every action's
> methods signature,