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

Patrick McFarland (JIRA) jira-events at lists.jboss.org
Sat Apr 23 15:04:18 EDT 2011


@LoggedIn has wrong target
--------------------------

                 Key: SEAMSECURITY-59
                 URL: https://issues.jboss.org/browse/SEAMSECURITY-59
             Project: Seam Security
          Issue Type: Bug
            Reporter: Patrick McFarland


@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