Skip to content

Commit

Permalink
KNOX-3072: Added blockEncodedForwardSlash to ShiroConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
hanicz committed Nov 4, 2024
1 parent 9e34610 commit 0bab6f7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ public ShiroConfig(Provider provider, String clusterName) {
params.putIfAbsent("main.invalidRequest.blockSemicolon", "false");
params.putIfAbsent("main.invalidRequest.blockBackslash", "false");
params.putIfAbsent("main.invalidRequest.blockNonAscii", "false");
params.putIfAbsent("main.invalidRequest.blockEncodedForwardSlash", "false");

for(Entry<String, String> entry : params.entrySet()) {
int sectionDot = entry.getKey().indexOf('.');
Expand Down

0 comments on commit 0bab6f7

Please sign in to comment.