Re: Struts 2.3.18 ready for test

2014-09-30 Thread Christoph Nenning
> > 3. LocaleProvider created by a ConfigurationProvider > > To deal with errors on file uploads we have a ConfigurationProvider that > > registers a LocaleProvider programmatically which is only used before the > > interceptor stack is executed. > > With struts 2.3.16 that LocaleProvider was onl

Re: Struts 2.3.18 ready for test

2014-09-30 Thread Christoph Nenning
> > > > Should I create JIRAs for some of these? > > Yes, please - there is too many of them to keep track via mail :-) > > As you have already seen: https://issues.apache.org/jira/browse/WW-4407 https://issues.apache.org/jira/browse/WW-4408 regards, Christoph This Email was scanned by So

Re: Struts 2.3.18 ready for test

2014-09-30 Thread Christoph Nenning
> >> 1. OGNL security blocking (https://github.com/apache/struts/pull/11) > >> I'm actually hit by this. So it means: it really works ;) > >> I have JSPs that create a ViewModel Object with ognl which is blocked now. > >> (new is used in ognl expression) > >> The question here is how to enable the

Re: Struts 2.3.18 ready for test

2014-09-30 Thread Lukasz Lenart
2014-09-30 8:36 GMT+02:00 Lukasz Lenart : > 2014-09-29 17:38 GMT+02:00 Christoph Nenning : >> 1. OGNL security blocking (https://github.com/apache/struts/pull/11) >> I'm actually hit by this. So it means: it really works ;) >> I have JSPs that create a ViewModel Object with ognl which is blocked no