Java 11-17

2022-03-28 Thread Daniel J Adams
Hi, Is it safe to use Java 11-17 with Struts2? Thank you, Daniel Adams Senior Software Developer TAG IT - SherColor The Sherwin-Williams Company Cell: 440-897-3601 daniel.j.ad...@sherwin.com

Re: struts.ognl.expressionMaxLength

2022-03-28 Thread Lukasz Lenart
pon., 28 mar 2022 o 20:33 Ralph Grove napisał(a): > > I’m experimenting with enhancing security by setting a value for > struts.ognl.expressionMaxLength. I checked all of the OGNL expressions in the > application, and the longest expression length is 65, so I set the max to 99: > > > > > At run

struts.ognl.expressionMaxLength

2022-03-28 Thread Ralph Grove
I’m experimenting with enhancing security by setting a value for struts.ognl.expressionMaxLength. I checked all of the OGNL expressions in the application, and the longest expression length is 65, so I set the max to 99: At run-time, that expression (with length 65) fails with this error mess