-
Notifications
You must be signed in to change notification settings - Fork 48
/
Copy pathietf-77-httpbis.xhtml
executable file
·95 lines (87 loc) · 4.28 KB
/
ietf-77-httpbis.xhtml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>IETF 77 - HTTPbis -08/-09 Changes Overview</title>
<style type="text/css">
body {
color: black;
font-family: verdana, helvetica, arial, sans-serif;
font-size: 18pt;
}
h1 {
font-size: 36pt;
}
li {
margin-top: 0.5em;
}
q {
font-style: italic;
}
.break {
page-break-before: always;
}
@page {
size: a4 landscape;
}
@page {
@bottom-left {
content: "Julian Reschke, greenbytes";
}
@bottom-right {
content: counter(page);
}
@top-center {
content: "IETF 77 - HTTPbis -08/-09 Changes Overview";
}
}
</style>
</head>
<body>
<h1>IETF 77 - HTTPbis -08/-09 Changes Overview</h1>
<p>
<a href="mailto:[email protected]">Julian Reschke</a>, greenbytes
</p>
<h2 class="break">History</h2>
<ul>
<li>-05: published November 2008 (during IETF 73)</li>
<li>-06: published March 2009 (before IETF 74)</li>
<li>-07: published July 2009 (before IETF 75)</li>
<li>-08: published October 2009 (before IETF 76)</li>
<li>-09: published March 2010 (before IETF 77)</li>
</ul>
<h2 class="break">Changes (1/3)</h2>
<p>Part 1</p>
<ul>
<li>Hard connection limit removed (<a href="http://trac.tools.ietf.org/wg/httpbis/trac/ticket/131">http://trac.tools.ietf.org/wg/httpbis/trac/ticket/131</a>)</li>
<li>Disallow control characters in quoted-pair (<a href="http://trac.tools.ietf.org/wg/httpbis/trac/ticket/194">http://trac.tools.ietf.org/wg/httpbis/trac/ticket/194</a>)</li>
<li>ABNF clarifications (<a href="http://trac.tools.ietf.org/wg/httpbis/trac/ticket/200">http://trac.tools.ietf.org/wg/httpbis/trac/ticket/200</a> and <a href="http://trac.tools.ietf.org/wg/httpbis/trac/ticket/201">http://trac.tools.ietf.org/wg/httpbis/trac/ticket/201</a>)</li>
</ul>
<p>Part 2</p>
<ul>
<li>Clarify "Idempotency" (<a href="http://trac.tools.ietf.org/wg/httpbis/trac/ticket/27">http://trac.tools.ietf.org/wg/httpbis/trac/ticket/27</a>)</li>
<li>Clarify rules for determining what entities a response carries (<a href="http://trac.tools.ietf.org/wg/httpbis/trac/ticket/110">http://trac.tools.ietf.org/wg/httpbis/trac/ticket/110</a>)</li>
</ul>
<h2 class="break">Changes (2/3)</h2>
<p>Part 3</p>
<ul>
<li>Update to use RFC 4647 and RFC 5646 with respect to language tag handling (<a href="http://trac.tools.ietf.org/wg/httpbis/trac/ticket/13">http://trac.tools.ietf.org/wg/httpbis/trac/ticket/13</a> and <a href="http://trac.tools.ietf.org/wg/httpbis/trac/ticket/181">http://trac.tools.ietf.org/wg/httpbis/trac/ticket/181</a>)</li>
<li>Update text about Content Negotiation (<a href="http://trac.tools.ietf.org/wg/httpbis/trac/ticket/181">http://trac.tools.ietf.org/wg/httpbis/trac/ticket/81</a>)</li>
</ul>
<p>Part 4</p>
<ul>
<li>Fixed leftover bug with respect to weak entity tags in requests other than GET (<a href="http://trac.tools.ietf.org/wg/httpbis/trac/ticket/116">http://trac.tools.ietf.org/wg/httpbis/trac/ticket/116</a>)</li>
</ul>
<h2 class="break">Changes (3/3)</h2>
<p>Part 5</p>
<ul>
<li>Clarifications for custom range units (<a href="http://trac.tools.ietf.org/wg/httpbis/trac/ticket/150">http://trac.tools.ietf.org/wg/httpbis/trac/ticket/150</a>)</li>
</ul>
<p>Part 6</p>
<ul>
<li>Clarifications about warn codes (<a href="http://trac.tools.ietf.org/wg/httpbis/trac/ticket/54">http://trac.tools.ietf.org/wg/httpbis/trac/ticket/54</a> and <a href="http://trac.tools.ietf.org/wg/httpbis/trac/ticket/187">http://trac.tools.ietf.org/wg/httpbis/trac/ticket/187</a>)</li>
<li>Clarifications about Cache-Control directives (<a href="http://trac.tools.ietf.org/wg/httpbis/trac/ticket/169">http://trac.tools.ietf.org/wg/httpbis/trac/ticket/169</a> and <a href="http://trac.tools.ietf.org/wg/httpbis/trac/ticket/197">http://trac.tools.ietf.org/wg/httpbis/trac/ticket/197</a>)</li>
<li>Header-specific canonicalization (<a href="http://trac.tools.ietf.org/wg/httpbis/trac/ticket/147">http://trac.tools.ietf.org/wg/httpbis/trac/ticket/147</a>)</li>
</ul>
</body>
</html>