Sebastien PLISSON <sebastien.plisson <at> gmail.com> writes: > > Hi, > > Do you it would be good to be able to define a different guard on a > resource depending on the method(GET, PUT ,etc) used to access it ? > > And how ? > > Thanks > Sebastien > >
It is okay I found : http://article.gmane.org/gmane.comp.java.restlet/2002 and did it implementing a subclass of Route with specific score method.

