Re: propagating conversion exception reason back to client in response body

2014-02-13 Thread Jerome Louvel
Hi Andy, Indeed this was added to Restlet API in 2.2. We won't backport to 2.1 as we don't change API for released version except for critical issues. However, version 2.2 is getting close to stable status, so hopefully you'll be able to migrate soon. Thanks, Jerome -- http://restlet.org @jlouve

Restlet 2.1.7 and 2.2 RC1 released

2014-02-13 Thread Jerome Louvel
Hi all, Earlier this week, we released two new versions: http://blog.restlet.com/2014/02/13/restlet-framework-2-1-7-and-2-2-rc1-released/ Please make sure to read, important security updates, updated road map, enhancements and more! Best regards, Jerome -- http://restlet.org *@jlouvel

Re: How to use CookieAuthenticator?

2014-02-13 Thread Ramesh Kumar
Hi all, Finally I got it work. As I guessed, it is very simple to setup. The restlet is a great framework which is always easy to setup. We don't need to do anything for loginPath. It will be automatically taken care by CookieAuthenticator. I stuck to setup, because of a small usability/understand

Re: How to use CookieAuthenticator?

2014-02-13 Thread Ramesh Kumar
Thanks Jerome Louvel for your understanding and quick action. I have been trying last 3 days to get it work. I tried many possible ways to get it work. But still I didn't success. I guess it would be very simple implementation in the loginPost server resouce. Can you please throw some clue to get