mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 11:16:33 +03:00
Decodes the url content before assing values to varibles
This commit is contained in:
@@ -169,6 +169,7 @@ class Assay {
|
||||
int m_clientPort;
|
||||
int m_serverPort;
|
||||
const char *m_uri;
|
||||
std::string m_uri_decoded;
|
||||
const char *m_protocol;
|
||||
const char *m_httpVersion;
|
||||
|
||||
|
Reference in New Issue
Block a user