Skip to content

Commit

Permalink
fix(boot2): Allow url-encoded % in URLs (#499)
Browse files Browse the repository at this point in the history
  • Loading branch information
avram authored and emjburns committed Sep 4, 2019
1 parent 6828a77 commit d087e74
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ class IgorConfig extends WebMvcConfigurerAdapter {
StrictHttpFirewall httpFirewall() {
def firewall = new StrictHttpFirewall()
firewall.allowUrlEncodedSlash = true
firewall.allowUrlEncodedPercent = true
return firewall
}

Expand Down

0 comments on commit d087e74

Please sign in to comment.