Docs say that this should work out of the box ... have you tried debuging AuthenticatingFilter line 54 ... it's where authenticating magic happens .. so debug into onLoginSuccess method ... and check if this WebUtils.redirectToSavedRequest() method is ever called ...
if yes .. check it for cache value .. if empty cache value .. check where who and when is calling the method to fill this cache value ... if method is not called check what filter is called and executed ... maybe you'll have to write your own fitler ... I know we had to because this feature is not working properly ! regards Armando -- View this message in context: http://shiro-user.582556.n2.nabble.com/Question-about-exception-Success-URL-not-available-via-saved-request-tp7581661p7581675.html Sent from the Shiro User mailing list archive at Nabble.com.
