You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "David Bosschaert (JIRA)" <ji...@apache.org> on 2019/02/20 10:37:00 UTC

[jira] [Commented] (FELIX-6063) Avoid using reflection operations which require permissions

    [ https://issues.apache.org/jira/browse/FELIX-6063?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16772882#comment-16772882 ] 

David Bosschaert commented on FELIX-6063:
-----------------------------------------

Thanks [~timothyjward]! I changed the fix version to 1.0.6 as 1.0.4 is currently under vote and has been already for a number of days.

> Avoid using reflection operations which require permissions
> -----------------------------------------------------------
>
>                 Key: FELIX-6063
>                 URL: https://issues.apache.org/jira/browse/FELIX-6063
>             Project: Felix
>          Issue Type: Improvement
>          Components: Converter
>    Affects Versions: converter-1.0.2
>            Reporter: Timothy Ward
>            Assignee: Timothy Ward
>            Priority: Major
>             Fix For: converter-1.0.6
>
>
> The Converter implementation uses lots of reflection as part of its operation, however it is only expected to interact with public members. It should therefore not use getDeclaredMethods() or getDeclaredFields().



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)