[GitHub] struts issue #142: WW-4805 Blocks ognl access to class members of Spring pro...

2017-06-18 Thread lukaszlenart
Github user lukaszlenart commented on the issue: https://github.com/apache/struts/pull/142 Yeah I understand but still this affects non-Spring users. And I think this can go in as is and we can improve and think about the Voters mechanism in 2.6. --- If your project is set up for it,

Struts 2.5.11 & 2.3.33

2017-06-18 Thread Lukasz Lenart
There are only 4 issues left for 2.5 and we are good to go. 2.3.33 can be released as well. https://issues.apache.org/jira/projects/WW/versions/12338701#release-report-tab-body Regards -- Ɓukasz + 48 606 323 122 http://www.lenart.org.pl/

[GitHub] struts issue #142: WW-4805 Blocks ognl access to class members of Spring pro...

2017-06-18 Thread yasserzamani
Github user yasserzamani commented on the issue: https://github.com/apache/struts/pull/142 Thank you @lukaszlenart , I got your point but what about when user uses Spring but not S2's Spring Plugin? i.e. when user does not want to define his/her actions as Spring beans but wants to us

[GitHub] struts issue #142: WW-4805 Blocks ognl access to class members of Spring pro...

2017-06-18 Thread lukaszlenart
Github user lukaszlenart commented on the issue: https://github.com/apache/struts/pull/142 With the flag in place you can always disable it in your {{struts.xml}} event it the Spring Plugin is present. --- If your project is set up for it, you can reply to this email and have your re

[GitHub] struts issue #142: WW-4805 Blocks ognl access to class members of Spring pro...

2017-06-18 Thread aleksandr-m
Github user aleksandr-m commented on the issue: https://github.com/apache/struts/pull/142 @lukaszlenart Sounds good. Still, it would be nice to allow to turn this checking completely off even when spring plugin is presented. The issue then can be avoided with addition of a simple patt

Jenkins build is back to normal : Struts-JDK7-pull-request #343

2017-06-18 Thread Apache Jenkins Server
See - To unsubscribe, e-mail: dev-unsubscr...@struts.apache.org For additional commands, e-mail: dev-h...@struts.apache.org

[GitHub] struts issue #142: WW-4805 Blocks ognl access to class members of Spring pro...

2017-06-18 Thread lukaszlenart
Github user lukaszlenart commented on the issue: https://github.com/apache/struts/pull/142 The case with those changes is that they will affect everyone even if you don't use Spring so its scope should be narrowed just to the Spring Plugin. The simplest solution is to add a flag, a co