[GitHub] struts issue #142: Blocks ognl access to class members of Spring proxy

2017-06-14 Thread yasserzamani
Github user yasserzamani commented on the issue: https://github.com/apache/struts/pull/142 > But isAccessible is called quite often even for rather simple actions. So what do you recommend? Adding a cache? or something else you think about. > Also it would be nice to h

[GitHub] struts issue #142: Blocks ognl access to class members of Spring proxy

2017-06-14 Thread aleksandr-m
Github user aleksandr-m commented on the issue: https://github.com/apache/struts/pull/142 But `isAccessible` is called quite often even for rather simple actions. Also it would be nice to have some property which allows to access proxy members. --- If your project is set up

Build failed in Jenkins: Struts-JDK7-pull-request #311

2017-06-14 Thread Apache Jenkins Server
See Changes: [yasser.zamani] Blocks ognl access to class members of Spring proxy [yasser.zamani] Hides Spring concepts behind ProxyUtil [yasser.zamani] Improves two previous commit, by performance and bu

[GitHub] struts issue #142: Blocks ognl access to class members of Spring proxy

2017-06-14 Thread yasserzamani
Github user yasserzamani commented on the issue: https://github.com/apache/struts/pull/142 However, in my next commit, I try to check if `member` is belong to Spring, which decreases search space and improves performance. Currently it checks if `member` is not belong to user's config