CARVIEW |
Select Language
HTTP/2 301
date: Sat, 11 Oct 2025 06:57:19 GMT
content-type: text/html; charset=ISO-8859-1
location: https://lists.w3.org/Archives/Public/www-tag/2003Sep/0192.html
cf-ray: 98cc766a98cb25e0-BLR
cache-control: max-age=21600
expires: Sat, 11 Oct 2025 12:57:19 GMT
x-backend: www-mirrors
x-request-id: 98cc766a98cb25e0
strict-transport-security: max-age=15552000; includeSubdomains; preload
content-security-policy: frame-ancestors 'self' https://cms.w3.org/ https://cms-dev.w3.org/; upgrade-insecure-requests
cf-cache-status: MISS
set-cookie: __cf_bm=dM2m5Ji_79XMsbc5UigWP9RhPH78Dy6.LfFA75qTX7o-1760165839-1.0.1.1-opHhBXXIow1cpy222gQtivU_ljiiTQSOTMCTWgu9vRgy18IDXPDZkQc7Xrh8qJ.8.9uaIRk.NrAdDsVWq7Rey2xCt1mEleAaJBL.CBxgHDo; path=/; expires=Sat, 11-Oct-25 07:27:19 GMT; domain=.w3.org; HttpOnly; Secure; SameSite=None
vary: Accept-Encoding
server: cloudflare
alt-svc: h3=":443"; ma=86400
HTTP/2 200
date: Sat, 11 Oct 2025 06:57:20 GMT
content-type: text/html
content-encoding: gzip
last-modified: Thu, 13 Jul 2023 17:54:16 GMT
cache-control: max-age=2592000, public
expires: Sun, 09 Nov 2025 07:22:15 GMT
vary: Accept-Encoding
access-control-allow-origin: *
x-request-id: 98c45d9969d4c27c
strict-transport-security: max-age=15552015; preload
x-frame-options: deny
x-xss-protection: 1; mode=block
cf-cache-status: HIT
server: cloudflare
cf-ray: 98cc766fef55a8b0-BLR
alt-svc: h3=":443"; ma=86400
Use of metadata in URIs from Larry Masinter on 2003-09-28 (www-tag@w3.org from September 2003)
Use of metadata in URIs
- From: Larry Masinter <LMM@acm.org>
- Date: Sun, 28 Sep 2003 09:58:11 -0700
- To: www-tag@w3.org
- Message-id: <000d01c385e1$b36ae9d0$6401a8c0@MasinterT40>
I think the problem is that https://www.w3.org/2001/tag/doc/metaDataInURI-31.html has looked at the problem from the wrong perspective. "...outside of their own authority (i.e. observers)..." I don't think the web architecture is (or can be) clear about the notion of "authority". It's some terminology that has crept into many of the discussions about URIs and their meaning, and I think it's misplaced. The only URI scheme registered that acknowledges that there might be an "authority" that "assigns" URIs is the "urn:" scheme. Most other URI schemes give an operational definition -- "http:" about using the HTTP, "ftp:" about using the file transfer protocol, "mailto:" about sending mail. I think what the finding is trying to get at could be better stated as follows: There may be policies and processes involved in creating or resources and other communication endpoints that can be reached using particular URIs, but an agent looking at or trying to interpret those URIs should not make any assumptions beyond those that are actually defined by the URI scheme definition itself. Since the HTTP protocol doesn't require that URIs ending in ".html" are really text/html, or that URIs not ending in ".html" are not, then an agent looking at a http URI shouldn't try to infer its type from the URI ending. (On the other hand, the definition of the "file:" URI scheme probably _should_ assign such meanings....) Larry -- https://larry.masinter.net
Received on Sunday, 28 September 2003 12:58:19 UTC