mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 19:24:29 +03:00
Adds m_uri_no_query_string_decoded to transaction
This commit is contained in:
@@ -215,13 +215,18 @@ class Transaction {
|
||||
const char *m_serverIpAddress;
|
||||
|
||||
/**
|
||||
* Holds the raw URI that was requestd.
|
||||
* Holds the raw URI that was requested.
|
||||
*/
|
||||
const char *m_uri;
|
||||
|
||||
/**
|
||||
* Holds the URI that was requests (without the query string).
|
||||
*/
|
||||
std::string m_uri_no_query_string_decoded;
|
||||
|
||||
/**
|
||||
* Holds the combined size of all arguments, later used to fill the
|
||||
* variable ARGS_COMBINED_SIZE.
|
||||
* variable ARGS_COMBINED_SIZE.
|
||||
*/
|
||||
double m_ARGScombinedSize;
|
||||
|
||||
|
Reference in New Issue
Block a user