OGNL Security Manager

2021-05-02 Thread Lukasz Lenart
Hi, I just noticed a potential performance improvement with omitting checking if SM is on [1] - it isn't documented, yet by adding "-Dognl.security.manager=forceDisableOnInit" JVM parameter, OGNL will skip a bit of boilerplate. I did that here [2] to test the performance gain. [1]

[GitHub] [struts] lukaszlenart merged pull request #484: [WW-5125] use .get(...) instead of [...] for fieldErrors

2021-05-02 Thread GitBox
lukaszlenart merged pull request #484: URL: https://github.com/apache/struts/pull/484 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service,

[GitHub] [struts] yasserzamani closed pull request #485: [WW-5126] use == instead of .equals in ModelDrivenInterceptor

2021-05-02 Thread GitBox
yasserzamani closed pull request #485: URL: https://github.com/apache/struts/pull/485 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service,

[GitHub] [struts] yasserzamani opened a new pull request #486: [WW-5126] use == instead of .equals in ModelDrivenInterceptor

2021-05-02 Thread GitBox
yasserzamani opened a new pull request #486: URL: https://github.com/apache/struts/pull/486 due to refreshing model regardless of potential overridden Object.equals -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[GitHub] [struts] yasserzamani opened a new pull request #487: [WW-5125] use .get(...) instead of [...] for fieldErrors

2021-05-02 Thread GitBox
yasserzamani opened a new pull request #487: URL: https://github.com/apache/struts/pull/487 All [ occurrences in all ftl files reviewed. Only fieldErrors had used [...] which replaced by .get(...) to fix WW-5125 as well as aligning with other ftl files conduct. -- This is an automated