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 below

ognl.OgnlException: Parsing blocked due to security reasons!
Caused by: java.lang.SecurityException: This expression exceeded maximum 
allowed length: #{'12:00':'12:00 PM', '12:30':'12:30 PM', '13:00':'1:00 
PM','13:30':'1:30 PM',

Is it possible to relax this validation temporarily for my specific tag or 
would it be easier if I look for alternatives in implementing this for Struts 
6.0.0.

~Krishnaraj V

Reply via email to