-
I've reproduced this bug in Safari. When I send a POST request with a Content-Type of application/json, the Content-Type is changed to 'application/x-www-form-urlencoded; charset=UTF-8'. When I remove line 410 of io.js, the Content-Type is left alone. So this is a YUI bug that gives other browsers the buggy behavior of Firefox 3.
2008-11-18 20:32:57 UTC in YUI Library
-
I've reproduced this bug in Safari. When I send a POST request with a Content-Type of application/json, the Content-Type is changed to 'application/x-www-form-urlencoded; charset=UTF-8'. When I remove line 410 of io.js, the Content-Type is left alone. So this is a YUI bug that gives other browsers the buggy behavior of Firefox 3.
2008-11-18 20:32:54 UTC in YUI Library
-
I've reproduced this bug in Safari. When I send a POST request with a Content-Type of application/json, the Content-Type is changed to 'application/x-www-form-urlencoded; charset=UTF-8'. When I remove line 410 of io.js, the Content-Type is left alone. So this is a YUI bug that gives other browsers the buggy behavior of Firefox 3.
2008-11-18 20:32:51 UTC in YUI Library
-
Upon inspection, my patch maintains the integrity of Content-Type up to the point at which browser code starts executing. Firefox 3 then mangles the Contnet-Type, and the end result is the same. So this patch doesn't solve the problem in Firefox 3, but it should in other browsers.
2008-11-12 00:41:42 UTC in YUI Library
-
Upon inspection, my patch maintains the integrity of Content-Type up to the point at which browser code starts executing. Firefox 3 then mangles the Contnet-Type, and the end result is the same. So this patch doesn't solve the problem in Firefox 3, but it should in other browsers.
2008-11-12 00:41:40 UTC in YUI Library
-
Upon inspection, my patch maintains the integrity of Content-Type up to the point at which browser code starts executing. Firefox 3 then mangles the Contnet-Type, and the end result is the same. So this patch doesn't solve the problem in Firefox 3, but it should in other browsers.
2008-11-12 00:41:38 UTC in YUI Library
-
Although I've only tested with Firefox 3, the attached patch solves the problem, indicating that the browser may not the cause of this particular problem.
2008-11-12 00:09:14 UTC in YUI Library
-
Although I've only tested with Firefox 3, the attached patch solves the problem, indicating that the browser may not the cause of this particular problem.
2008-11-12 00:09:12 UTC in YUI Library
-
Although I've only tested with Firefox 3, the attached patch solves the problem, indicating that the browser may not the cause of this particular problem.
2008-11-12 00:09:11 UTC in YUI Library
-
File Added: diff.
2008-11-11 21:04:22 UTC in YUI Library