[jboss-jira] [JBoss JIRA] (WFLY-9592) Arrays in Method Parameters are causing EJBAccessException for @PermitAll Methods

David Lloyd (JIRA) issues at jboss.org
Mon Dec 4 17:25:00 EST 2017


     [ https://issues.jboss.org/browse/WFLY-9592?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David Lloyd reopened WFLY-9592:
-------------------------------


[~ctomc], I do not believe that this code is part of or is affected by Elytron.  I think that this regression was possibly re-introduced here:

https://github.com/dmlloyd/wildfly/commit/d7675fb0b19d3d22978e79954f441eeefd74a3b2

This commit was merged before the 10.0.0.Beta1 tag.  I think the better way to handle this is to say: would it be possible to give this a try on WildFly 11 to ensure that it is still valid?

> Arrays in Method Parameters are causing EJBAccessException for @PermitAll Methods
> ---------------------------------------------------------------------------------
>
>                 Key: WFLY-9592
>                 URL: https://issues.jboss.org/browse/WFLY-9592
>             Project: WildFly
>          Issue Type: Bug
>          Components: EJB
>    Affects Versions: 10.1.0.Final
>         Environment: Wildfly 10.1.0.Final in an Arquillian Managed Container Test
>            Reporter: Marcus Handte
>            Priority: Minor
>
> EJB methods with array parameters are causing EJBAccessExceptions when they are annotated with @PermitAll. This bug seemed to be present in 8.0.0.Alpha2 and was fixed (see WFLY-1658). But it seems to be present again in 10.1.0.Final.
> For my own use case, this is not a problem since I can simply change the method signatures to use lists instead of arrays. However, I can imagine that this could be a more significant problem for people trying to run existing code that they do not want to (or cannot) touch.



--
This message was sent by Atlassian JIRA
(v7.5.0#75005)


More information about the jboss-jira mailing list