[
https://issues.apache.org/jira/browse/RIVER-449?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Peter Firmstone updated RIVER-449:
----------------------------------
Attachment: (was: test.txt)
> AbstractILFactory checks package access on java.lang when creating proxy
> ------------------------------------------------------------------------
>
> Key: RIVER-449
> URL: https://issues.apache.org/jira/browse/RIVER-449
> Project: River
> Issue Type: Bug
> Components: net_jini_jeri
> Reporter: Peter Firmstone
>
> From river dev, as identified by Michal:
> I have just found this piece of code in AbstractILFactory:
> Class[] interfaces = getProxyInterfaces(impl);
> ...
> for (int i = 0; i < interfaces.length; i++) {
> Util.checkPackageAccess(interfaces[i].getClass());
> }
> So we check "java.lang" package access.
> A bug?
> Thanks,
> Michal
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)