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

Scott O'Bryan updated TRINIDAD-2341:
------------------------------------

       Resolution: Fixed
    Fix Version/s: 2.1.0-core
         Assignee: Gabrielle Crawford
           Status: Resolved  (was: Patch Available)

r1411883 | gcrawford | 2012-11-20 21:20:28 +0000 | 3 lines
Changed paths:
   M 
/myfaces/trinidad/trunk/trinidad-impl/src/main/java/org/apache/myfaces/trinidadinternal/config/upload/FileUploadConfiguratorImpl.java

TRINIDAD-2341 Incorrect assert expression in FileUploadConfiguratorImpl 

Thanks to Kentaro


> 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
>            Assignee: Gabrielle Crawford
>             Fix For: 2.1.0-core
>
>         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 was sent by Atlassian JIRA
(v6.1#6144)

Reply via email to