Ticket #2530091 (closed defect)
ReporterStanda Opichal |
Opened: 04/6/11 Last modified: 08/18/11 Status: closed Type: defect Resolution: fixed |
Owner Thomas S. Sha |
Target Release: 3.4.0 Priority: P3 (normal) |
|---|---|---|---|
| Summary: | Y.io should not send 'data' for GET, HEAD and DELETE methods | ||
| Description: | For IEs with 'Enable native XMLHTTP Request' unchecked (Internet Options -> Advanced -> Security http://msdn.microsoft.com/en-us/library/ms537505(v=vs.85).aspx). This causes the request converted 'magically' to POST. This is caused by the fact that Y.io sends the passed 'data' field without changes. IE expects exactly null value in the send() method for GETs |
||
| Type: | defect | Observed in Version: | 3.3.0 |
| Component: | IO | Severity: | S3 (normal) |
| Assigned To: | Thomas S. Sha | Target Release: | 3.4.0 |
| Location: | Library Code | Priority: | P3 (normal) |
| Tags: | Relates To: | ||
| Browsers: | IE 7.x,IE 8.x | ||
| URL: | |||
| Test Information: | |||
Change History
|
Posted: 04/6/11
|
|
Posted: 04/26/11
|
|
Posted: 05/6/11
Build 3362. Config.data is now set to null after appending to uri as a querystring, for the specified HTTP verbs. |
|
Posted: 06/8/11
|
|
Posted: 06/8/11
|
|
Posted: 08/18/11
|
George
The c.data field should be set to null, after the querystring is assembled from the data property, for the mentioned HTTP verbs.