I'm using shiro-spring-boot package, and I want to use my own filter instead of the default filters.
For example, I have a TestFilter which extends from AccessControlFilter, and I want to register this filter as name "test" and use the "test" name when defining filter chain. But I've tried a lot of ways to register this filter but without accessed, please give me some tips. Thank you!
