Supportedlock seems to be only exclusive
Propget returns:
Supportedlock=<lockentry><lockscope><exclusive></exclusive></lockscope><lock
type><write></write></locktype></lockentry>
Is it possible to get both exclusive and shared
(as in slide)
supportedlock =
<lockentry>
<lockscope>
<exclusive></exclusive>
</lockscope>
<locktype>
<write></write>
</locktype>
</lockentry>
<lockentry>
<lockscope>
<shared></shared>
</lockscope>
<locktype>
<write></write>
</locktype>
</lockentry>
Cheers
roland
