Skip to content

Commit

Permalink
Fix tests after the following change in library:
Browse files Browse the repository at this point in the history
  • Loading branch information
defanator authored and victorhora committed Aug 23, 2018
1 parent 37b76e8 commit 0438377
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/modsecurity-proxy.t
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ http {
modsecurity on;
modsecurity_rules '
SecRuleEngine On
SecResponseBodyAccess On
SecDefaultAction "phase:4,log,deny,status:403"
SecRule ARGS "@streq redirect301" "id:1,phase:4,status:301,redirect:http://www.modsecurity.org"
SecRule ARGS "@streq redirect302" "id:2,phase:4,status:302,redirect:http://www.modsecurity.org"
Expand Down
1 change: 1 addition & 0 deletions tests/modsecurity.t
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ http {
modsecurity on;
modsecurity_rules '
SecRuleEngine On
SecResponseBodyAccess On
SecDefaultAction "phase:4,log,deny,status:403"
SecRule ARGS "@streq redirect301" "id:1,phase:4,status:301,redirect:http://www.modsecurity.org"
SecRule ARGS "@streq redirect302" "id:2,phase:4,status:302,redirect:http://www.modsecurity.org"
Expand Down

0 comments on commit 0438377

Please sign in to comment.