Request header not being set.
Request header is not being set when making an ajax request. its
setting default('*/*') header despite dataType being 'script'. I
tracked it down, for some reason the ajax function is returning from
line 2631 of regular jquery 1.2.2 download (http://code.google.com/p/
jqueryjs/downloads/detail?name=jquery-1.2.2.js) . I commented that
line and it seems to be setting the headers properly now.