[seam-issues] [JBoss JIRA] Resolved: (SEAMSECURITY-59) @LoggedIn has wrong target

Shane Bryzak (JIRA) jira-events at lists.jboss.org
Tue May 10 19:15:18 EDT 2011


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

Shane Bryzak resolved SEAMSECURITY-59.
--------------------------------------

    Resolution: Done


> @LoggedIn has wrong target
> --------------------------
>
>                 Key: SEAMSECURITY-59
>                 URL: https://issues.jboss.org/browse/SEAMSECURITY-59
>             Project: Seam Security
>          Issue Type: Bug
>            Reporter: Patrick McFarland
>            Assignee: Shane Bryzak
>
> @LoggedIn security currently uses:
> @Target({ElementType.METHOD, ElementType.TYPE})
> It should be:
> @Target({ElementType.FIELD, ElementType.METHOD, ElementType.TYPE})
> Otherwise it cannot be used to tag pages in a @ViewConfig (since it has to tag fields in an enum in the interface)

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the seam-issues mailing list