Fix bug: DavStorage methods can now work correctly on chrom{e,ium}
On Google Chrome or Chromium, requests methods (POST,PUT,GET,DELETE) act on the internal browser cache, so important action like PUT could not work. The Url sended with the request is appended by '?_=xxx' (which 'xxx' is the current date in ms) to make this Url unique.
Showing
Please register or sign in to comment