-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi List,

i'm using the tapestry-acegi component in version 1.0.4-SNAPSHOT in my
project (T5.0.11) to manage access control. While securing of listener
methods is working since this Snapshot release, i receive a 404 Error

| The requested resource (/ccm/general/loginpage) is not available.

instead of the suspected login page. I configured the appropiate
acegi.accessDenied.url symbol in my appModule as follows:

public static void
contributeApplicationDefaults(MappedConfiguration<String, String>
configuration) {                        
configuration.add("acegi.failure.url","/general/loginpage/failed");
~  configuration.add("acegi.loginform.url", "/general/loginpage");
configuration.add("acegi.accessDenied.url","/general/loginpage");
~ .....

The mentioned page resource (/ccm/general/loginpage) exists and for all
other redirecting events things are working properly. I'm using Tomcat 6.

many thanks in advance ...

Andreas
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.7 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFIGIHSM14O/Esx/74RAmkkAJ4rjfQBLvOC7jSDa/GoIRCU+F/94gCg0+F7
tlHh7zPu/pN0jORvYUVxB2A=
=qqmE
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to