ithit-webdav-server

MS Word prevents edit protected document because word says document changed by another author while no one has edited it

Deadly 提交于 2020-05-16 07:40:05
问题 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.

MS Word prevents edit protected document because word says document changed by another author while no one has edited it

可紊 提交于 2020-05-16 07:38:30
问题 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.

Protocol Install Callback function is called even after the protocol plugin is installed

南楼画角 提交于 2020-01-25 03:12:08
问题 I'm calling the DavProtocolEditDocument() function in javascript to open the documents on the client: ITHit.WebDAV.Client.DocManager.DavProtocolEditDocument(sDocumentUrl, null, protocolInstallCallback); The first time it's called on a workstation, it calls the protocolInstallCallback() function and the plugin is installed. After that, on many workstations, the protocolInstallCallback() function continues to be called everytime another document is being opened. The document still opens as

What is the best way to access remote filestore in ITHit webdav

雨燕双飞 提交于 2019-12-11 04:15:29
问题 I am in the middle of implementing a WebDAV server using the ITHit WebDAV engine for .net. The server is a httplistener running as a windows service so using Mapped drive on the service machine is causing problems as it seems services cannot see mapped drive. I have had some success with using UNC path but the GetExtendedFileAttrjbutes don't seem to work with UNC path ( I am not really using them either but wondering what else might not work). So the question is, what is the best way of