Added URLENCODED_ERROR, which is raised when invalid URL encoding is encountered

This commit is contained in:
ivanr
2009-12-12 14:21:17 +00:00
parent 62f7e68234
commit 6d5e752cb3
4 changed files with 33 additions and 0 deletions

View File

@@ -257,6 +257,8 @@ struct modsec_rec {
apr_table_t *request_headers_to_sanitize;
apr_table_t *response_headers_to_sanitize;
apr_table_t *request_cookies;
unsigned int urlencoded_error;
unsigned int is_relevant;