RESERVER_QUERY update
in function setQuery, or when you have to use encode internally, is used RESERVED_QUERY that is only # if you have a query with / the character is encoded, and I think you don't want
This commit is contained in:
Родитель
63b74d4f93
Коммит
f861a6467c
|
@ -26,7 +26,7 @@ namespace Poco {
|
|||
|
||||
|
||||
const std::string URI::RESERVED_PATH = "?#";
|
||||
const std::string URI::RESERVED_QUERY = "#";
|
||||
const std::string URI::RESERVED_QUERY = "#/";
|
||||
const std::string URI::RESERVED_FRAGMENT = "";
|
||||
const std::string URI::ILLEGAL = "%<>{}|\\\"^`";
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче