spec/Overview.html 1.1034 1845 Be clearer about what should be echoed a

Be clearer about what should be echoed as part of the handshake. (whatwg
r1845) (changed by: Ian Hickson)

Diffs for this change per section: 
  http://people.w3.org/mike/diffs/html5/spec/Overview.1.1034.html#handshake0

Current content per affected section: 
  http://dev.w3.org/html5/spec/Overview.html#handshake0

Previously published WD content per affected section: 
  http://www.w3.org/TR/2008/WD-html5-20080610/single-page/#handshake0

Cumulative diff: http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1033&r2=1.1034&f=h

http://html5.org/tools/web-apps-tracker?from=1844&to=1845

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1033
retrieving revision 1.1034
diff -u -d -r1.1033 -r1.1034
--- Overview.html	3 Jul 2008 09:11:49 -0000	1.1033
+++ Overview.html	3 Jul 2008 09:14:27 -0000	1.1034
@@ -42108,8 +42108,9 @@
   <p>The first field consists of three tokens separated by space characters
    (byte 0x20). The middle token is the path being opened. If the server
    supports multiple paths, then the server should echo the value of this
-   field in the initial handshake, on the <code
-   title="">WebSocket-Location</code> line.
+   field in the initial handshake, as part of the <a href="#url">URL</a>
+   given on the <code title="">WebSocket-Location</code> line (after the
+   appropriate scheme and host).
 
   <p>The remaining fields consist of name-value pairs, with the name part
    separated from the value part by a colon and a space (bytes 0x3a 0x20). Of
@@ -42124,6 +42125,11 @@
      hosting environments, where one server might serve multiple hosts, and
      might therefore want to return different data.</p>
 
+    <p>The right host has to be output as part of the <a href="#url">URL</a>
+     given on the <code title="">WebSocket-Location</code> line of the
+     handshake described above, to verify that the server knows that it is
+     really representing that host.</p>
+
    <dt>Origin (bytes 4f 72 69 67 69 6e)
 
    <dd>

Received on Thursday, 3 July 2008 09:17:42 UTC