Enabling gzip for clientresource

2010-09-17 Thread Chris Davis
Hi, How do I enable support for using gzip from the android client code? I don't necessarily need to gzip the request but would like to set the accept-encoding:gzip header and unzip the response. cheers Chris D -- http://restlet.tigris.org/ds/

Re: Embedded Jetty

2010-09-17 Thread Bruno Harbulot
Hi Roy, On 17/09/10 00:31, webp...@tigris.org wrote: > Bruno, > > I have a standalone Restlet server and I need to support HTTPS, so > I'm using jetty.xml to configure the SSLSocketConnector. I thought > Jetty 7 was the current version but I don't know any reason why Jetty > 6 won't work, so I'll

RE: Embedded Jetty

2010-09-17 Thread Jerome Louvel
Hi Roy, When we release 2.0.2 later this month it will become the new "stable" version. 2.1 M1 will become the new "testing" version. Best regards, Jerome -- Restlet ~ Founder and Technical Lead ~ http://www.restlet.o​rg Noelios Technologies ~ http://www.noelios.com -Message d'origine

Digest authentication example

2010-09-17 Thread Juan Carlos Gonzalez
Hi, I'm trying to implement a simple example with Digest authentication. I've rewieved the tutorial and nearly translated it to my example. The problem is that when getting the Unauthorized response (after the first request for the secured resource), the ChallengeRequest object does not contain

RE: Embedded Jetty

2010-09-17 Thread webpost
> Hi Roy and Bruno, > > Note that Restlet 2.0.2 will ship with the latest Jetty 7 version. If a > Servlet deployment isn't desired, it might be wise to migrate to Restlet 2.0. > > Best regards, > Jerome > -- > Restlet ~ Founder and Technical Lead ~ http://www.restlet.o​rg > Noelios Technologies