Re: [appfuse-user] Security.xml

2009-05-09 Thread DUSTIN PEARCE
Web.XML, just change the refence to your new filename there. On May 9, 2009, at 1:15 AM, Ime Asangansi wrote: Hi guys, I am thinking of changing the name of the file security.xml to something else. Please where can I can effect this change. I'm wondering what class reads this or which

[appfuse-user] Security.xml

2009-05-09 Thread Ime Asangansi
Hi guys, I am thinking of changing the name of the file security.xml to something else. Please where can I can effect this change. I'm wondering what class reads this or which other settings file links to this. TIA Cheer, Ime

Re: [appfuse-user] security.xml

2007-06-22 Thread Matt Raible
Thanks for adding that note - more documentation is never a bad thing. ;-) Matt On 6/22/07, tibi <[EMAIL PROTECTED]> wrote: that works. if you don;'t mind i added an info about changeing your own roles: http://appfuse.org/display/APF/Release+Notes+2.0+M5 tibi Matt Raible wrote: > If you add

Re: [appfuse-user] security.xml

2007-06-22 Thread tibi
that works. if you don;'t mind i added an info about changeing your own roles: http://appfuse.org/display/APF/Release+Notes+2.0+M5 tibi Matt Raible wrote: If you add a new role, it needs to be prefixed with ROLE_ - so ROLE_myRole should work. We changed the RoleVoter from using a "" prefix to

Re: [appfuse-user] security.xml

2007-06-22 Thread Matt Raible
If you add a new role, it needs to be prefixed with ROLE_ - so ROLE_myRole should work. We changed the RoleVoter from using a "" prefix to using the default "ROLE_". Matt On 6/22/07, tibi <[EMAIL PROTECTED]> wrote: with a fresh 2.0m5 i can't add a role to the security.xml like i used to do in 2

[appfuse-user] security.xml

2007-06-22 Thread tibi
with a fresh 2.0m5 i can't add a role to the security.xml like i used to do in 2.0m4 i tried to add myRole: class="org.acegisecurity.intercept.web.FilterSecurityInterceptor"> PATTERN_TYPE_APACHE_ANT /activeUsers.*=ROLE_ADMI

Re: [appfuse-user] security.xml

2007-05-07 Thread Nathan Anderson
, you just need another in there. Nathan - Original Message - From: "Nathan Anderson" <[EMAIL PROTECTED]> To: users@appfuse.dev.java.net Sent: Monday, May 7, 2007 7:22:39 AM (GMT-0800) America/Los_Angeles Subject: Re: [appfuse-user] security.xml I can check this when I get

Re: [appfuse-user] security.xml

2007-05-07 Thread Nathan Anderson
_Angeles Subject: Re: [appfuse-user] security.xml I believe you need to have two separate elements inside the element. Matt On 5/7/07, tibi <[EMAIL PROTECTED]> wrote: > when i change it to (see below) it works but how can i combine both? > > tibi > > >

Re: [appfuse-user] security.xml

2007-05-07 Thread Matt Raible
I believe you need to have two separate elements inside the element. Matt On 5/7/07, tibi <[EMAIL PROTECTED]> wrote: when i change it to (see below) it works but how can i combine both? tibi nl.topticketline.topnet.service.

Re: [appfuse-user] security.xml

2007-05-07 Thread tibi
when i change it to (see below) it works but how can i combine both? tibi advice-ref="methodSecurityInterceptor" pointcut="execution(* nl.topticketline.topnet.service.EventSpanManager.*(..))"/> class="org.acegisecurity.intercept.method.aopalliance.MethodSecurityInterceptor">

[appfuse-user] security.xml

2007-05-07 Thread tibi
hi, i want to add my manager to the security.xml file but i can't seem to get it working: i'm not sure how to add an extra execution. advice-ref="methodSecurityInterceptor" pointcut="execution(* org.appfuse.service.UserManager.*(..)),execution(* nl.topticketline.topnet.service