Re: [appfuse-user] role based authorization

2007-04-09 Thread Matt Raible
On 4/2/07, Johan Chaves Saborío <[EMAIL PROTECTED]> wrote: On 4/1/07, Matt Raible <[EMAIL PROTECTED]> wrote: > Yes, you can configure this in Acegi, or often times on your > controllers themselves (depending on the web framework you're using). Can I do it using struts 2? I don't know - you c

Re: [appfuse-user] role based authorization

2007-04-01 Thread Johan Chaves Saborío
On 4/1/07, Matt Raible <[EMAIL PROTECTED]> wrote: Yes, you can configure this in Acegi, or often times on your controllers themselves (depending on the web framework you're using). Can I do it using struts 2? WEB-INF/security.xml is the file you'll want to alter. If you've run "war:inplace

Re: [appfuse-user] role based authorization

2007-04-01 Thread Matt Raible
Yes, you can configure this in Acegi, or often times on your controllers themselves (depending on the web framework you're using). WEB-INF/security.xml is the file you'll want to alter. If you've run "war:inplace", it should be in your project. If not, you can run "mvn package" and then copy it

[appfuse-user] role based authorization

2007-04-01 Thread Johan Chaves Saborío
Hi, I know that I can hide the menu items with roles, but the URLs are still accessible if I type them on the browser. Does appfuse 2 implements some kind of role-based authorization for http requests? If so, where do I configure it? Thanks!