Issue 897

2011-09-26 Thread Ali Naddaf
Hello everyone. Is there any plan for addressing issue 897 (http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4375viewType=browseAlldsMessageId=2395912#messagefocus)? My project is running into this issue and although the issues target release says 2.0, I don't see that as resolved yet.

RE: No CallContext given until now when using client.post() inside a jax-rs method

2011-09-26 Thread Borislav Iordanov
Hi, This is still broken. A simple use of ClientResource like this: ClientResource resource = new ClientResource(http://api.bitly.com/v3/shorten?login=; + bitlyUser + apiKey= + bitlyKey + longUrl= + longUrl + format=json); String result = resource.get().getText(); within the

Issue in 2.1.m7 with SSL Client Connections

2011-09-26 Thread Alex Milowski
I was tracking down an out-of-memory error with my new Atomojo V2 server project where I moved to 2.1.m7 and I found the solution quite disturbing. I have a configuration where I call out to Google's ClientLogin and the code that did that had this code: Client client = new

Re: Issue 897

2011-09-26 Thread Stephan Koops
Hi Ali, maybe you could fix it and send a patch. best regards   Stephan -Ursprüngliche Nachricht- Von: Ali Naddaf ali.nad...@gmail.com Gesendet: 26.09.2011 00:51:37 An: discuss@restlet.tigris.org Betreff: Issue 897 Hello everyone. Is there any plan for addressing issue 897