I run into a serious issue using Safari 5.1.7.

I'm working on a GWT application using GWT SDK 2.3.0, hosted by Jetty 7.2.2 
and running on Windows XP 32 bits. In this application we have to let the 
user uploads some files. Most of the time it works well but at some point 
it sends a GET request instead of a POST request. I have to mention that 
this problem only occurs with Safari, never with Firefox, Chrome, IE and 
Opera.

It's easy to reproduce this issue. Simply get a simple GWT app with a file 
upload form. Then upload a file multiple times until the issue arises. The 
problem always occurs sooner or later.

It is expected that a POST request is sent to the server with the file to 
upload and other parameters if any. Actually at some point a GET request is 
sent instead. A new tab opens with the response of this request. The GET 
request is empty, no parameters, nothing.

I think this problem is more related to Safari than to GWT but I'm not 100% 
sure about this. Anyway I must fix this problem, so any workaround is 
welcome.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/Bvremyqx4LIJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to