MS Word prevents edit protected document because word says document changed by another author while no one has edited it
问题 I've implemented WebDAV server using WebDAV-Servlet. I open a document by through WebDAV and I make a change on it,when I want to save the document, word alert me that this document changed by another user while no one had edited this document. I don't understand the problem. Who has edited this document? Is there any problem with my Lock implementation? 回答1: After a while I found out the solution. The root cause of this problem is changing lastmodified date between lock and unlock requests.