Hi Koen, Could you inspect the HTTP headers in IE 9 (using a network debug tools similar to Firebug)? Are other browsers working fine?
BTW, you should be able to write proxy.getClientResource().getLocationRef() instead of proxy.getClientResource().getResponse().getLocationRef() Thanks, Jerome -- http://restlet.com http://twitter.com/#!/jlouvel 2013/1/15 Koen Maes <[email protected]> > Hi, > > My GWT app has a problem on IE9. When I post to save an entity, my server > side resource sets the location-ref. This works fine : > > proxy.getClientResource().getResponse().getLocationRef() > > But always returns null for IE9. Im running in standards mode. Any body > experienced this ? > > Koen > > ------------------------------------------------------ > > http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=3043626 > ------------------------------------------------------ http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=3043651

