Hi Altug, On Tuesday, August 28, 2018 at 7:31:27 AM UTC+2, Altug Ozcelikkale wrote:
> ... The only problem I have is I can't save the file more than once unless > I reload it in browser. The second time I try to save, it will give me a > "file changed on server" error. I must accept it is a minor annoyance. I > don't know whether you also have this issue. > Which TW version do you use? .. We changed the WebDav PUT saver with the last version quite a bit. Especially the ETag handling was improved, to make it more robust. ... BUT ... If your server transfers the TW in "compressed" mode, it seems the ETags are different to the file that is saved from the client to the server. ... So the second "save" fails. You could try to disable the "compression" on the server. ... This should fix the problem. .. But makes the download slower. I did create an experimental plugin, that doesn't use the ETag, but the "last-modified-" info, which also works with if the browser sends the TW file in compressed mode. Just some thoughts! -m -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/tiddlywiki. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/244d8e7a-206f-4e74-841a-caf003b769da%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

