Full comment
This commit is contained in:
parent
21e7fe1fbc
commit
e5bdfbb019
1 changed files with 2 additions and 1 deletions
|
@ -429,7 +429,8 @@ Zotero.Sync.Storage = new function () {
|
|||
}
|
||||
// Relative
|
||||
else if (href.firstChild.nodeValue != uri.path) {
|
||||
// Try URL-encoded as well
|
||||
// Try URL-encoded as well, in case there's a '~' or similar
|
||||
// character in the URL and the server is encoding the value
|
||||
if (decodeURIComponent(href.firstChild.nodeValue) != uri.path) {
|
||||
_error("DAV:href does not match path in " + funcName);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue