]
Shane Bryzak reassigned SEAMSECURITY-59:
----------------------------------------
Assignee: Shane Bryzak
@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: