Open
Description
using owasp mod security on iis version 2.9.7, after june update the following bug started to happen
requests with a single cookie variable value of longer than 999 characters are being blocked with err connection reset or http protocol 2 error, no specific reason for the error is being logged.
note that its per variable length not on the total length of the cookie, so requests with two cookie variables each for example is 800 characters will pass.
no logs in the event viewer, and no clear rule id to find out what is happening.
disabling modsecurity the requests passes without a problem.