]> source.dussan.org Git - jquery.git/commit
Continuing to map request headers using their name in uppercase for the index, but...
authorSam Bisbee <sam@sbisbee.com>
Fri, 15 Apr 2011 20:36:43 +0000 (16:36 -0400)
committerSam Bisbee <sam@sbisbee.com>
Fri, 15 Apr 2011 20:36:43 +0000 (16:36 -0400)
commita9a79ccc6e5a3630c9925c267763591236597bcb
treed13494def91b1ee1dc8c4c1271d392305ad5c555
parent35d9425969be95c110bb16b650d3fbe7e122c1db
Continuing to map request headers using their name in uppercase for the index, but we now map to an object with an unmodified name and value: { name: "", value: "" }. This prevents overwriting of the user's supplied headers, which many applications parse with case sensitivity, because we no longer use the modified, uppercase index when building the request.
src/ajax.js
src/ajax/xhr.js