mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-21 21:25:38 +00:00
bug5513: added configuration of Shiro invalidRequest filter for backward compatibility to all shiro.ini files;
re-enabling backslash, semicolon and non-ASCII characters (important, e.g., for Umlaut characters) in URL paths again
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
|
||||
[main]
|
||||
invalidRequest.blockBackslash = false
|
||||
invalidRequest.blockSemicolon = false
|
||||
invalidRequest.blockNonAscii = false
|
||||
credentialsMatcher = org.apache.shiro.authc.credential.Sha256CredentialsMatcher
|
||||
credentialsMatcher.storedCredentialsHexEncoded = false
|
||||
credentialsMatcher.hashIterations = 1024
|
||||
|
||||
Reference in New Issue
Block a user