CARVIEW |
Select Language
HTTP/2 200
date: Sat, 11 Oct 2025 16:07:07 GMT
content-type: text/html
content-encoding: gzip
last-modified: Thu, 13 Jul 2023 18:20:23 GMT
cache-control: max-age=2592000, public
expires: Mon, 10 Nov 2025 16:07:07 GMT
vary: Accept-Encoding
access-control-allow-origin: *
x-request-id: 98cf9bcc2f01741b
strict-transport-security: max-age=15552015; preload
x-frame-options: deny
x-xss-protection: 1; mode=block
cf-cache-status: EXPIRED
set-cookie: __cf_bm=Jkp6vKZGAnqshpMH4Vaj_MY5qWrBKtAaNKxoWoQqBFo-1760198827-1.0.1.1-FqgtRpE1OCiQcJyn6iJYHJ6pGN9ZuvChNuGD7e3BDtpXUcWi5dPFfN3oUZsk7A4_k3VmXRzjbHVAlryTISs6krKurgHUCafM0fq_a7suXCI; path=/; expires=Sat, 11-Oct-25 16:37:07 GMT; domain=.w3.org; HttpOnly; Secure; SameSite=None
server: cloudflare
cf-ray: 98cf9bcc2f01741b-BLR
alt-svc: h3=":443"; ma=86400
REBIND and lock token submission example from Jim Whitehead on 2004-12-10 (w3c-dist-auth@w3.org from October to December 2004)
REBIND and lock token submission example
- From: Jim Whitehead <ejw@cs.ucsc.edu>
- Date: Thu, 9 Dec 2004 16:12:30 -0800
- To: "'WebDAV \(WebDAV WG\)'" <w3c-dist-auth@w3.org>
- Message-Id: <200412100012.iBA0CcEW016229@cats-mx1.ucsc.edu>
OK, here is a suggested examples for REBIND and lock token submission: Before: +------------------+ | Root Collection | | bindings: | | CollW | +------------------+ | | | +-------------------------------+ | Collection C1 |<--------+ | LOCKED infinity | | | (lock token L1) | | | bindings: | | | CollX CollY | | +-------------------------------+ | | | | | | (creates loop) | | | | +-----------------+ +------------------+ | | Collection C2 | | Collection C3 | | | (inherit lock) | | (inherit lock) | | | (lock token L1) | | (lock token L1) | | | bindings: | | bindings: | | | {none} | | y.gif CollZ | | +-----------------+ +------------------+ | | | | | +-----+ | +---------------------------+ | Resource R2 | | (lock inhereited from C1) | | (lock token L1) | +---------------------------+ After: +------------------+ | Root Collection | | bindings: | | CollW | +------------------+ | | | +-------------------------------+ | Collection C1 | | LOCKED infinity | | (lock token L1) | | bindings: | | CollX CollY | +-------------------------------+ | ^ | | | | +-----------------+ | +------------------+ | Collection C2 | | | Collection C3 | |(inherited lock) | | | (inherited lock) | |(lock token L1) | | | (lock token L1) | | bindings: | | | bindings: | | CollA | | | y.gif | +-----------------+ | +------------------+ | | | +---------------+ | (creates loop) | +---------------------------+ | Resource R2 | | (inherited lock from C1) | | (lock token L1) | +---------------------------+ Should only involve passing lock token L1 in the If header of the REBIND. - Jmi
Received on Friday, 10 December 2004 00:13:13 UTC