Decodes the url content before assing values to varibles

This commit is contained in:
Felipe Zimmerle
2015-07-14 13:41:26 -03:00
parent b2954ff223
commit 76b769cc84
4 changed files with 110 additions and 4 deletions

View File

@@ -29,6 +29,8 @@ namespace ModSecurity {
std::string ascTime(time_t *t);
void createDir(std::string dir, int mode);
std::string dash_if_empty(const std::string& str);
void chomp(std::string *str);
std::string uri_decode(const std::string & sSrc);
} // namespace ModSecurity
#define SRC_UTILS_H_