mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-27 19:10:20 +01:00
fixed GH #1260: URI encoding
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user