Re: Struts 6.3 tags do not automatically evaluate the value field against the ognl stack

2024-01-07 Thread Lukasz Lenart
This PR [1] should fix the problem. There was a gap in our unit tests which allowed us to introduce the previous change that broke evaluation of the value attribute. [1] https://github.com/apache/struts/pull/835 Regards Łukasz

RE: Struts 6.3 tags do not automatically evaluate the value field against the ognl stack

2023-11-30 Thread Nate Kerkhofs
art Sent: Thursday, 30 November 2023 16:52 To: Struts Users Mailing List Subject: Re: Struts 6.3 tags do not automatically evaluate the value field against the ognl stack wt., 28 lis 2023 o 17:43 Yasser Zamani napisał(a): > > Hi Nate, > > Thanks for the detailed info and the PoC which e

Re: Struts 6.3 tags do not automatically evaluate the value field against the ognl stack

2023-11-30 Thread Lukasz Lenart
wt., 28 lis 2023 o 17:43 Yasser Zamani napisał(a): > > Hi Nate, > > Thanks for the detailed info and the PoC which enabled me to debug the issue! > > The issue is introduced by [1] lines insertions which has changed the path of > the execution to findValue(expr, class) instead of findValue(expr).

Re: Struts 6.3 tags do not automatically evaluate the value field against the ognl stack

2023-11-28 Thread Yasser Zamani
METHING has changed between these versions, but I'm not sure what. Kind regards, Nate -Original Message- From: Nate Kerkhofs Sent: Monday, 27 November 2023 10:16 To: user@struts.apache.org Cc: Lukasz Lenart Subject: RE: Struts 6.3 tags do not automatically evaluate the value field

RE: Struts 6.3 tags do not automatically evaluate the value field against the ognl stack

2023-11-27 Thread Nate Kerkhofs
. Kind regards, Nate -Original Message- From: Nate Kerkhofs Sent: Monday, 27 November 2023 10:16 To: user@struts.apache.org Cc: Lukasz Lenart Subject: RE: Struts 6.3 tags do not automatically evaluate the value field against the ognl stack Hello Lukasz, Apologies for this, I was und

RE: Struts 6.3 tags do not automatically evaluate the value field against the ognl stack

2023-11-27 Thread Nate Kerkhofs
e, I approved your message but to get replies from the members of the Struts User group please subscribe to the list [1] [1] https://struts.apache.org/mail.html Cheers Lukasz pt., 24 lis 2023 o 16:32 Yasser Zamani napisał(a): > > Hi Nate, > > Thanks for reaching out! > > What I

Re: Struts 6.3 tags do not automatically evaluate the value field against the ognl stack

2023-11-25 Thread Lukasz Lenart
t; Don't you have some specific magic in your app? Could you please see also > Struts logs for any WARN message? > > Regards, > Yasser > > ________________ > From: Nate Kerkhofs > Sent: Friday, November 24, 2023 3:23 PM > To: user@stru

Re: Struts 6.3 tags do not automatically evaluate the value field against the ognl stack

2023-11-24 Thread Yasser Zamani
e specific magic in your app? Could you please see also Struts logs for any WARN message? Regards, Yasser From: Nate Kerkhofs Sent: Friday, November 24, 2023 3:23 PM To: user@struts.apache.org Subject: Struts 6.3 tags do not automatically evaluate th

Re: Struts 6.3 tags do not automatically evaluate the value field against the ognl stack

2023-11-24 Thread Dave Newton
I’m don’t recall if it was intentional but iirc the advice we used to give was to always use the OGNL expression syntax to be explicit and clear. (Iiarc there was a reason for doing this at one point as well.) Seems like still good advice. It should get into the docs, though. On Fri, Nov 24, 2023

Struts 6.3 tags do not automatically evaluate the value field against the ognl stack

2023-11-24 Thread Nate Kerkhofs
Greetings, I am currently upgrading a Struts 2.5 project to Struts 6.3, and I ran into an issue with Struts 6.3 tags not evaluating the value against the ognl stack. I have reproduced this issue both with the radio map included in the struts2-core jar and with a custom radiomap.ftl, and also wi