[OpenLayers-Dev] r10347

Tim Schaub tschaub at opengeo.org
Fri May 21 20:12:45 EDT 2010


Hey-

I think it would make sense to revert r10347 and look for a different 
solution.

It looks to me like that change is not specific to IE at all, but 
instead to any response that doesn't contain a Date header.

To see the effect, you need a server that doesn't include the Date 
header in the response.  Then open up Firebug and run the following.

     OpenLayers.Request.POST({url: "foo", data: "bar"})

You should see two requests issued.  The first from XMLHttpRequest.js 
line 222 and the second (with no data) from line 190.

Tim

-- 
Tim Schaub
OpenGeo - http://opengeo.org
Expert service straight from the developers.



More information about the Dev mailing list