Hello,

I'm developing an application based on Spring and Tapestry and I have
started to play with ASS4S . I wanted to make all my pages secure (user
login is required to access any page). So I have added this pattern into
FilterSecurityInterceptor configuration:

\A/app.*\Z=ROLE_USER

But the problem is that my login page is located also inside this pattern,
the URL is: /app?service=page/Login . And I understand that because simple
redirect is used. So I have tried to create my own FreeAccessVoter to allow
access to this page, but as I have discovered later the redirect is send
before the voter is called.

So how to handle such cases? Is it possible without having to move the Login
page?

TIA,
Karel




-------------------------------------------------------
This SF.Net email is sponsored by the new InstallShield X.
>From Windows to Linux, servers to mobile, InstallShield X is the one
installation-authoring solution that does it all. Learn more and
evaluate today! http://www.installshield.com/Dev2Dev/0504
_______________________________________________
Acegisecurity-developer mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/acegisecurity-developer

Reply via email to