We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 06b1360 + a1ad47c commit 1d5c841Copy full SHA for 1d5c841
src/WebDAV/WebDAVAdapter.php
@@ -428,7 +428,7 @@ private function createParentDirFor(string $path): void
428
429
private function propFind(string $path, string $section, string $property): mixed
430
{
431
- $location = $this->prefixer->prefixPath($path);
+ $location = $this->encodePath($this->prefixer->prefixPath($path));
432
433
try {
434
$result = $this->client->propFind($location, [$property]);
0 commit comments