Skip to content

Commit

Permalink
fixed ini file
Browse files Browse the repository at this point in the history
  • Loading branch information
meri committed Apr 10, 2011
1 parent 8314d16 commit def833f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/main/resources/Shiro.ini
Expand Up @@ -16,11 +16,7 @@ sha256Matcher = org.apache.shiro.authc.credential.HashedCredentialsMatcher
sha256Matcher.hashAlgorithmName=SHA-256
saltedJdbcRealm.credentialsMatcher = $sha256Matcher

# verbose filter configuration
authc = org.meri.simpleshirosecuredapplication.servlet.VerboseFormAuthenticationFilter
# request parameter with login error information; if not present filter assumes 'shiroLoginFailure'
authc.failureKeyAttribute=simpleShiroApplicationLoginFailure

# authc filter configuration
# specify login page
authc.loginUrl = /simpleshirosecuredapplication/account/login.jsp
# name of request parameter with username; if not present filter assumes 'username'
Expand Down

0 comments on commit def833f

Please sign in to comment.