Skip to content

Commit

Permalink
HTTPVERBSEC is an informative reference https://www.w3.org/Bugs/Publi…
Browse files Browse the repository at this point in the history
  • Loading branch information
annevk committed Dec 8, 2014
1 parent 591b264 commit acbdc35
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
11 changes: 6 additions & 5 deletions Overview.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<p><a class="logo" href="//whatwg.org/"><img alt="WHATWG" height="100" src="//resources.whatwg.org/logo-fetch.svg" width="100"></a>
<h1 id="cors">Fetch</h1>
<h2 class="no-num no-toc" id="living-standard-—-last-updated-25-november-2014">Living Standard — Last Updated 25 November 2014</h2>
<h2 class="no-num no-toc" id="living-standard-—-last-updated-8-december-2014">Living Standard — Last Updated 8 December 2014</h2>

<dl>
<dt>Participate:
Expand Down Expand Up @@ -192,7 +192,7 @@ <h4 id="methods"><span class="secno">2.1.1 </span>Methods</h4>
<p>A <dfn id="forbidden-method">forbidden method</dfn> is a <a href="#concept-method" title="concept-method">method</a> that is a
<a href="#byte-case-insensitive">byte case-insensitive</a> match for one of `<code title="">CONNECT</code>`,
`<code title="">TRACE</code>`, and `<code title="">TRACK</code>`.
<a href="#refsHTTPVERBSEC">[HTTPVERBSEC]</a>
<a class="informative" href="#refsHTTPVERBSEC">[HTTPVERBSEC]</a>

<p>To <dfn id="concept-method-normalize" title="concept-method-normalize">normalize</dfn> a
<a href="#concept-method" title="concept-method">method</a>, if it is a <a href="#byte-case-insensitive">byte case-insensitive</a>
Expand Down Expand Up @@ -3451,11 +3451,11 @@ <h2 class="no-num" id="references">References</h2>
<dd><cite><a href="http://tools.ietf.org/html/rfc2617">HTTP Authentication: Basic and Digest Access Authentication</a></cite>, J. Franks, Phillip Hallam-Baker, J. Hostetler et al.. IETF.

<dt id="refsHTTPVERBSEC">[HTTPVERBSEC]
<dd><cite><a href="http://www.kb.cert.org/vuls/id/867593">Multiple vendors' web servers enable HTTP TRACE method by default</a></cite>. US-CERT.
<dd>(Non-normative) <cite><a href="http://www.kb.cert.org/vuls/id/867593">Multiple vendors' web servers enable HTTP TRACE method by default</a></cite>. US-CERT.

<dd><cite><a href="http://www.kb.cert.org/vuls/id/288308">Microsoft Internet Information Server (IIS) vulnerable to cross-site scripting via HTTP TRACK method</a></cite>. US-CERT.
<dd>(Non-normative) <cite><a href="http://www.kb.cert.org/vuls/id/288308">Microsoft Internet Information Server (IIS) vulnerable to cross-site scripting via HTTP TRACK method</a></cite>. US-CERT.

<dd><cite><a href="http://www.kb.cert.org/vuls/id/150227">HTTP proxy default configurations allow arbitrary TCP connections</a></cite>. US-CERT.
<dd>(Non-normative) <cite><a href="http://www.kb.cert.org/vuls/id/150227">HTTP proxy default configurations allow arbitrary TCP connections</a></cite>. US-CERT.

<dt id="refsMIX">[MIX]
<dd><cite><a href="https://w3c.github.io/webappsec/specs/mixedcontent/">Mixed Content</a></cite>, Mike West. W3C.
Expand Down Expand Up @@ -3562,6 +3562,7 @@ <h2 class="no-num" id="acknowledgments">Acknowledgments</h2>
Surya Ismail,
吉野剛史 (Takeshi Yoshino),
Thomas Roessler,
Tobie Langel,
Tomás Aparicio,
保呂毅 (Tsuyoshi Horo),
Tyler Close,
Expand Down
3 changes: 2 additions & 1 deletion Overview.src.html
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ <h4>Methods</h4>
<p>A <dfn>forbidden method</dfn> is a <span title=concept-method>method</span> that is a
<span>byte case-insensitive</span> match for one of `<code title>CONNECT</code>`,
`<code title>TRACE</code>`, and `<code title>TRACK</code>`.
<span data-anolis-ref>HTTPVERBSEC</span>
<span data-anolis-ref class=informative>HTTPVERBSEC</span>

<p>To <dfn title=concept-method-normalize>normalize</dfn> a
<span title=concept-method>method</span>, if it is a <span>byte case-insensitive</span>
Expand Down Expand Up @@ -3455,6 +3455,7 @@ <h2 class=no-num>Acknowledgments</h2>
Surya Ismail,
吉野剛史 (Takeshi Yoshino),
Thomas Roessler,
Tobie Langel,
Tomás Aparicio,
保呂毅 (Tsuyoshi Horo),
Tyler Close,
Expand Down

0 comments on commit acbdc35

Please sign in to comment.