Re: [xhr2] Redirect during send question

2009-02-26 Thread David Levin
Yes, all is good. Sorry for the false alarm. On Thu, Feb 26, 2009 at 1:54 AM, Anne van Kesteren wrote: > On Wed, 25 Feb 2009 14:34:19 +0900, David Levin > wrote: > >> Just to round out the thread :), I fixed my test for IE and found that >> IE7 also throws an exception in this case. >> > > So

Re: [xhr2] Redirect during send question

2009-02-26 Thread Anne van Kesteren
On Wed, 25 Feb 2009 14:34:19 +0900, David Levin wrote: Just to round out the thread :), I fixed my test for IE and found that IE7 also throws an exception in this case. So all is good, right? :-) -- Anne van Kesteren http://annevankesteren.nl/

[xhr2] Redirect during send question

2009-02-25 Thread David Levin
Regarding the http redirect security violation steps, the spec ( http://dev.w3.org/2006/webapi/XMLHttpRequest/) says "If async is set to false raise a NETWORK_ERR exception and terminate the overall algorithm." I tried out IE7, Firefox 3, and WebKit nightlies and none of them seem to throw an excep

Re: [xhr2] Redirect during send question

2009-02-25 Thread David Levin
Just to round out the thread :), I fixed my test for IE and found that IE7 also throws an exception in this case. On Tue, Feb 24, 2009 at 2:23 PM, David Levin wrote: > I just got a Firefox nightly and found that it does throw in this case, so > the behavior changed from FF 3. > Also, I noticed