gpd is not working with latest version of commons-fileupload jar.
-----------------------------------------------------------------
Key: JBPM-698
URL:
http://jira.jboss.com/jira/browse/JBPM-698
Project: JBoss jBPM
Issue Type: Bug
Components: Graphical Process Designer
Reporter: Olivier Debels
Assigned To: Tom Baeyens
When trying to used the graphical process designer with the latest version of
commons-upload (version 1.1.1) it is not longer possible to deploy process definitions.
You get the exception 'The process definition was rejected because no multiplart
boundary was found'.
The reason is that the gpd is using a ',' to separate its content type (in the url
used to trigger the upload servlet) where it must be a ';' according to RFC1341.
So instead of 'multipart/form-data,boundary=AaB03x' it must be
'multipart/form-data;boundary=AaB03x'.
The webapp must work with the latest version of commons-fileupload.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira