I was able to fix that. File save fails because the lock-tocken response header is not properly added into the response, and the "If" request to refresh the lock is not called.
That is because of a bug in DavLockBase.cs. The 2nd line in DavLockBase_InternalProcessDavRequest change "RequestLock" to "ResponseLock".
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
View and moderate all "feature-requests Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Feature Requests"
I was able to fix that. File save fails because the lock-tocken response header is not properly added into the response, and the "If" request to refresh the lock is not called.
That is because of a bug in DavLockBase.cs. The 2nd line in DavLockBase_InternalProcessDavRequest change "RequestLock" to "ResponseLock".