You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@deltaspike.apache.org by "Gerhard Petracek (JIRA)" <ji...@apache.org> on 2013/11/02 11:55:17 UTC

[jira] [Resolved] (DELTASPIKE-416) @Folder's name check/resolution is broken

     [ https://issues.apache.org/jira/browse/DELTASPIKE-416?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gerhard Petracek resolved DELTASPIKE-416.
-----------------------------------------

       Resolution: Fixed
    Fix Version/s: 0.6

> @Folder's name check/resolution is broken
> -----------------------------------------
>
>                 Key: DELTASPIKE-416
>                 URL: https://issues.apache.org/jira/browse/DELTASPIKE-416
>             Project: DeltaSpike
>          Issue Type: Bug
>          Components: JSF-Module
>    Affects Versions: 0.5
>            Reporter: Thomas Andraschko
>            Assignee: Gerhard Petracek
>            Priority: Minor
>             Fix For: 0.6
>
>
> Example:
> @Folder(name = "views")
> public interface Views extends ViewConfig
> {
>     @Folder(name = "internal")
>     @Secured(value = LoggedInAccessDecisionVoter.class, errorView = Views.LoginRequired.class)
>     public interface Internal extends Views...
> The LoggedInAccessDecisionVoter will never be called.
> If i remove both @Folder annotations, it's working fine.



--
This message was sent by Atlassian JIRA
(v6.1#6144)