Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JBEE-146 Allow EL to access public methods from non-public classes that implement public interfaces #3

Merged
merged 1 commit into from
Nov 20, 2013

Conversation

fjuma
Copy link
Contributor

@fjuma fjuma commented Nov 14, 2013

Added a workaround to allow EL to access public methods of non-public classes that implement public interfaces or have public superclasses.

More details in https://issues.jboss.org/browse/JBEE-146 and https://bugzilla.redhat.com/show_bug.cgi?id=1029387

…ic classes that implement public interfaces or have public superclasses.
@fjuma
Copy link
Contributor Author

fjuma commented Nov 20, 2013

I've updated this PR so that the setAccessible call now happens in a doPrivileged block if a security manager is installed, as Stuart suggested.

smcgowan added a commit that referenced this pull request Nov 20, 2013
JBEE-146 Allow EL to access public methods from non-public classes that implement public interfaces
@smcgowan smcgowan merged commit deebd80 into jboss:jboss-el-api_2.2 Nov 20, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants