commit e5bdfbb01996969bf14539c4227fab862e55cf49 parent 21e7fe1fbc8f03d90dbee67eb4d4bde78ef8d2a0 Author: Dan Stillman <dstillman@zotero.org> Date: Tue, 16 Sep 2008 21:44:23 +0000 Full comment Diffstat:
| M | chrome/content/zotero/xpcom/storage.js | | | 3 | ++- |
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/chrome/content/zotero/xpcom/storage.js b/chrome/content/zotero/xpcom/storage.js @@ -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); }