出现这个Authentication failed for token submission异常时啥情况

来源:3-1 Shiro认证

慕九州3348811

2018-10-13 18:23

正常运行时

org.apache.shiro.authc.AuthenticationException: Authentication failed for token submission [org.apache.shiro.authc.UsernamePasswordToken - wjh, rememberMe=false].  Possible unexpected error? (Typical or expected login exceptions should extend from AuthenticationException).

报错

写回答 关注

2回答

  • 慕圣9088650
    2019-03-26 17:06:10

    对上了


  • 慕标7685327
    2018-10-22 14:36:49
    //构建SecurityManager环境
    DefaultSecurityManager defaultSecurityManager = new DefaultSecurityManager();
    defaultSecurityManager.setRealm(simpleAccountRealm); //看看是不是少了这一行

    应该是少了一行代码吧。

    Hankon...

    是 的

    2018-10-25 17:28:06

    共 1 条回复 >

Shiro安全框架入门

从零入门Shiro安全框架

48040 学习 · 332 问题

查看课程

相似问题