Re: Issue with jakarta-stream multipart parser

2016-01-07 Thread Christoph Nenning
> > Please create a jira issue for that. > > I see one was done yesterday along with a fix, also resolving the > related issue when a file field in a form is empty. > > https://issues.apache.org/jira/browse/WW-4583 > That's great! So you can either wait for next release or use a snapshot build

Re: Issue with jakarta-stream multipart parser

2016-01-07 Thread Stephen H
On 07/01/2016 09:42, Christoph Nenning wrote: Please create a jira issue for that. I see one was done yesterday along with a fix, also resolving the related issue when a file field in a form is empty. https://issues.apache.org/jira/browse/WW-4583

Re: Issue with jakarta-stream multipart parser

2016-01-07 Thread Christoph Nenning
> The error message comes from the IllegalArgumentException thrown by > java.io.File.createTempFile() - it doesn't feature in the Struts > distribution at all. Because there's no entry in > struts-messages.properties for > struts.messages.upload.error.IllegalArgumentException it gets added to

Re: Issue with jakarta-stream multipart parser

2016-01-05 Thread Stephen H
The error message comes from the IllegalArgumentException thrown by java.io.File.createTempFile() - it doesn't feature in the Struts distribution at all. Because there's no entry in struts-messages.properties for struts.messages.upload.error.IllegalArgumentException it gets added to the errors

RE: Issue with jakarta-stream multipart parser

2016-01-05 Thread Martin Gainty
difficulty locating error message "Prefix string too short" If I download struts-2.3.4.1 and expand struts2-2.3.4.1 from https://www.apache.org/dist/struts/2.3.24.1/ struts2-2.3.24.1>grep -S -l "Prefix string too short" *there are no hits? Please confirm https://www.apache.org/dist/struts/2.3.24