Hi! In auth-fw the authentication-manager define like this :
<authentication-manager> <handlers> <handler name="flowdemohandler"> <redirect-to uri="cocoon:/login"/> <authentication uri="cocoon:raw:/authenticate"/> </handler> </handlers> </authentication-manager> If user want to go to the protected page without login, the system will use the authentication-manager to redirect to login page, but I want to keep the request parameter like http://localhost:8080/cocoon/wap/protected?p=1 it will redirect to login page, but I want after login successfully, the sys will open the page with the ?p=1 parameter. How to keep it in authentication-manager like <redirect-to uri="cocoon:/login?p=...."/> Best Regards johnson --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]