diff options
author | Joey Hess <joeyh@joeyh.name> | 2016-02-09 11:50:40 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2016-02-09 11:50:40 -0400 |
commit | bc923198dda388a90ba82225d6aa9fc2b75b907d (patch) | |
tree | 80d852bf73e2fcdc662e1146ea18aaa4c9ded2c2 /debian/changelog | |
parent | 407ea00ce11c145b73a4be6bd4e1354931b4d500 (diff) |
WebDAV: Remove a bogus trailing slash from the end of the url to the temporary store location for a key. Thanks, wzhd.
That trailing slash is needed for legacy chunked mode, because it puts the
chunks in a subdir under the key. But, outside legacy chunked mode, it's BS
and it's amazing it worked at all with some webdav servers.
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 6340888cd..fca0e1564 100644 --- a/debian/changelog +++ b/debian/changelog @@ -24,6 +24,8 @@ git-annex (6.20160127) UNRELEASED; urgency=medium submodule. * WebDAV: Set depth 1 in PROPFIND request, for better compatability with some servers. Thanks, wzhd. + * WebDAV: Remove a bogus trailing slash from the end of the url to the + temporary store location for a key. Thanks, wzhd. -- Joey Hess <id@joeyh.name> Thu, 28 Jan 2016 13:53:09 -0400 |