@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
_______________________________________________
seam-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/seam-issues