Re: Getting 403 Forbidden rather than 401 Unauthorized when using HTTP Basic auth

2008-10-18 Thread Stephan Koops
Hi Ian, in Restlet 1.1 this behaviour was changed. Perhaps Jerome or Thierry also included the change in 1.0.x. Check, if there is a setter Guard.setRechallengeEnabled(boolean)? Otherwise change to Restlet 1.1. best regards Stephan Ian Clarke schrieb: I followed the code in this

Typo in org.restlet.resource.Resource#allowPut javadoc

2008-10-18 Thread Erik Beeson
The javadoc for allowPut says Indicates if DELETE calls are allowed...: http://restlet.tigris.org/source/browse/restlet/trunk/modules/org.restlet/src/org/restlet/resource/Resource.java?view=markup --Erik

RE: uriPattern exactness

2008-10-18 Thread Jerome Louvel
Hi John, We have an RFE to improve our support for URI Template. I've added a comment in it to attempt to cover your use case better: Update the URI template support http://restlet.tigris.org/issues/show_bug.cgi?id=476 This would result in this pattern: /foos/{foo}/bar{-prefix|.|ext} Best

EJB 3

2008-10-18 Thread Jonathan Hall
Hi, I'm evaluating my current stack and am interested using EJB3. Naturally, I still want to use restlet :). If anyone is doing this, I'd be grateful if you shared your setup and any issues you've run across. thanks, Jon

Re: Spring configuration example using com.noelios.restlet.ext.spring package

2008-10-18 Thread Mark Petrovic
Thank you. Mark On Oct 17, 2008, at 8:54 AM, Rhett Sutphin wrote: Hi Mark, You might also consider using SpringBeanRouter. If you only have one URI mapping per resource, it allows your URIs to be mapped directly in the bean definitions. Your example would be like this using

Re: Restlet-GWT HTTP authentication example

2008-10-18 Thread Mark Petrovic
Thank you. Mark On Oct 17, 2008, at 11:26 AM, Thierry Boileau wrote: Hello Mark, I've updated the sample application and its description: http://wiki.restlet.org/docs_1.1/13-restlet/28-restlet/144- restlet.html Best regards, Thierry Boileau -- Restlet ~ Core developer ~