Bug 894975

Summary: WSRP: Multipart requests are not handeled if there is no attached file
Product: [JBoss] JBoss Enterprise Portal Platform 5 Reporter: Martin Weiler <mweiler>
Component: PortalAssignee: Thomas Heute <theute>
Status: CLOSED WONTFIX QA Contact:
Severity: high Docs Contact:
Priority: high    
Version: 5.2.2.GACC: epp-bugs
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-09-26 07:54:41 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Martin Weiler 2013-01-14 07:57:08 UTC
Description of problem:
Plastform issue for https://issues.jboss.org/browse/GTNWSRP-346

How reproducible:
always

Steps to Reproduce:
Create an application containing a form with several input fields, one of them being a file upload. The file upload field is optional. When this form is submitted with empty file upload field, processing breaks in WSRP scenario, but works if used directly.

Actual results:
Form processing aborts due to the thrown IllegalArgumentException

Expected results:
Form is getting processed.