Hide Forgot
Description of problem: mod_security is currently not built with JSON support. Version-Release number of selected component (if applicable): mod_security-2.7.3-5.el7 How reproducible: Always Steps to Reproduce: 1. Use this SecRule to reproduce issue: SecRule REQUEST_HEADERS:Content-Type "application/json" \ "id:'200001',phase:1,t:none,t:lowercase,pass,nolog,ctl:requestBodyProcessor=JSON" Actual results: [Thu Mar 24 09:15:19.929170 2016] [:error] [pid 2796] [client ::1] ModSecurity: JSON support was not enabled [hostname "localhost"] [uri "/testing/"] [unique_id "VvPoZ-jS0eYMPsmDC@LUiAAAAAA"] Expected results: No error and JSON is processed based on SecRule.