Re: Struts 6.0.0 Upgrade issue: Security Exception for s:select list attribute that is quite long

2022-07-12 Thread Lukasz Lenart
wt., 12 lip 2022 o 21:44 Krishnaraj Viswanathan napisaƂ(a): > > Hi, > We upgrade our dev environment from Struts 2.5.30 to Struts 6.0.0 > and we found that our "s:select" tag with a "list" attribute of time > intervals (list="#{'12:00':'12:00 PM', '12:30':'12:30 PM', '13:00':'1:00 >

RE: Struts 6.0.0 Upgrade issue: Security Exception for s:select list attribute that is quite long

2022-07-12 Thread Krishnaraj Viswanathan
Raised this in Stackoverflow and got to know the recent security changes for OGNL https://struts.apache.org/security/#apply-a-maximum-allowed-length-on-ognl-expressions I will work on getting this expression into a variable. ~K -Original Message- From: Krishnaraj Viswanathan Sent: 12

Struts 6.0.0 Upgrade issue: Security Exception for s:select list attribute that is quite long

2022-07-12 Thread Krishnaraj Viswanathan
Hi, We upgrade our dev environment from Struts 2.5.30 to Struts 6.0.0 and we found that our "s:select" tag with a "list" attribute of time intervals (list="#{'12:00':'12:00 PM', '12:30':'12:30 PM', '13:00':'1:00 PM',... covering the whole day) is now throwing a security Exception as