On Mon, Feb 23, 2009 at 4:37 AM, kiko <[email protected]> wrote: > > Can I turn off authentication?
Hi Francisco, the easiest thing would be to use authentication. If you take a look at restclient : http://rest-client.heroku.com/rdoc/ you'll see you're supposed to provide authentication credentials via something like : # authentication and SSL RestClient.get 'https://user:[email protected]/private/resource' ruote-web2 supports basic http authentication. > Do I need add the processes to the database or can they remain in the > file system like ruote-rest? There are two alternatives here : a) you have to add the process definition to the "database" (ie grant a launch right to a group) b) launch as a user whose group as the right to launch "untracked" process definition, ie process definitions not added to the database (out of the box, the admin user can do that) In both cases, it's OK to have the process definition under public/defs/ > Processing WorkitemsController#index (for 127.0.0.1 at 2009-02-22 11:26:30) > [GET] > Redirected to /session/new > Filter chain halted as [:login_required] rendered_or_redirected. > Completed in 137ms (DB: 1) | 302 Found [http://localhost/] As the authentication failed, restclient got redirected to /session/new. Make sure to use authentication via restclient. I hope this will help, I'm looking forward to more feedback about ruote-web2 (and about ruote-rest as well), thanks in advance and best regards, -- John Mettraux - http://jmettraux.wordpress.com --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruote (OpenWFEru) users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/openwferu-users?hl=en -~----------~----~----~----~------~----~------~--~---
