RE: Re: Re: Re: Jetty 9?

2013-11-22 Thread Tal Liron
I went ahead and also added a Jetty 9 client connector: https://github.com/tliron/restlet-jetty9 Note that if you add the Jar to your classpath, both the server and client connectors will be activated. -- http://restlet.tigris.org/ds/viewMessa

Cookie domain not set

2013-11-22 Thread Mathieu Gond
Hello Everybody, We are trying to read Cookies (getRequest().getCookies()) in a ServerResource and We can't get the domain (getDomaine()) because it is not set. Is there a reason that it is not set or is it a bug (We are using restlet JavaSE 2.0.5) Thanks in advance Mathieu and Thierry -