CARVIEW |
Select Language
HTTP/2 200
date: Fri, 10 Oct 2025 13:44:19 GMT
content-type: text/html
content-encoding: gzip
last-modified: Thu, 13 Jul 2023 18:20:21 GMT
cache-control: max-age=2592000, public
expires: Sat, 08 Nov 2025 20:54:41 GMT
vary: Accept-Encoding
access-control-allow-origin: *
x-request-id: 98c0c64e8f8a79f3
strict-transport-security: max-age=15552015; preload
x-frame-options: deny
x-xss-protection: 1; mode=block
cf-cache-status: HIT
set-cookie: __cf_bm=4IB3WtsDZhxyiFDJ8XR6JAIBcskzsucw8ejrqXOLOuQ-1760103859-1.0.1.1-_zVsoeB7bCVF5HQ52cAFX9Uz_1Z7824MKQHfFM8CSF4csRDBDs6PQSCB7kyK5TyOK9mtYrUOzWzcuiOcpIHI43yw8NNb2JAgvDAi5D3ZpKI; path=/; expires=Fri, 10-Oct-25 14:14:19 GMT; domain=.w3.org; HttpOnly; Secure; SameSite=None
server: cloudflare
cf-ray: 98c68d3999fb8e4d-BLR
alt-svc: h3=":443"; ma=86400
COPY and bindings II from Nevermann, Dr., Peter on 2003-08-17 (w3c-dist-auth@w3.org from July to September 2003)
COPY and bindings II
- From: Nevermann, Dr., Peter <Peter.Nevermann@softwareag.com>
- Date: Sun, 17 Aug 2003 14:57:46 +0200
- To: "'w3c-dist-auth@w3c.org'" <w3c-dist-auth@w3c.org>
- Message-ID: <DFF2AC9E3583D511A21F0008C7E6210605C48010@daemsg02.software-ag.de>
A while ago I asked, whether - assuming no resource at destination to overwrite - COPY should preserve bindings, i.e. should COPY yield 1) or 2) (see below): 1) |u1 --COPY--> |u2 C C' a/ \b a/ \b C1 C2 Ca Cb x\ /y x| |y R Rx Ry 2) |u1 --COPY--> |u2 C C' a/ \b a/ \b C1 C2 Ca Cb x\ /y x\ /y R R' Most of you voted for 2). Now, assuming there *were* resources at destination to overwrite - take diagram 1) for visualization, where C', Ca, Cb, Rx, Ry all existed beforehand - I assume that COPY u1->u2 would result in Rx and Ry both being updated with content + dead-properties from R. And, again using diagram 1) and assuming all shown resources existed beforehand, what happens if we do the COPY the other way round, i.e. COPY u2->u1? The Binding spec states in section 2.3, last paragraph: "If a COPY causes one or more existing resources to be updated, the bindings to those resources MUST be unaffected by the COPY." Is it then correct, that while copying the C'-tree over the C-tree, resource R is first updated by Rx and then again by Ry (or the other way round)? That is, one of Rx or Ry "wins" in updating R? Hm??? Regards, Peter
Received on Sunday, 17 August 2003 08:58:15 UTC