Remove Ajax fix for pre Firefox 1.5
Reported by John-David Dalton | July 30th, 2009 @ 04:26 PM
Fuse does not support Firefox versions before 1.5
we should remove this chunk of code in the
Fuse.Ajax.Request
.
/* Force "Connection: close" for older Mozilla browsers to work
* around a bug where XMLHttpRequest sends an incorrect
* Content-length header. See Mozilla Bugzilla #246651.
*/
if (this.transport.overrideMimeType &&
(userAgent.match(/Gecko\/(\d{4})/) || [0,2005])[1] < 2005)
headers['Connection'] = 'close';
I have been reading and it apparently causes issues with http authentication as well.
http://dev.rubyonrails.org/ticket/5809
http://groups.google.com/group/jquery-en/browse_thread/thread/8ff37a5c8660f4ec
Comments and changes to this ticket
-
John-David Dalton August 3rd, 2009 @ 02:39 AM
- State changed from new to resolved
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
JavaScript frameworks share similar features and functionality such as DOM manipulation, event registration, and CSS selector engines. FuseJS attempts to incorporate the strengths of these frameworks into one stable, efficient, and optimized core JavaScript framework.