hi,

Our application is running ok with IE7 and 8 but in IE6 we are getting
random 12030 errors (Connection: close).

In this URl they speak about this problem:
http://p2p.wrox.com/book-professional-ajax-isbn-978-0-471-77778-6/50786-ie6-status-code-12030-a.html
http://www.perkiset.org/forum/ajax/xmlhttprequest_ie6_ssl_and_12030_error_what_is_the_solution-t442.0.html

I searched in GWT issues and I found one (isseu 3488):
http://code.google.com/p/google-web-toolkit/issues/list?can=1&q=12030&colspec=ID+Type+Status+Owner+Milestone+Summary+Stars&cells=tiles

In this page they say that instead of returning void in service async,
we need to return RequestBuilder object. Then we can add headers to
the request and call method send() of RequestBuilder.

I would like to know if you have found this problem and how did you
solve it. Which headers I have to add to fix the 12030 bug ?  This
will work in later IE versions (7,8...) ?

In this GWT post, they say that the solution is to downgrade from
HTTP1.1 to HTTP1.0 for IE6 browsers, although their solution is to do
the change in apache (we don't use apache. We use OC4J and Websphere)
http://groups.google.com/group/google-web-toolkit/browse_thread/thread/1fbcf344b6733c1d/45854380a2dd7f17?lnk=gst&q=12030#45854380a2dd7f17

Any help ?
Thanks,
pep.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-tool...@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