mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-30 03:34:29 +03:00
Adds REQUEST_FULL and REQUEST_FULL_LENGTH variables
This variable is a combination from REQUEST_LINE, REQUEST_HEADERS and REQUEST_BODY (if any). Expects for \n\n in between each of those values.
This commit is contained in:
@@ -519,6 +519,8 @@ static modsec_rec *create_tx_context(request_rec *r) {
|
||||
msr->request_headers = apr_table_copy(msr->mp, r->headers_in);
|
||||
msr->hostname = ap_get_server_name(r);
|
||||
|
||||
msr->msc_full_request_buffer = NULL;
|
||||
msr->msc_full_request_length = 0;
|
||||
msr->msc_rule_mptmp = NULL;
|
||||
|
||||
/* Invoke the engine to continue with initialisation */
|
||||
|
Reference in New Issue
Block a user