Hi everyone

I don't know if any of you have come across the following annoying
situation.
I am using Spring Framework 2.5.5 using Spring Web MVC and Spring JDBC,
using Eclipse WTP and Tomcat, but the feature I am trying to control is the
FileUpload process.
Well I have set everything to work with the Commons File upload integration
and everything is fine for uploading the file except when it is time to
control the exception handling MaxUploadSizeExceededException. I implemented
an Exception Resolver for this to redirect to my page and telling the form
that it was not valid, I have set a breakpoint and noticed that Spring uses
the class but no redirection is done, as the Servlet container has trapped
the HTTP error code 500.

Searched google but found no solution to work.
Have anyone of you found a workaround to this very annoying problem?

Thanks in advance

Reply via email to