问答详情
源自:3-1 Shiro认证

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

正常运行时

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).

报错

提问者:慕九州3348811 2018-10-13 18:23

个回答

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

    对上了


  • 慕标7685327
    2018-10-22 14:36:49

    //构建SecurityManager环境
    DefaultSecurityManager defaultSecurityManager = new DefaultSecurityManager();
    defaultSecurityManager.setRealm(simpleAccountRealm); //看看是不是少了这一行

    应该是少了一行代码吧。