RE: PUT and entity

2008-05-28 Thread Jerome Louvel
Hi Matthias, I fully agree with your description. POP3 and SMTP are also stateful protocols. Best regards, Jerome -Message d'origine- De : Matthias Wauer [mailto:[EMAIL PROTECTED] Envoyé : mardi 27 mai 2008 23:17 À : discuss@restlet.tigris.org Objet : RE: PUT and entity Jerome

RE: Restlet Version 1.1

2008-05-28 Thread Jerome Louvel
Hi Mahi, Here is the latest roadmap: http://www.restlet.org/about/roadmap Best regards, Jerome _ De : Mahi [mailto:[EMAIL PROTECTED] Envoyé : mercredi 28 mai 2008 05:11 À : discuss@restlet.tigris.org Objet : Restlet Version 1.1 I see the v1.1 is in Milestone 4 testing phase.

Re: Possible bug in DateUtils.ImmutableDate

2008-05-28 Thread Mike Brzozowski
Regarding the conditional GET support, is there any reason why you don't rely on the built-in support that we provide for Resource subclasses? I wasn't aware this support was built-in... is there documentation somewhere for this? All I needed was to be able to set the Last Modified header and

Re: Possible bug in DateUtils.ImmutableDate

2008-05-28 Thread Stephan Koops
Hi Mike, Could you write a simple unit test illustrating the issue and attach it to a new bug report? I've never written a unit test, but it's probably high time I learned. Do you use JUnit? Yes, the Restlet project uses JUnit best regards Stephan

Guards and authentication mechanisms

2008-05-28 Thread Bruno Harbulot
Hi all, Following the discussion on the authentication scheme a few days ago, I've been looking at - Access to connector authentication http://restlet.tigris.org/issues/show_bug.cgi?id=503 - Add notion of realm http://restlet.tigris.org/issues/show_bug.cgi?id=504 - Add support for

Re: PUT and entity

2008-05-28 Thread Jim Alateras
Rhett, Yes, forgot i asked this question before. IMHO i wouldn't encode the 'put MUST have a non-null entity) policy in the framework. If you do then you should provide for a mechanism to override it (allowNullEntity or something). From my reading of the HTTP spec doesn't specify that