source: wg_materials/ietf77/ietf-77-httpbis.xhtml @ 1859

Last change on this file since 1859 was 793, checked in by julian.reschke@…, 13 years ago

add draft meeting materials

  • Property svn:executable set to *
  • Property svn:mime-type set to application/xhtml+xml
File size: 4.3 KB
Line 
1<!DOCTYPE html
2  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3<html xmlns="http://www.w3.org/1999/xhtml">
4  <head>
5    <title>IETF 77 - HTTPbis -08/-09 Changes Overview</title>
6    <style type="text/css">
7body {
8  color: black;
9  font-family: verdana, helvetica, arial, sans-serif;
10  font-size: 18pt;
11}
12h1 {
13  font-size: 36pt;
14}
15li {
16  margin-top: 0.5em;
17}
18q {
19  font-style: italic; 
20}
21.break {
22  page-break-before: always;
23}
24@page {
25  size: a4 landscape;
26}
27@page {
28  @bottom-left {
29       content: "Julian Reschke, greenbytes";
30  }
31  @bottom-right {
32       content: counter(page);
33  }
34  @top-center {
35       content: "IETF 77 - HTTPbis -08/-09 Changes Overview";
36  }
37}
38    </style>
39  </head>
40  <body>
41    <h1>IETF 77 - HTTPbis -08/-09 Changes Overview</h1>
42    <p>
43      <a href="mailto:julian.reschke@greenbytes.de">Julian Reschke</a>, greenbytes
44    </p>
45 
46    <h2 class="break">History</h2>
47    <ul>
48      <li>-05: published November 2008 (during IETF 73)</li>
49      <li>-06: published March 2009 (before IETF 74)</li>
50      <li>-07: published July 2009 (before IETF 75)</li>
51      <li>-08: published October 2009 (before IETF 76)</li>
52      <li>-09: published March 2010 (before IETF 77)</li>
53    </ul>
54
55    <h2 class="break">Changes (1/3)</h2>
56    <p>Part 1</p>
57    <ul>
58    <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>
59    <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>
60    <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>
61    </ul>
62
63    <p>Part 2</p>
64    <ul>
65    <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>
66    <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>
67    </ul>
68
69    <h2 class="break">Changes (2/3)</h2>
70    <p>Part 3</p>
71    <ul>
72    <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>
73    <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>
74    </ul>
75
76    <p>Part 4</p>
77    <ul>
78    <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>
79    </ul>
80
81    <h2 class="break">Changes (3/3)</h2>
82    <p>Part 5</p>
83    <ul>
84    <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>
85    </ul>
86
87    <p>Part 6</p>
88    <ul>
89    <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>
90    <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>
91    <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>
92    </ul>
93
94  </body>
95</html>
Note: See TracBrowser for help on using the repository browser.