[html5] r2669 - [e] (0) Rename the 'Origin' header to 'XXX-Origin' for now, pending a conclusion [...]

whatwg at whatwg.org whatwg at whatwg.org
Wed Jan 14 14:05:50 PST 2009


Author: ianh
Date: 2009-01-14 14:05:49 -0800 (Wed, 14 Jan 2009)
New Revision: 2669

Modified:
   index
   source
Log:
[e] (0) Rename the 'Origin' header to 'XXX-Origin' for now, pending a conclusion from public-webapps.

Modified: index
===================================================================
--- index	2009-01-14 20:41:14 UTC (rev 2668)
+++ index	2009-01-14 22:05:49 UTC (rev 2669)
@@ -38192,7 +38192,7 @@
     <p>Otherwise, <a href=#fetch>fetch</a> the new resource. If the resource
     is being fetched using HTTP, and the method is not GET<!-- or HEAD
     (but that can't happen) -->, then the user agent must include an
-    <code title=http-origin>Origin</code> header whose value is
+    <code title=http-origin>XXX-Origin</code> header whose value is
     determined as follows:</p>
 
     <dl class=switch><dt>If the <a href=#navigate title=navigate>navigation</a> algorithm has
@@ -38227,7 +38227,7 @@
     <p>If fetching the resource results in a redirect, return to <a href=#navigate-fragid-step>the step labeled "fragment
     identifiers"</a> with the new resource.</p>
 
-    <p class=note>Cross-origin redirects cause the <code title=http-origin>Origin</code> header to become "<code title="">null</code>" on subsequent requests in the chain.</p>
+    <p class=note>Cross-origin redirects cause the <code title=http-origin>XXX-Origin</code> header to become "<code title="">null</code>" on subsequent requests in the chain.</p>
 
    </li>
 
@@ -40281,11 +40281,11 @@
    include a <code title=http-ping-from>Ping-From</code> HTTP
    header.</dd>
 
-  </dl><p>In addition, an <code title=http-origin>Origin</code> header
+  </dl><p>In addition, an <code title=http-origin>XXX-Origin</code> header
   must always be included, whose value is the <a href=#ascii-serialization-of-an-origin title="ASCII
   serialization of an origin">ASCII serialization</a> of the
   <a href=#origin-0>origin</a> of the the <code>Document</code> containing the
-  <a href=#hyperlink>hyperlink</a>. The value of the <code title=http-origin>Origin</code> header must be set to "<code title="">null</code>" when following redirects if the <a href=#origin-0 title=origin>origins</a> of all the <a href=#url title=URL>URLs</a> involved are not the <a href=#same-origin title="same
+  <a href=#hyperlink>hyperlink</a>. The value of the <code title=http-origin>XXX-Origin</code> header must be set to "<code title="">null</code>" when following redirects if the <a href=#origin-0 title=origin>origins</a> of all the <a href=#url title=URL>URLs</a> involved are not the <a href=#same-origin title="same
   origin">same</a>.</p>
 
   <p class=note>To save bandwidth, implementors might also wish to

Modified: source
===================================================================
--- source	2009-01-14 20:41:14 UTC (rev 2668)
+++ source	2009-01-14 22:05:49 UTC (rev 2669)
@@ -43488,7 +43488,7 @@
     <p>Otherwise, <span>fetch</span> the new resource. If the resource
     is being fetched using HTTP, and the method is not GET<!-- or HEAD
     (but that can't happen) -->, then the user agent must include an
-    <code title="http-origin">Origin</code> header whose value is
+    <code title="http-origin">XXX-Origin</code> header whose value is
     determined as follows:</p>
 
     <dl class="switch">
@@ -43530,7 +43530,7 @@
     identifiers"</a> with the new resource.</p>
 
     <p class="note">Cross-origin redirects cause the <code
-    title="http-origin">Origin</code> header to become "<code
+    title="http-origin">XXX-Origin</code> header to become "<code
     title="">null</code>" on subsequent requests in the chain.</p>
 
    </li>
@@ -45843,12 +45843,12 @@
 
   </dl>
 
-  <p>In addition, an <code title="http-origin">Origin</code> header
+  <p>In addition, an <code title="http-origin">XXX-Origin</code> header
   must always be included, whose value is the <span title="ASCII
   serialization of an origin">ASCII serialization</span> of the
   <span>origin</span> of the the <code>Document</code> containing the
   <span>hyperlink</span>. The value of the <code
-  title="http-origin">Origin</code> header must be set to "<code
+  title="http-origin">XXX-Origin</code> header must be set to "<code
   title="">null</code>" when following redirects if the <span
   title="origin">origins</span> of all the <span
   title="URL">URLs</span> involved are not the <span title="same




More information about the Commit-Watchers mailing list