Skip to content

Commit

Permalink
Encode { and } in username/password/path to fix #16. Also acknowledge…
Browse files Browse the repository at this point in the history
… previous commit.
  • Loading branch information
annevk committed Jun 10, 2015
1 parent 06b2e68 commit c296e2f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
6 changes: 5 additions & 1 deletion url.bs
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,10 @@ U+0020 (i.e. excluding U+0020) and all code points greater than U+007E.
"<code>&lt;</code>", <!-- 0x3C -->
"<code>&gt;</code>", <!-- 0x3E -->
"<code>?</code>", <!-- 0x3F -->
"<code>`</code>", <!-- 0x60 -->
"<code>{</code>", <!-- 0x7B -->
and
"<code>`</code>". <!-- 0x60 -->
"<code>}</code>", <!-- 0x7D -->

<p>The <dfn>password encode set</dfn> is the
<a>default encode set</a> and code points
Expand Down Expand Up @@ -2848,6 +2850,8 @@ Simon Sapin,
Tab Atkins,
Tantek Çelik,
Tim Berners-Lee,
Tomek Wytrębowicz,
Valentin Gosu,
Vyacheslav Matva, and
成瀬ゆい (Yui Naruse)
for being awesome!
Expand Down
8 changes: 6 additions & 2 deletions url.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<h1 class="p-name no-ref allcaps" id="title">URL</h1>

<h2 class="no-num no-toc no-ref heading settled" id="subtitle"><span class="content">Living Standard — Last Updated
<time class="dt-updated" datetime="2015-06-09">9 June 2015</time></span></h2>
<time class="dt-updated" datetime="2015-06-10">10 June 2015</time></span></h2>

<div data-fill-with="spec-metadata">
<dl>
Expand Down Expand Up @@ -320,8 +320,10 @@ <h2 class="heading settled" data-level="2" id="percent-encoded-bytes"><span clas
"<code>&lt;</code>",
"<code>></code>",
"<code>?</code>",
"<code>`</code>",
"<code>{</code>",
and
"<code>`</code>".
"<code>}</code>",

</p>
<p>The <dfn data-dfn-type="dfn" data-noexport="" id="password-encode-set">password encode set<a class="self-link" href="#password-encode-set"></a></dfn> is the
Expand Down Expand Up @@ -4272,6 +4274,8 @@ <h2 class="no-num heading settled" id="acknowledgments"><span class="content">Ac
Tab Atkins,
Tantek Çelik,
Tim Berners-Lee,
Tomek Wytrębowicz,
Valentin Gosu,
Vyacheslav Matva, and
成瀬ゆい (Yui Naruse)
for being awesome!
Expand Down

0 comments on commit c296e2f

Please sign in to comment.