On 24 Dec 2017, 3:08 AM +1300, Mark Thomas , wrote:
> On 19/12/17 13:13, Mark Thomas wrote:
> > On 18 December 2017 03:32:40 GMT+00:00, Nitkalya Wiriyanuparb
> > wrote:
> >
> > >
> > > Tested with my system – everything’s awesome. I can also confirm that
> > > the edge case I mentioned is valid
On 19/12/17 13:13, Mark Thomas wrote:
> On 18 December 2017 03:32:40 GMT+00:00, Nitkalya Wiriyanuparb
> wrote:
>
>
>
>> Tested with my system – everything’s awesome. I can also confirm that
>> the edge case I mentioned is valid; calling the varargs method with an
>> array ${actionBean.getInclu
On 18 December 2017 03:32:40 GMT+00:00, Nitkalya Wiriyanuparb
wrote:
>Tested with my system – everything’s awesome. I can also confirm that
>the edge case I mentioned is valid; calling the varargs method with an
>array ${actionBean.getIncludes([“something"])} doesn’t coerce
>correctly. I perso
> On 10/12/2017, at 4:24 PM, Nitkalya Wiriyanuparb (Ing)
> wrote:
>
> On 9 Dec 2017, 3:35 AM +1300, Mark Thomas , wrote:
>
>> On 07/12/17 15:00, Mark Thomas wrote:
>>> On 07/12/17 02:52, Nitkalya (Ing) Wiriyanuparb wrote:
Hello.
I'm upgrading from Tomcat 7.0.30 to 8.5.24. Every
On 9 Dec 2017, 3:35 AM +1300, Mark Thomas , wrote:
> On 07/12/17 15:00, Mark Thomas wrote:
> > On 07/12/17 02:52, Nitkalya (Ing) Wiriyanuparb wrote:
> > > Hello.
> > >
> > > I'm upgrading from Tomcat 7.0.30 to 8.5.24. Everything is working fine,
> > > but
> > > I notice that BeanELResolver behave
On 07/12/17 15:00, Mark Thomas wrote:
> On 07/12/17 02:52, Nitkalya (Ing) Wiriyanuparb wrote:
>> Hello.
>>
>> I'm upgrading from Tomcat 7.0.30 to 8.5.24. Everything is working fine, but
>> I notice that BeanELResolver behaves differently when calling a bean
>> varargs method with no argument.
>>
>>
On 07/12/17 02:52, Nitkalya (Ing) Wiriyanuparb wrote:
> Hello.
>
> I'm upgrading from Tomcat 7.0.30 to 8.5.24. Everything is working fine, but
> I notice that BeanELResolver behaves differently when calling a bean
> varargs method with no argument.
>
> My action bean has a method with the signatu
Hello.
I'm upgrading from Tomcat 7.0.30 to 8.5.24. Everything is working fine, but
I notice that BeanELResolver behaves differently when calling a bean
varargs method with no argument.
My action bean has a method with the signature "public String
getIncludes(final String... moduleNames)". I'm cal