永发信息网

SpringBoot+Shiro整合后登录功能报错

答案:2  悬赏:10  手机版
解决时间 2021-03-22 14:00
  • 提问者网友:欺烟
  • 2021-03-22 05:47
org.apache.shiro.authc.AuthenticationException: Authentication failed for token submission [org.apache.shiro.authc.UsernamePasswordToken - test, rememberMe=false]. Possible unexpected error? (Typical or expected login exceptions should extend from AuthenticationException).
at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:214)
at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106)
at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:270)
at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:256)
--------------------------------------------------------------------------------------
Caused by: java.lang.IllegalArgumentException: Odd number of characters.
at org.apache.shiro.codec.Hex.decode(Hex.java:128)
at org.apache.shiro.codec.Hex.decode(Hex.java:107)
at org.apache.shiro.codec.Hex.decode(Hex.java:95)
最佳答案
  • 五星知识达人网友:孤独入客枕
  • 2019-08-18 03:10
网页链接
全部回答
  • 1楼网友:夜风逐马
  • 2019-12-16 23:09
spring boot集成shrio 权限验证怎么做 具体要看权限控制到什么程度,简单的单纯用spring mvc 也能行,就是麻烦,什么都要自己写。如果写不好,以后也不好扩展,安全性得不到保证。 apache shiro的话,简单,易用,功能也强大
我要举报
如以上回答内容为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
点此我要举报以上问答信息
大家都在看
推荐资讯