Hi, 

I'm using Restlet 2.1 M5 in my GWT client and my GAE server code.  When I
make a request to the server in hosted mode, in my onSuccess() method, I'm
able to access the response's status code and reason phrase via
ClientResource.getResponse().getStatus(), using Status.getCode() and
Status.getReasonPhrase().

However, in production mode, getCode() is returning 0 and getReasonPhrase()
is returning null.  Is this expected, or a bug, and if the latter, can you
suggest a workaround?  Thanks.

-Andy

--
View this message in context: 
http://restlet-discuss.1400322.n2.nabble.com/accessing-response-Status-from-GWT-client-code-works-in-hosted-mode-but-not-production-tp7083856p7083856.html
Sent from the Restlet Discuss mailing list archive at Nabble.com.

------------------------------------------------------
http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2892282

Reply via email to