Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
4.4.1
-
None
Description
When i create a composite component and have a secured method referenced with cc.attrs
the AuthorizationHelper fails to resolve the corresponding bean
<cc:interface> <cc:attribute name="value" type="MyController"/> </cc:interface> <cc:implementation> <tc:button action="#{cc.attrs.value.approve}"/> </cc:implementation> class MyController { @RolesAllowed("admin") public void approve() { } }
Attachments
Issue Links
- causes
-
TOBAGO-2149 StringIndexOutOfBoundsException in AuthorizationHelper
- Closed
- relates to
-
TOBAGO-1982 Composite components in segment layout not rendered correctly
- Closed