RE: logout taking me to home instead of login

2013-04-25 Thread Ken in Nashua
George, Thanks friend... that worked terrific. I used both annotations @RequiresAuthentication @RequiresUser

Re: logout taking me to home instead of login

2013-04-25 Thread George Christman
Do you have security associated with the home page? That might be needed to force the redirection and eliminate your NP. I have the following configuration, @RequiresUser added to my index page. App Module configuration.add(SecuritySymbols.LOGIN_URL, "/login"); Logout Action Class onActionFro

RE: logout taking me to home instead of login

2013-04-25 Thread Ken in Nashua
The logout handlers are virtually identical for HOME and LOGIN pages Here is the HOME one... http://localhost:9011/pphl/home.layout.loginlink.tynamologoutlink Here is the LOGIN one for the URL on my browser bar http://localhost:9011/pphl/login.tynamologoutlink Can anyone explain why the HOME l