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 90 - Progressing Specs</title>
|
---|
6 | <style type="text/css">
|
---|
7 | body {
|
---|
8 | color: black;
|
---|
9 | font-family: cambria, helvetica, arial, sans-serif;
|
---|
10 | font-size: 18pt;
|
---|
11 | }
|
---|
12 | h1 {
|
---|
13 | font-size: 36pt;
|
---|
14 | }
|
---|
15 | li {
|
---|
16 | margin-top: 0.5em;
|
---|
17 | }
|
---|
18 | q {
|
---|
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 90 - Progressing Specs";
|
---|
36 | }
|
---|
37 | }
|
---|
38 | </style>
|
---|
39 | </head>
|
---|
40 | <body>
|
---|
41 | <h1>IETF 90 - Progressing Specs</h1>
|
---|
42 | <p>
|
---|
43 | <a href="mailto:julian.reschke@greenbytes.de">Julian Reschke</a>, greenbytes
|
---|
44 | </p>
|
---|
45 |
|
---|
46 | <h2 class="break">RFC 7238: The Hypertext Transfer Protocol Status Code 308 (Permanent Redirect)</h2>
|
---|
47 | <p>
|
---|
48 | Status:
|
---|
49 | </p>
|
---|
50 | <ul>
|
---|
51 | <li>
|
---|
52 | Approved early 2012, but published last month due to httpbis dependencies.
|
---|
53 | </li>
|
---|
54 | <li>
|
---|
55 | Implemented in many tools, plus Firefox, Safari, Chrome 36 (currently beta).
|
---|
56 | </li>
|
---|
57 | </ul>
|
---|
58 | <p>
|
---|
59 | Plan:
|
---|
60 | </p>
|
---|
61 | <ul>
|
---|
62 | <li>
|
---|
63 | Experimental → Proposed Standard
|
---|
64 | </li>
|
---|
65 | <li>
|
---|
66 | No content changes needed; publish new RFC or reclassify?
|
---|
67 | </li>
|
---|
68 | <li>
|
---|
69 | Tests: <a href="http://greenbytes.de/tech/tc/httpredirects/#l-308">http://greenbytes.de/tech/tc/httpredirects/#l-308</a>
|
---|
70 | </li>
|
---|
71 | </ul>
|
---|
72 |
|
---|
73 | <h2 class="break">RFC 5987: Character Set and Language Encoding for Hypertext Transfer Protocol (HTTP) Header Field Parameters</h2>
|
---|
74 | <p>
|
---|
75 | Status:
|
---|
76 | </p>
|
---|
77 | <ul>
|
---|
78 | <li>
|
---|
79 | Supported for Content-Disposition in all browsers (where IE only supports UTF-8 where the spec also requires ISO-8859-1)
|
---|
80 | </li>
|
---|
81 | </ul>
|
---|
82 | <p>
|
---|
83 | Plan:
|
---|
84 | </p>
|
---|
85 | <ul>
|
---|
86 | <li>
|
---|
87 | Proposed Standard → Internet Standard
|
---|
88 | </li>
|
---|
89 | <li>
|
---|
90 | Drop ISO-8859-1 requirement
|
---|
91 | </li>
|
---|
92 | <li>
|
---|
93 | Rewrite to be consistent with RFC 723*.
|
---|
94 | </li>
|
---|
95 | <li>
|
---|
96 | <a href="http://greenbytes.de/tech/webdav/draft-reschke-rfc5987bis-07.html">draft-reschke-rfc5987bis-07</a>
|
---|
97 | </li>
|
---|
98 | <li>
|
---|
99 | Tests: <a href="http://greenbytes.de/tech/tc2231/">http://greenbytes.de/tech/tc2231/</a>
|
---|
100 | </li>
|
---|
101 | <li>
|
---|
102 | Was a private submission. Revise as Working Group work item?
|
---|
103 | </li>
|
---|
104 | </ul>
|
---|
105 |
|
---|
106 | <h2 class="break">RFC 6266: Use of the Content-Disposition Header Field in the Hypertext Transfer Protocol (HTTP)</h2>
|
---|
107 | <p>
|
---|
108 | Status:
|
---|
109 | </p>
|
---|
110 | <ul>
|
---|
111 | <li>
|
---|
112 | Supported in all browsers
|
---|
113 | </li>
|
---|
114 | </ul>
|
---|
115 | <p>
|
---|
116 | Plan:
|
---|
117 | </p>
|
---|
118 | <ul>
|
---|
119 | <li>
|
---|
120 | Proposed Standard → Internet Standard
|
---|
121 | </li>
|
---|
122 | <li>
|
---|
123 | Only tiny edits required.
|
---|
124 | </li>
|
---|
125 | <li>
|
---|
126 | ...after RFC 5987bis is done.
|
---|
127 | </li>
|
---|
128 | <li>
|
---|
129 | Was a Working Group work item. Revise as Working Group work item?
|
---|
130 | </li>
|
---|
131 | </ul>
|
---|
132 |
|
---|
133 | </body>
|
---|
134 | </html>
|
---|