Skip to content

Instantly share code, notes, and snippets.

View lengqie's full-sized avatar
🎯
Focusing

lengqie

🎯
Focusing
  • es
View GitHub Profile
@saddit
saddit / CNInvalidRequestFilter.java
Last active February 7, 2024 08:11
Shiro支持中文的InvalidRequstFilter
package group.java.campusmall.shiro;
import org.apache.shiro.util.StringUtils;
import org.apache.shiro.web.filter.AccessControlFilter;
import org.apache.shiro.web.filter.InvalidRequestFilter;
import org.apache.shiro.web.util.WebUtils;
import org.springframework.context.annotation.Bean;
import org.springframework.stereotype.Component;
import javax.servlet.ServletRequest;