- From: Jim Whitehead <ejw@cs.ucsc.edu>
- Date: Fri, 3 Dec 2004 09:32:19 -0800
- To: "'Julian Reschke'" <julian.reschke@gmx.de>
- Cc: "'WebDAV \(WebDAV WG\)'" <w3c-dist-auth@w3.org>
Julian writes:
> I guess we should stick with diagrams until we agree on the operation
> we're performing...:
Yes, good point. Hmm, the figures you drew weren't quite right.
Before (this is OK, I added lock token identifiers for clarity):
+------------------+
| Root Collection |
| bindings: |
| CollW |
+------------------+
|
|
|
+-------------------------------+
| Collection C1 |<--------+
| bindings: | |
| CollX CollY | |
+-------------------------------+ |
| | |
| | (creates loop) |
| | |
+-----------------+ +------------------+ |
| Collection C2 | | Collection C3 | |
| LOCKED infinity | | LOCKED infinity | |
| (lock token L2) | | (lock token L3) | |
| bindings: | | bindings: | |
| {none} | | y.gif CollZ | |
+-----------------+ +------------------+ |
| | |
| +-----+
|
+---------------------------+
| Resource R2 |
| (lock inhereited from C3) |
| (lock token L3) |
+---------------------------+
After (this is changed -- CollZ now points to C2, not C1)
+------------------+
| Root Collection |
| bindings: |
| CollW |
+------------------+
|
|
|
+-------------------------------+
| Collection C1 |
| bindings: |
| CollX CollY |
+-------------------------------+
| |
| |
| |
+-----------------+ +------------------+
| Collection C2 | | Collection C3 |
| LOCKED infinity | | LOCKED infinity |
| (lock token L2) | | (lock token L3) |
| bindings: | | bindings: |
| {none} | | CollZ y.gif |
+-----------------+ +------------------+
^ | |
+----------------+ |
|
+---------------------------+
| Resource R2 |
| (lock inhereited from C3) |
| (lock token L3) |
+---------------------------+
Received on Friday, 3 December 2004 17:34:14 UTC