jijo-paulose / gwtupload

Automatically exported from code.google.com/p/gwtupload
Other
0 stars 0 forks source link

GWTUpload continues running after completion #172

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.MultiUploader on your GWT Panel (fails whether or not there is 
FinishUploadHandler)
2.Upload a file
3.move to new panel in your GWT panel while upload in progress.  If I wait for 
upload to finish, all works well.
4.Uploader continues, finishes but does not stop logging, will continue for as 
long as gwt app is open
There will be 100's of following:  00:32:46.723 [INFO] server response is: 
finished P1010026.JP

What is the expected output? What do you see instead?
For upload to continue, finish, and stop calling servlet for status

What version of the product are you using? On what operating system?
OSX, Firefox, GWT-Upload-0.6.6

Please provide any additional information below.
Screenshots attached.

Original issue reported on code.google.com by rhodebump@gmail.com on 2 Mar 2013 at 1:52

Attachments:

GoogleCodeExporter commented 8 years ago
could you post the example code which reproduces this?

Original comment by manuel.carrasco.m on 5 Apr 2013 at 10:43

GoogleCodeExporter commented 8 years ago

Original comment by manuel.carrasco.m on 5 Apr 2013 at 10:43

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Same error on Windows XP, Firefox,GWT-Upload-0.6.6.
Moreover OnFinishUploaderHandler is never called until the operation was 
cancelled by the timeout.

Original comment by jean.luc...@gmail.com on 8 Jun 2013 at 6:18

GoogleCodeExporter commented 8 years ago
could you see if cookies set in the first request are sent and are the same in 
every request?

gwtupload sends GET a request at the beginning  to get the session cookie, then 
the POST with the file should send the same cookie, and progress GET requests 
should send it as well. 

If something is wrong with sessions in your server this would happen.

Original comment by manuel.carrasco.m on 9 Jun 2013 at 9:42

GoogleCodeExporter commented 8 years ago

Original comment by manuel.carrasco.m on 30 Oct 2013 at 9:54