Re: Restlet v 1.1.5 multiple times allow method checked

2009-06-29 Thread Alin Popa
Thanks Jerome, Now's more clear. On Mon, Jun 29, 2009 at 11:30 AM, Jerome Louvel wrote: > Hi Alin, > > > > The reason is simple: when a method is not allowed, HTTP expects the server > to return the list of allowed methods, therefore the framework introspects > the resource by calling allow*()

RE: Restlet v 1.1.5 multiple times allow method checked

2009-06-29 Thread Jerome Louvel
Hi Alin, The reason is simple: when a method is not allowed, HTTP expects the server to return the list of allowed methods, therefore the framework introspects the resource by calling allow*() methods. http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.6 Best regards, Jerome Lo