退出方法修改
This commit is contained in:
parent
afea140046
commit
8b4d3cecb4
@ -46,7 +46,7 @@ public class LogoutFilter extends org.apache.shiro.web.filter.authc.LogoutFilter
|
|||||||
String redirectUrl = getRedirectUrl(request, response, subject);
|
String redirectUrl = getRedirectUrl(request, response, subject);
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
User user = (User) ShiroUtils.getSubjct().getPrincipal();
|
User user = ShiroUtils.getUser();
|
||||||
if (StringUtils.isNotNull(user))
|
if (StringUtils.isNotNull(user))
|
||||||
{
|
{
|
||||||
String loginName = user.getLoginName();
|
String loginName = user.getLoginName();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user