Following has stopped working for mod_security and views conflict... :-( Trying to debug with fustration.
### Some rules are currently too strict and are blocking legitimate users
### We only disable it for URLs that contain the regex below
### The regex below should be placed between "m#" and "#"
<IfModule mod_security.c>
<If "%{REQUEST_URI} =~ m#/views/ajax#">
SecFilterEngine Off
SecFilterScanPOST Off
</If>
</IfModule>