Spring Boot + Shiro 自定义FormAuthenticationFilter,出现登录成功不能正常跳转还停留登录页面问题

本文介绍了在Spring Boot项目中,使用Shiro自定义FormAuthenticationFilter时遇到登录成功但无法正常跳转的问题。通过详细描述问题、排查过程,最终找到解决方案,即在自定义Filter中正确配置账号和密码参数。此外,还提到在Spring Boot中Shiro的其他集成方式作为后续研究方向。

Spring Boot + Shiro 自定义FormAuthenticationFilter,出现登录成功不能正常跳转还停留登录页面问题

Spring Boot + Shiro ,自定义FormAuthenticationFilter出现登录成功不能正常跳转还停留登录页面问题

自定义FormAuthenticationFilter
import org.apache.shiro.web.filter.authc.FormAuthenticationFilter;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;

import javax.servlet.FilterChain;
import javax.servlet.ServletException;
import javax.servlet.ServletRequest;
import javax.servlet.ServletResponse;
import java.io.IOException;

public class ShiroAuthcFilter extends FormAuthenticationFilter {
   
   

    private static final Logger log = LoggerFactory.getLogger(ShiroAuthcFilter.class);

    @Override
    protected boolean 
评论 3
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值