« Return to Thread: File Upload Failure in DWR 3.0 M1

Re: File Upload Failure in DWR 3.0 M1

by XMaNIaC :: Rate this Message:

Reply to Author | View in Thread

I've experienced that behavior before. Yes, with a multipartResolver and Spring MVC and DWR controller things won't work. I even filed an issue back in the day in Spring Jira..

On Wed, Apr 23, 2008 at 4:59 PM, Thomas Lopatic <thomas@...> wrote:
Hi all,

Problem solved. We have a multipart resolver configured in our Spring
configuration. So, we have a bean named "multipartResolver", which makes
Spring's dispatcher servlet parse incoming multipart requests and wrap
them into MultipartHttpServletRequests. This seems to break the DWR
controller's multipart processing when using Spring integration. I've
verified this with today's CVS HEAD and it seems to still be an issue
there.

Removing the multipart resolver from our Spring configuration fixes this.

Thomas


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@...
For additional commands, e-mail: users-help@...


 « Return to Thread: File Upload Failure in DWR 3.0 M1