Re: [Acegisecurity-developer] EL support for authz tag

2004-07-02 Thread Ben Alex
Scott Evans wrote: I've enabled EL support for the authz tag. We pull content items from a CMS for display. The content items will have ifAllGranted, ifAnyGranted, and ifNotGranted attributes which with EL we can pull at Hi Scott François Beausoleil looks after the taglib area of the code, so wo

Re: [Acegisecurity-developer] Granting the anonymous user a role

2004-07-02 Thread Ben Alex
[EMAIL PROTECTED] wrote How do I get around this? I can see 2 ways - either having something like: CONVERT_URL_TO_LOWERCASE_BEFORE_COMPARISON PATTERN_TYPE_APACHE_ANT /security/**= /**=ROLE_ALLOWED_USER but this doesn't seem to wor

Re: [Acegisecurity-developer] CAS problem

2004-07-02 Thread Ben Alex
Julien Herfurth wrote: Hello Ben, I use the 0.51 release in which I put some logging lines. That is the TicketResponse.getProxyGrantingTicketIou() that return an empty string that causes the exception to be thrown. When I comment out the test "".equals(proxyGrantingTicketIou) at line 69 into Cas

[Acegisecurity-developer] EL support for authz tag

2004-07-02 Thread Scott Evans
I've enabled EL support for the authz tag. We pull content items from a CMS for display. The content items will have ifAllGranted, ifAnyGranted, and ifNotGranted attributes which with EL we can pull at runtime from the content item into the authz tags. Below is the code. What do you all think of it

[Acegisecurity-developer] Granting the anonymous user a role

2004-07-02 Thread steve . storey
Hi, Been using acegi for a short while now and am very impressed with the way it's put together and works, thanks! However, one small issue, which may be a configuration bit I've not worked out yet - suppose I want to secure an entire app:                    CONVERT_URL_TO_LOWERCASE_BEFORE_COM

Re: [Acegisecurity-developer] CAS problem

2004-07-02 Thread Julien Herfurth
Ben Alex wrote: Hi Julien This is very strange, for several reasons. Here is the code from CasAuthenticationProvider: private CasAuthenticationToken authenticateNow( Authentication authentication) throws AuthenticationException { // Validate TicketResponse response = tick