I put this at security contextWhen access is denied for user, it redirects him to home page, but the url address in address bar at browser doesn't change for /home.action. What should I do to correct this? The controller, which processes requests to home.action, extends AbstractController.Code:<http auto-config='true' access-denied-page="/home.action">


