diff --git a/Foundation/src/URI.cpp b/Foundation/src/URI.cpp index 61b22286e..8e61564f9 100644 --- a/Foundation/src/URI.cpp +++ b/Foundation/src/URI.cpp @@ -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 = "%<>{}|\\\"^`";