Skip to content

Commit 8594cb8

Browse files
committed
Correct json for one regression test file
1 parent 60f802e commit 8594cb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test-cases/regression/variable-REQBODY_PROCESSOR.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
},
7474
"rules":[
7575
"SecRuleEngine On",
76-
"SecRule REQUEST_HEADERS:Content-Type \"^(?:application(?:/soap\+|/)|text/)xml\" \"id:500005,phase:1,t:none,t:lowercase,nolog,pass,ctl:requestBodyProcessor=XML\"",
76+
"SecRule REQUEST_HEADERS:Content-Type \"^(?:application(?:/soap\\+|/)|text/)xml\" \"id:500005,phase:1,t:none,t:lowercase,nolog,pass,ctl:requestBodyProcessor=XML\"",
7777
"SecRule REQBODY_PROCESSOR \"@contains test\" \"id:1,pass,phase:2,t:trim\""
7878
]
7979
},

0 commit comments

Comments
 (0)