I have downloaded the plugin to get the source to copy to my server and these are the ones that are missing, and it won't compile.?
On 23 November 2016 at 13:48, Lukasz Lenart <lukaszlen...@apache.org> wrote: > 2016-11-23 14:32 GMT+01:00 Greg Huber <gregh3...@gmail.com>: > > where do all these come from? > > > > import org.apache.struts2.dispatcher.multipart.UploadedFile; > > import org.apache.struts2.dispatcher.multipart.AbstractMultiPartRequest; > > These are new things added in that PR, where that abstract class is > just a helper to reduce code duplication - the same as > AbstractInterceptor > > > import org.apache.struts2.dispatcher.multipart.MultiPartRequest; > > This interface was already in Struts, it's used to implement different > approaches - Jakarta, Jakarta Stream, Pell and right now my solution > supporting GAE > > > Regards > -- > Ćukasz > + 48 606 323 122 http://www.lenart.org.pl/ > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscr...@struts.apache.org > For additional commands, e-mail: dev-h...@struts.apache.org > >