fixed GH #1260: URI encoding

This commit is contained in:
Guenter Obiltschnig
2017-02-17 09:23:36 +01:00
parent af39c8d819
commit c32e683b6c
2 changed files with 8 additions and 8 deletions

View File

@@ -342,6 +342,7 @@ protected:
static const std::string RESERVED_PATH;
static const std::string RESERVED_QUERY;
static const std::string RESERVED_QUERY_PARAM;
static const std::string RESERVED_FRAGMENT;
static const std::string ILLEGAL;