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

Kentaro Kinebuchi updated TRINIDAD-2341:
----------------------------------------

    Status: Patch Available  (was: Open)
    
> Incorrect assert expression in FileUploadConfiguratorImpl
> ---------------------------------------------------------
>
>                 Key: TRINIDAD-2341
>                 URL: https://issues.apache.org/jira/browse/TRINIDAD-2341
>             Project: MyFaces Trinidad
>          Issue Type: Bug
>          Components: Components
>            Reporter: Kentaro Kinebuchi
>         Attachments: TRINIDAD-2341.patch
>
>
> Test the inputFile component in an environment with debugging enabled so that 
> assertions are enabled. Notice that you cannot upload a file and an assertion 
> is thrown from Line 477:
> assert(properties != null);
> The expression is incorrect, it should be:
> assert(properties == null);

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to