Status: Unconfirmed
Owner: ----
Labels: Type-Bug Pri-2 OS-All Area-Misc

New issue 8174 by halukag: File Upload that works w other browsers w/o any  
problem throws Connection Reset exception w Chrome
http://code.google.com/p/chromium/issues/detail?id=8174

Chrome Version       : 1.0.154.48
URLs (if applicable) :
Other browsers tested:
   Add OK or FAIL after other browsers where you have tested this issue:
      Safari 3: OK
     Firefox 3: OK
          IE 7: OK

What steps will reproduce the problem?
1. Submit the GWT FormPanel in order to upload the selected file.
2.
3.

What is the expected result?

Uploaded file is saved on the server & success msg is returned to browser.

What happens instead?

Uploaded file is saved on the server & success msg is returned to browser
BUT the following exception is thrown on the File upload servlet by the
Apache file upload library which never happens with other browsers:

org.apache.commons.fileupload.FileUploadException: Connection reset

   at org.apache.commons.fileupload.FileUploadBase.parseRequest
(FileUploadBase.java:381)
   at org.apache.commons.fileupload.servlet.ServletFileUpload.parseRequest
(ServletFileUpload.java:126)

Caused by: java.net.SocketException: Connection reset

   at java.net.SocketInputStream.read(Unknown Source)
   at org.apache.coyote.http11.InternalInputBuffer.fill
(InternalInputBuffer.java:747)



Please provide any additional information below. Attach a screenshot if
possible.



--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs
-~----------~----~----~----~------~----~------~--~---

Reply via email to