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
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
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
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!