When logging in, Spring Security Shiro forgets the destination page when logging in. I try to access `/context/account/admin_list` -> get redirected to login screen -> login, get redirected to `/` instead of `/context/account/admin_list`.
When logging in, Spring Security Shiro forgets the destination page when logging in.
I try to access
/context/account/admin_list-> get redirected to login screen -> login, get redirected to/instead of/context/account/admin_list.