Re: Re: Re: Re: Re: Location-ref not set in IE9

2013-03-08 Thread Thierry Boileau
Hi Koen, I've also redeployed 2.1 snapshot artefacts ( http://restlet.org/download/2.1/restlet-gwt-2.1snapshot.zip, or http://maven.restlet.org/org/restlet/gwt/org.restlet/2.1-SNAPSHOT/). >Anyhow, there is nothing that can be done about the missing response headers. Total clusterf#ck by MS. true.

RE: Re: Re: Re: Re: Location-ref not set in IE9

2013-03-07 Thread Koen Maes
Thx Thiery... I read everywhere it should be fixed in IE10 but the recent port of IE10 to Win7, I see the same behaviour. Anyhow, there is nothing that can be done about the missing response headers. Total clusterf#ck by MS. -- http://restlet

Re: Re: Re: Re: Location-ref not set in IE9

2013-03-07 Thread Thierry Boileau
Hi, I've updated the current snapshot. It considers that status code 1223 is equivalent to status 204. Thanks a lot for your investigations. Best regards, Thierry Boileau 2013/3/2 Fabian Mandelbaum > If it helps, I only use HTTP 204 response code for successful DELETE > requests. For a POST I

Re: Re: Re: Re: Location-ref not set in IE9

2013-03-02 Thread Fabian Mandelbaum
If it helps, I only use HTTP 204 response code for successful DELETE requests. For a POST I think HTTP 201 or 202 is more appropriate... but that's just the purist in me ;-) Cheers. On Thu, Feb 28, 2013 at 7:02 AM, Koen Maes wrote: > So it is a known issue in IE8/IE9 and supposedly fixed in IE

RE: Re: Re: Re: Location-ref not set in IE9

2013-02-28 Thread Koen Maes
So it is a known issue in IE8/IE9 and supposedly fixed in IE10. IE turns status response 204 in 1223 and eats all the response headers ! All major javascript frameworks have a workaround for this. But you can't restore the headers of course if the IE never passes them from the XMLHttpRequest. I

RE: Re: Re: Re: Location-ref not set in IE9

2013-02-27 Thread Koen Maes
Things seem to be worse than that, IMO the response is not populated at all ! see github screenshot. -- http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=3049930

RE: Re: Re: Re: Location-ref not set in IE9

2013-02-27 Thread Koen Maes
opened a ticket https://github.com/restlet/restlet-framework-java/issues/734 and added screenshots -- http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=3049929

RE: Re: Re: Re: Location-ref not set in IE9

2013-02-27 Thread Koen Maes
Hi I finally got around setting up the environment in windows with GWT development tools with first IE9 and now IE10. The IE development tools clearly show the location ref being set after my POST that saves a new Contact entity. Here are the response headers : Key Value Accept-Ranges by

RE: Re: Re: Re: Location-ref not set in IE9

2013-01-16 Thread Koen Maes
I will try to debug some more first ... -- http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=3043853

Re: Re: Re: Location-ref not set in IE9

2013-01-15 Thread Jerome Louvel
In my opinion this is a GWT/IE issue as the Restlet code is exactly the same. This is really strange, worth entering an issue in GitHub to keep track of it. Best regards, Jerome 2013/1/15 Koen Maes > Yes; tested with chrome / firefox / safari; > > Is this a GWT issue or restlet, you think ? >

RE: Re: Re: Location-ref not set in IE9

2013-01-15 Thread Koen Maes
Yes; tested with chrome / firefox / safari; Is this a GWT issue or restlet, you think ? -- http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=3043660