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 197693 Details for
Bug 348607
[Text] Fails to transmit special characters (Umlauts) correctly
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]
Proposed patch
Bug-348607.patch (text/plain), 809 bytes, created by
Ivan Furnadjiev
on 2011-06-09 09:09:11 EDT
(
hide
)
Description:
Proposed patch
Filename:
MIME Type:
Creator:
Ivan Furnadjiev
Created:
2011-06-09 09:09:11 EDT
Size:
809 bytes
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.rap.rwt.q07 >Index: js/qx/io/remote/Request.js >=================================================================== >RCS file: /cvsroot/rt/org.eclipse.rap/runtime.rwt/org.eclipse.rap.rwt.q07/js/qx/io/remote/Request.js,v >retrieving revision 1.5 >diff -u -r1.5 Request.js >--- js/qx/io/remote/Request.js 18 Apr 2011 14:41:03 -0000 1.5 >+++ js/qx/io/remote/Request.js 9 Jun 2011 13:06:35 -0000 >@@ -675,7 +675,7 @@ > _applyMethod : function(value, old) > { > if (value === qx.net.Http.METHOD_POST) { >- this.setRequestHeader("Content-Type", "application/x-www-form-urlencoded"); >+ this.setRequestHeader("Content-Type", "application/x-www-form-urlencoded; charset=UTF-8"); > } else { > this.removeRequestHeader("Content-Type"); > }
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 348607
:
197515
|
197516
| 197693