Skip to content

Commit 994852f

Browse files
committed
Trying a fix
1 parent a493436 commit 994852f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base/poco/Foundation/src/URI.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -690,7 +690,7 @@ void URI::encodePath(std::string & encodedStr) const
690690
if (_enable_url_encoding)
691691
encode(_path, RESERVED_PATH, encodedStr);
692692
else
693-
encodedStr = _path;
693+
encodedStr = encodedStr + _path;
694694
}
695695

696696
void URI::decodePath(const std::string & encodedStr)

0 commit comments

Comments
 (0)