-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
reason for templocks? #6
Comments
From Daniel Jihoon Koh: Hello. I've inspected the WebdavServlet codes and could not get a clear idea I couldn’t find a proper place to ask this question, As far as I know, temps locks are not required by webdav spec, Can you please clarify why temp locks are used? I hope to hear from you soon. Thank you!! :) |
I'm sorry, I'm not the maintainer of web-servlet project which is actually in http://sourceforge.net/projects/webdav-servlet/ |
FUN-15544 use getTempLockedObjectByPath
Let me know if there's more appropriate place where I can communicate with you (developers)
Ive been looking over the codes and the usage of templock is not clear to me.
All methods are starting with getting a templock and releases it afterwards.
It does not protect a resource since they are shared locks.
2.
Actual locking is done by regular locks.
I don't know why there need to be templocks and
why all methods are starting with getting a templock.
Can you please clarify it?
The text was updated successfully, but these errors were encountered: