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 171405 Details for
Bug 316138
Handle IE status code 12152
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]
Patch proposal
clipboard.txt (text/plain), 1.16 KB, created by
Stefan Röck
on 2010-06-08 10:20:48 EDT
(
hide
)
Description:
Patch proposal
Filename:
MIME Type:
Creator:
Stefan Röck
Created:
2010-06-08 10:20:48 EDT
Size:
1.16 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.rap.rwt.q07 >Index: js/org/eclipse/swt/Request.js >=================================================================== >RCS file: /cvsroot/rt/org.eclipse.rap/runtime.rwt/org.eclipse.rap.rwt.q07/js/org/eclipse/swt/Request.js,v >retrieving revision 1.20 >diff -u -r1.20 Request.js >--- js/org/eclipse/swt/Request.js 16 Apr 2010 10:04:34 -0000 1.20 >+++ js/org/eclipse/swt/Request.js 8 Jun 2010 14:20:22 -0000 >@@ -376,7 +376,8 @@ > result = ( statusCode === 12007 // ERROR_INTERNET_NAME_NOT_RESOLVED > || statusCode === 12029 // ERROR_INTERNET_CANNOT_CONNECT > || statusCode === 12030 // ERROR_INTERNET_CONNECTION_ABORTED >- || statusCode === 12031 ); // ERROR_INTERNET_CONNECTION_RESET >+ || statusCode === 12031 // ERROR_INTERNET_CONNECTION_RESET >+ || statusCode === 12152 ); // ERROR_HTTP_INVALID_SERVER_RESPONSE > } else if( qx.core.Variant.isSet( "qx.client", "gecko" ) ) { > // Firefox 3 reports other statusCode than oder versions (bug #249814) > // Check if Gecko > 1.9 is running (used in FF 3)
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
Actions:
View
|
Diff
Attachments on
bug 316138
: 171405