|
279 | 279 | match_log => { |
280 | 280 | error => [ qr/Access denied with code 403 \(phase 2\)\. Pattern match "bad_value" at ARGS:b\./, 1 ], |
281 | 281 | debug => [ qr/Adding JSON argument 'b' with value 'bad_value'|JSON support was not enabled/, 1 ], |
282 | | - -debug => [ qr/JSON set reqbody_limit_exceeded|JSON support was not enabled/, 1 ], |
| 282 | + -debug => [ qr/JSON: Allow partial processing of request body|JSON support was not enabled/, 1 ], |
283 | 283 | }, |
284 | 284 | match_response => { |
285 | 285 | status => qr/^403$/, |
|
311 | 311 | ), |
312 | 312 | match_log => { |
313 | 313 | error => [ qr/Access denied with code 403 \(phase 2\)\. Pattern match "bad_value" at ARGS:b\./, 1 ], |
314 | | - debug => [ qr/JSON set reqbody_limit_exceeded|JSON support was not enabled/, 1 ], |
| 314 | + debug => [ qr/JSON: Allow partial processing of request body|JSON support was not enabled/, 1 ], |
315 | 315 | }, |
316 | 316 | match_response => { |
317 | 317 | status => qr/^403$/, |
|
342 | 342 | SecRule ARGS "bad_value" "id:'200003',phase:2,t:none,deny" |
343 | 343 | ), |
344 | 344 | match_log => { |
345 | | - debug => [ qr/JSON set reqbody_limit_exceeded|JSON support was not enabled/, 1 ], |
| 345 | + debug => [ qr/JSON: Allow partial processing of request body|JSON support was not enabled/, 1 ], |
346 | 346 | }, |
347 | 347 | match_response => { |
348 | 348 | status => qr/^200$/, |
|
375 | 375 | match_log => { |
376 | 376 | error => [ qr/Access denied with code 403 \(phase 2\)\. Pattern match "bad_value" at ARGS:b\./, 1 ], |
377 | 377 | debug => [ qr/Adding JSON argument 'b' with value 'bad_value'|JSON support was not enabled/, 1 ], |
378 | | - -debug => [ qr/JSON set reqbody_limit_exceeded|JSON support was not enabled/, 1 ], |
| 378 | + -debug => [ qr/JSON: Allow partial processing of request body|JSON support was not enabled/, 1 ], |
379 | 379 | }, |
380 | 380 | match_response => { |
381 | 381 | status => qr/^403$/, |
|
0 commit comments