| From | Sent On | Attachments |
|---|---|---|
| Miles Sabin | Sep 9, 2002 11:44 am | |
| Stephen Cranefield | Sep 9, 2002 3:13 pm | |
| Miles Sabin | Sep 9, 2002 4:17 pm | |
| Al Gilman | Sep 9, 2002 5:10 pm | |
| Miles Sabin | Sep 9, 2002 6:20 pm | |
| Roy T. Fielding | Sep 10, 2002 2:42 am | |
| Stefan Eissing | Sep 10, 2002 5:08 am | |
| Roy T. Fielding | Sep 10, 2002 5:45 am | |
| Al Gilman | Sep 10, 2002 6:40 am | |
| Stefan Eissing | Sep 10, 2002 9:05 am | |
| Julian Reschke | Sep 10, 2002 9:26 am | |
| Stefan Eissing | Sep 10, 2002 9:30 am | |
| Roy T. Fielding | Sep 10, 2002 9:48 am | |
| Miles Sabin | Sep 11, 2002 2:28 am | |
| Miles Sabin | Sep 11, 2002 2:33 am | |
| Miles Sabin | Sep 11, 2002 2:49 am | |
| Julian Reschke | Sep 12, 2002 11:30 am | |
| Roy T. Fielding | Sep 13, 2002 2:29 am | |
| Julian Reschke | Sep 13, 2002 3:05 am |
| Subject: | Re: Possible new issue: Things with and without identity? | |
|---|---|---|
| From: | Roy T. Fielding (fiel...@apache.org) | |
| Date: | Sep 10, 2002 5:45:42 am | |
| List: | org.w3.uri | |
WebDAV working group decided to call a URL without a resource (e.g. 404 on GET) an "unmapped URL".
WebDAV got that wrong. The filesystem object at the end of a request is not the resource -- it is only one representation of the resource. The mapping is the resource and the resource always exists, which is is why 404 Not Found does not imply that the resource does not exist, but rather says that no current representation of the resource exists at the time of the request.
WebDAV talks about it that way because, for the purpose of authoring, it doesn't matter whether there is a distinction between the resource and the current representation of that resource -- they become effectively the same thing because WebDAV actions exist at an instant in time and only work on resources that are directly authorable (one-to-one relationship between representation and resource).
....Roy





