You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Paul Rivera (JIRA)" <de...@myfaces.apache.org> on 2008/10/08 17:17:44 UTC

[jira] Created: (TOMAHAWK-1347) t:inputFileUpload does not honor enabledOnUserRole attribute

t:inputFileUpload does not honor enabledOnUserRole attribute
------------------------------------------------------------

                 Key: TOMAHAWK-1347
                 URL: https://issues.apache.org/jira/browse/TOMAHAWK-1347
             Project: MyFaces Tomahawk
          Issue Type: Bug
          Components: File Upload
    Affects Versions: 1.1.8-SNAPSHOT
         Environment: tomcat 6.0.16
java 1.6.0
            Reporter: Paul Rivera
            Priority: Minor


given a jsp page with:
<t:inputFileUpload enabledOnUserRole="admin"/>

The inputFileUpload component will still get rendered even though the user's role is not 'admin'.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (TOMAHAWK-1347) t:inputFileUpload does not honor enabledOnUserRole attribute

Posted by "Leonardo Uribe (JIRA)" <de...@myfaces.apache.org>.
     [ https://issues.apache.org/jira/browse/TOMAHAWK-1347?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Leonardo Uribe resolved TOMAHAWK-1347.
--------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.1.8-SNAPSHOT
         Assignee: Leonardo Uribe

Thanks to Paul Rivera for provide this patch

> t:inputFileUpload does not honor enabledOnUserRole attribute
> ------------------------------------------------------------
>
>                 Key: TOMAHAWK-1347
>                 URL: https://issues.apache.org/jira/browse/TOMAHAWK-1347
>             Project: MyFaces Tomahawk
>          Issue Type: Bug
>          Components: File Upload
>    Affects Versions: 1.1.8-SNAPSHOT
>         Environment: tomcat 6.0.16
> java 1.6.0
>            Reporter: Paul Rivera
>            Assignee: Leonardo Uribe
>            Priority: Minor
>             Fix For: 1.1.8-SNAPSHOT
>
>         Attachments: HtmlFileUploadRenderer.patch
>
>
> given a jsp page with:
> <t:inputFileUpload enabledOnUserRole="admin"/>
> The inputFileUpload component will still get rendered even though the user's role is not 'admin'.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.