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

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

add more boring presentations

  • Property svn:executable set to *
  • Property svn:mime-type set to application/xhtml+xml
File size: 4.5 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 Open Issues 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 Open Issues Overview";
36  }
37}
38    </style>
39  </head>
40  <body>
41    <h1>IETF 77 - HTTPbis Open Issues Overview</h1>
42    <p>
43      <a href="mailto:julian.reschke@greenbytes.de">Julian Reschke</a>, greenbytes
44    </p>
45    <p>
46      <a href="http://trac.tools.ietf.org/wg/httpbis/trac/report/9">http://trac.tools.ietf.org/wg/httpbis/trac/report/9</a>
47    </p>
48   
49
50    <h2 class="break">Current Work (not in -09) (1/2)</h2>
51    <ul>
52      <li>
53        Age Calculation: made the age calculation algorithm a bit less
54        conservative; this needs more eyes
55        (<a href="http://trac.tools.ietf.org/wg/httpbis/trac/ticket/29">http://trac.tools.ietf.org/wg/httpbis/trac/ticket/29</a>)
56      </li>
57      <li>
58        Fragment combination during redirects: ongoing discussion whether
59        this is up to HTTP to specify, or whether it depends on the media type
60        (<a href="http://trac.tools.ietf.org/wg/httpbis/trac/ticket/43">http://trac.tools.ietf.org/wg/httpbis/trac/ticket/43</a>)
61      </li>
62      <li>
63        Status codes and caching: clarify heuristic caching of responses
64        (<a href="http://trac.tools.ietf.org/wg/httpbis/trac/ticket/110">http://trac.tools.ietf.org/wg/httpbis/trac/ticket/110</a>)
65      </li>
66    </ul>
67     
68    <h2 class="break">Current Work (not in -09) (2/2)</h2>
69    <ul>
70      <li>
71        The return of the Sniffing discussion: TAG asks for Security Considerations of ignoring Content-Type
72        (<a href="http://trac.tools.ietf.org/wg/httpbis/trac/ticket/155">http://trac.tools.ietf.org/wg/httpbis/trac/ticket/155</a>)
73      </li>
74      <li>
75        Case-sensitivity of dates: ABNF makes them case-sensitive, reality is
76        they aren't, and prose asks implementers to do this already
77        (<a href="http://trac.tools.ietf.org/wg/httpbis/trac/ticket/165">http://trac.tools.ietf.org/wg/httpbis/trac/ticket/165</a>)
78      </li>
79      <li>
80        Define the term "effective request URI" and use it throughout
81        (<a href="http://trac.tools.ietf.org/wg/httpbis/trac/ticket/196">http://trac.tools.ietf.org/wg/httpbis/trac/ticket/196</a>)
82      </li>
83    </ul>
84   
85    <h2 class="break">Pending Issues (1/3)</h2>
86    <ul>
87      <li>
88        Clarification of "deflate"
89        (<a href="http://trac.tools.ietf.org/wg/httpbis/trac/ticket/73">http://trac.tools.ietf.org/wg/httpbis/trac/ticket/73</a>)
90      </li>
91      <li>
92        Multiple Content-Length headers (security!)
93        (<a href="http://trac.tools.ietf.org/wg/httpbis/trac/ticket/95">http://trac.tools.ietf.org/wg/httpbis/trac/ticket/95</a>)
94      </li>
95      <li>
96        Methods and Caching
97        (<a href="http://trac.tools.ietf.org/wg/httpbis/trac/ticket/139">http://trac.tools.ietf.org/wg/httpbis/trac/ticket/139</a>)
98      </li>
99    </ul>
100   
101    <h2 class="break">Pending Issues (2/3)</h2>
102    <ul>
103      <li>
104        Keep-alive and Proxy-Connection Headers
105        (<a href="http://trac.tools.ietf.org/wg/httpbis/trac/ticket/158">http://trac.tools.ietf.org/wg/httpbis/trac/ticket/158</a>)
106      </li>
107      <li>
108        Trailer Requirements
109        (<a href="http://trac.tools.ietf.org/wg/httpbis/trac/ticket/193">http://trac.tools.ietf.org/wg/httpbis/trac/ticket/193</a>)
110      </li>
111      <li>
112        Max-Forwards vs Extension Methods
113        (<a href="http://trac.tools.ietf.org/wg/httpbis/trac/ticket/203">http://trac.tools.ietf.org/wg/httpbis/trac/ticket/203</a>)
114      </li>
115    </ul>
116     
117    <h2 class="break">Pending Issues (3/3)</h2>
118    <ul>
119      <li>
120        Controversial: error handling for non-URIs where URIs are expected,
121        such as Location header
122        (<a href="http://trac.tools.ietf.org/wg/httpbis/trac/ticket/185">http://trac.tools.ietf.org/wg/httpbis/trac/ticket/185</a>)
123      </li>
124    </ul>
125  </body>
126</html>
Note: See TracBrowser for help on using the repository browser.