[GitHub] [struts] kusalk opened a new pull request, #7 41: WW-5341 Ensure exclusion list applies to objects from all C lassLoaders
kusalk (via GitHub) <[email protected]>
| Newsgroups | gmane.comp.jakarta.struts.devel |
|---|---|
| Message-ID | <[email protected]> |
kusalk opened a new pull request, #741: URL: https://github.com/apache/struts/pull/741 WW-5341 -- In applications where there are multiple classloaders, it may be possible for `SecurityMemberAccess` to obtain a false negative if the classloader used to load the target object was different to the one used to load the exclusion list. To rectify this, we use String comparison of the class name instead. We still use the default classloader to validate the exclusion list on application start. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]