Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 231462 Details for
Bug 408546
[Client] IE10 returns statusCode = 0 in case of connection error
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
[patch]
fix
Fix-connection-errors-detection-in-IE10.patch (text/plain), 827 bytes, created by
Tim Buschtoens
on 2013-05-24 09:13:50 EDT
(
hide
)
Description:
fix
Filename:
MIME Type:
Creator:
Tim Buschtoens
Created:
2013-05-24 09:13:50 EDT
Size:
827 bytes
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.rap.rwt >diff --git js/rwt/remote/Server.js js/rwt/remote/Server.js >index ff721f6..fda4cb4 100644 >--- js/rwt/remote/Server.js >+++ js/rwt/remote/Server.js >@@ -254,7 +254,8 @@ > || statusCode === 12029 // ERROR_INTERNET_CANNOT_CONNECT > || statusCode === 12030 // ERROR_INTERNET_CONNECTION_ABORTED > || statusCode === 12031 // ERROR_INTERNET_CONNECTION_RESET >- || statusCode === 12152 ); // ERROR_HTTP_INVALID_SERVER_RESPONSE >+ || statusCode === 12152 // ERROR_HTTP_INVALID_SERVER_RESPONSE >+ || statusCode === 0 ); // Some modern IEs use standard, but not all > return result; > }, > "gecko" : function( statusCode ) {
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
ivan
:
review+
Actions:
View
|
Diff
Attachments on
bug 408546
: 231462