[
https://issues.apache.org/jira/browse/WW-5180?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17530614#comment-17530614
]
Lukasz Lenart commented on WW-5180:
-----------------------------------
As I already commented on the PR - this won't work, you are stopping the whole
world with such change.
> SecurityMemberAccess.java have a security bug
> -----------------------------------------------
>
> Key: WW-5180
> URL: https://issues.apache.org/jira/browse/WW-5180
> Project: Struts 2
> Issue Type: Improvement
> Affects Versions: 2.5.x
> Reporter: tanli
> Priority: Blocker
>
> [https://github.com/apache/struts/pull/542]
> clazz.isAssignableFrom(excludedClass)
> need change to
> excludedClass.isAssignableFrom(clazz)
>
> because
> A.isAssignableFrom(B) this judge if B belong A
>
> also it need change block class
> [https://github.com/apache/struts/pull/543]
>
>
--
This message was sent by Atlassian Jira
(v8.20.7#820007)