Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 6.0.5 GA
-
Fix Version/s: 6.1.0 CE RC1
-
Component/s: API > JavaScript, DM > Document Library Display
-
Labels:None
-
Environment:Windows Vista, Windows 7
-
Branch Version/s:5.2.x, 6.0.x
-
Backported to Branch:Committed
-
Similar Issues:
Description
Two issues that exist:
1) If WebDAV client has lock for resource and attempts a PROPPATCH, it will fail. Problem is caused by resource being locked but lock not being checked against client's lock uuid.
2) If PROPPATCH is called with multiple custom properties under <D:prop>, it will fail because of unnecessary constraint.
On Vista/Windows 7, this appears to be a problem that shows up as:
"Error 0x80070021: The process cannot access the file because another process has locked a portion of the file."
Issue Links
- is related to
-
LPS-10606
Digest Authentication Support for WebDAV
-

Fixes were committed in SVN trunk in revisions 60414 and 60434, dealing with the file:
/portal/trunk/portal-impl/src/com/liferay/portal/webdav/methods/ProppatchMethodImpl.java