1. 程式人生 > >shiro學習的兩個bug還沒有解決

shiro學習的兩個bug還沒有解決

  1. [http-nio-8080-exec-2] WARN org.apache.shiro.authc.pam.ModularRealmAuthenticator - Realm [[email protected]] threw an exception during a multi-realm authentication attempt:
    java.lang.IllegalArgumentException: Illegal hexadecimal charcter n at index 0
    ModularRealmAuthenticator多realm 異常
  2. [http-nio-8080-exec-4] WARN org.apache.shiro.mgt.AbstractRememberMeManager - There was a failure while trying to retrieve remembered principals. This could be due to a configuration problem or corrupted principals. This could also be due to a recently changed encryption key, if you are using a shiro.ini file, this property would be ‘securityManager.rememberMeManager.cipherKey’ see:
    http://shiro.apache.org/web.html#Web-RememberMeServices
    . The remembered identity will be forgotten and not used for this request.
    [http-nio-8080-exec-4] WARN org.apache.shiro.mgt.DefaultSecurityManager - Delegate RememberMeManager instance of type [org.apache.shiro.web.mgt.CookieRememberMeManager] threw an exception during getRememberedPrincipals().
    org.apache.shiro.crypto.CryptoException: Unable to execute ‘doFinal’ with cipher instance [
    [email protected]
    ].