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.
1 parent f93ced3 commit e82ed77Copy full SHA for e82ed77
client/src/connection/rest/RestSASServerAdapter.ts
@@ -361,7 +361,10 @@ class RestSASServerAdapter implements ContentAdapter {
361
ifMatch: etag,
362
fileProperties: {
363
name: item.name,
364
- path: newFilePath.split(SAS_FILE_SEPARATOR).join("/"),
+ path: newFilePath
365
+ .split(SAS_FILE_SEPARATOR)
366
+ .join("/")
367
+ .replace(/~sc~/g, ";"),
368
},
369
};
370
0 commit comments