Or maybe even use some very large number and reduce it to 256 in
Struts 2.6 :thinking:

pt., 8 lis 2019 o 08:02 Lukasz Lenart <lukaszlen...@apache.org> napisał(a):
>
> pt., 8 lis 2019 o 02:02 J C <jcyh24...@yahoo.ca.invalid> napisał(a):
> > If you have expressions in your application longer than the default limit 
> > in 2.5.21 (200), that may be causing the exception (and hopefully also the 
> > WARN output).
> >
> > Please try applying a configuration change for your application (replace 
> > 1024 with whatever is the largest expression length you need for your 
> > application):
> >
> > (if using struts.properties) -
> > struts.ognl.expressionMaxLength=1024
> >
> > (if using struts.xml) -
> > <constant name="sstruts.ognl.expressionMaxLength" value="1024" />
> >
> > and see if that resolves the failure ?
> >
> > Please reply to the dev list to let us know if that helps or not.
>
> If that will help I think we should increase the default and push a
> new test build.
>
>
> Regards
> --
> Łukasz
> + 48 606 323 122 http://www.lenart.org.pl/

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@struts.apache.org
For additional commands, e-mail: dev-h...@struts.apache.org

Reply via email to