Re: Problem parsing Date header using GWT edition

2009-12-01 Thread Thierry Boileau
Helo Kelly, thanks for your report (yes, this is a bug), this has been fixed a few days later and is available in the current snapshot. Best regards, Thierry Boileau I'm converting my project to use 2.0m6 and restlet gwt seems to be having trouble parsing the Date header in the response

Re: URI pattern handling

2009-12-01 Thread Thierry Boileau
Hello Vlatko, when I declare the following routes (using the current snapshot of Restlet 2.0), I can get the subscriptions, publishers and channel correctly. That is to say: - http://localhost:8182/rms/channels/blah/blah/subscriptions; hits the subscriptions resource -

RE: Restlet translated in CIL (dotNet) with IKVM

2009-12-01 Thread Jerome Louvel
Hello Xavier, IKVM looks like a great tool indeed. I would also be interested to learn how well it works with Restlet. I’ve added a related comment to this RFE: “Port to .NET platform” http://restlet.tigris.org/issues/show_bug.cgi?id=106 Best regards, Jerome Louvel -- Restlet ~

Re: Restlet translated in CIL (dotNet) with IKVM

2009-12-01 Thread Xavier Méhaut
It is a project which has been ongoing since 2004, and the developer is clever. For information DB4O use it for working on dotNet too. regards Xavier 2009/12/1 Jerome Louvel jerome.lou...@noelios.com Hello Xavier, IKVM looks like a great tool indeed. I would also be interested to learn

Data Services Ext for Android?

2009-12-01 Thread Luiz Alberto
I had downloaded Restlet for Android, M6, and not found org.restlet.ext.dataservices extension. I'snt supported? Will implement in future versions? Can I use Java DataServices extensions directed in Android? Thanks all and sorry by bad english.

Re: HTTPS with Tomcat

2009-12-01 Thread Dustin N. Jenkins
Thanks, Bruno. I am using the Client certificate authentication method. It does look like the best way to do it is to place a ChallengeAuthenticator in front of my resource to ensure there is Certifiate authorization. Does that sound right? Thank you, Dustin Bruno Harbulot wrote: Hi

Re: CAS authentication in Restlet server

2009-12-01 Thread Arjohn Kampman
Hi Jerome, others, I have just started working on this. If I get it up-and-running, I can probably donate the code to the restlet project if you like. I'm currently looking at the org.restlet.security API, but I'm seeing a lot of terms/concepts that are new to me. Do you have a bit of