On 8/21/07, Chris Berry <[EMAIL PROTECTED]> wrote:
> Greetings,
> I am trying to set up Acegi (using HTTP BASIC Auth) for a set of RESTful web
> services (implemented using the Atom Publishing Protocol)
> And I have the basic setup running.
>
> But REST complicates matters because the exact same URL is used for "reads"
> and "writes", with the HTTP method determining which.
> I want to set up Acegi so that it will allow different Roles for the same
> URL but different HTTP Methods.

i've implemented this by providing a custom Voter that checks for a
hard-coded role name for all read methods and a different hard-coded
role name for all write methods. i didn't particularly need flexible
role name configuration, and there's never a case in my application
where a method can signify a read operation on one resource but a
write operation on a different resource (and the only time i can
imagine this is when you're overloading POST), this was good enough.
i'd love to see a better solution baked into the framework.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Home: http://acegisecurity.org
Acegisecurity-developer mailing list
Acegisecurity-developer@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acegisecurity-developer

Reply via email to