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.
_______________________________________________
Dev mailing list
[email protected]
http://openlayers.org/mailman/listinfo/dev

Reply via email to