Kentaro Kinebuchi created TRINIDAD-2341:
-------------------------------------------
Summary: 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
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