Hello,
I'd like to ask for the status of bug
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=28085
I am using Commons FileUpload 1.0 in the context of the Spring Framework 1.1. I've configured the org.springframework.web.multipart.commons.CommonsMultipartResolver to resolve all my multipart/form-data requests of my webapp.
From time to time, I get a
org.apache.commons.fileupload.FileUploadBase$UnknownSizeException: the request was rejected because it's size is unknown
exception in my logfile. This exception seems to be caused by out-dated clients (namely Internet Explorer 5.0 or older) that do not seem to support the content-length header properly.
Can I avoid these exceptions somehow, even for the older clients?
Regards,
Andreas
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
