id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc,blocking,blockedby
11376,jQuery does not respect Content-Type with respect to converters,larsholm,addyosmani,"It seems not to be possible to hit this converter:

{{{
$.ajaxSetup({
    converters: {
        ""mycustomtype json"": function (result) {
            //do stuff
            return newresult;
        }
    }
});
}}}

This should be called if the response has Content-Type 'mycustomtype' and the caller expects json.",bug,closed,low,None,ajax,1.7.1,worksforme,,,,
