jijo-paulose / gwtupload

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

JsUpload partially failed in IE7 #90

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. setup the jsupload environment as the guide indicates
2. in IE7 browser, run the use case uploader2, uploader3, uploader5

What is the expected output? What do you see instead?
It's expected that file is uploaded successfully.
what I see is that the browser pop up error message dialog box and file upload 
failed.

What version of the product are you using? On what operating system?
jsupload 0.6.3, Linux AS4 + apache 2.2.12 on server side, WinXP SP3 + IE7 on 
client side

Please provide any additional information below.

On the client side, after choose the file, the status line shows following 
status "Queued" -> "Submitting form" -> "Error" in sequence, and error message 
dialog pop up in between "Submitting form" and "Error". please see the attached 
screen shot about detail.

On the server side, no POST request is received, following is the access log 
snippet of Apache during the file upload session:
================================================
192.168.0.1 - - [03/Feb/2011:22:20:05 +0800] "GET 
/cgi-bin/jsupload.cgi.pl?new_session=true&random=0.10684792568331958 HTTP/1.1" 
200 91
192.168.0.1 - - [03/Feb/2011:22:20:05 +0800] "GET 
/cgi-bin/jsupload.cgi.pl?show=GWTMU-04188247829830183&random=0.43331420595456354
 HTTP/1.1" 200 99
192.168.0.1 - - [03/Feb/2011:22:20:06 +0800] "GET 
/cgi-bin/jsupload.cgi.pl?filename=GWTMU-04188247829830183&c=0&random=0.784546065
3277659 HTTP/1.1" 200 146
================================================

Original issue reported on code.google.com by guangyu....@gmail.com on 8 Feb 2011 at 2:40

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by manuel.carrasco.m on 13 Feb 2011 at 12:32

GoogleCodeExporter commented 9 years ago
Able to reproduce. 
It seems a security issue, but not sure why it only fails with jsupload and not 
gwtupload.

It also happens with IE8.

Original comment by manuel.carrasco.m on 22 Mar 2011 at 12:04

GoogleCodeExporter commented 9 years ago
Please could you download latest jsupload and test with it.

https://oss.sonatype.org/content/repositories/snapshots/com/googlecode/gwtupload
/jsupload/0.6.4-SNAPSHOT/jsupload-0.6.4-SNAPSHOT.zip

Thanks
- Manolo

Original comment by manuel.carrasco.m on 29 Apr 2011 at 9:10

GoogleCodeExporter commented 9 years ago
Hi Manolo,

I tested it with IE7 and got the same error as before.

Regards,
Guangyu

Original comment by guangyu....@gmail.com on 4 May 2011 at 1:50

GoogleCodeExporter commented 9 years ago
Manolo,

Has this issue be resolved?

Regards,
Guangyu

Original comment by guangyu....@gmail.com on 27 Jun 2011 at 6:01

GoogleCodeExporter commented 9 years ago
It seems that it is an issue with the gwt cross-site (xs) compiler, when I 
tested this I only was able to reproduce the issue when using xs. What it was 
weird for me was that you continued with the issue even using the new build, 
but I understand now, I have analized the link I sent and this snapshot is also 
wrong.

IE raises a security error when using decorated buttons and I do not know why 
it only happens with xs compiler. I have tested with latest gwt-2.3.0 which has 
many fixes and continues happening.

Attached a new jsupload compiled just now using standard linker instead of xs, 
I have verified that the content is correct, and it does fail with my IE. 

Please test

Original comment by manuel.carrasco.m on 28 Jun 2011 at 9:45

Attachments:

GoogleCodeExporter commented 9 years ago
I have tested it. It works well with my IE7.
I'm happy to see the problem is resolved after your great job.

Original comment by guangyu....@gmail.com on 29 Jun 2011 at 1:35

GoogleCodeExporter commented 9 years ago

Original comment by manuel.carrasco.m on 5 Jul 2011 at 12:27