Changeset 1624 for draft-ietf-httpbis/latest/p7-auth.xml
- Timestamp:
- 28/03/12 11:14:03 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p7-auth.xml
r1601 r1624 1116 1116 1117 1117 <section title="Change Log (to be removed by RFC Editor before publication)" anchor="change.log"> 1118 1119 <section title="Since RFC 2616"> 1120 <t> 1121 Extracted relevant partitions from <xref target="RFC2616"/>. 1122 </t> 1123 </section> 1124 1125 <section title="Since draft-ietf-httpbis-p7-auth-00"> 1126 <t> 1127 Closed issues: 1128 <list style="symbols"> 1129 <t> 1130 <eref target="http://tools.ietf.org/wg/httpbis/trac/ticket/35"/>: 1131 "Normative and Informative references" 1132 </t> 1133 </list> 1134 </t> 1135 </section> 1136 1137 <section title="Since draft-ietf-httpbis-p7-auth-01"> 1138 <t> 1139 Ongoing work on ABNF conversion (<eref target="http://tools.ietf.org/wg/httpbis/trac/ticket/36"/>): 1140 <list style="symbols"> 1141 <t> 1142 Explicitly import BNF rules for "challenge" and "credentials" from RFC2617. 1143 </t> 1144 <t> 1145 Add explicit references to BNF syntax and rules imported from other parts of the specification. 1146 </t> 1147 </list> 1148 </t> 1149 </section> 1150 1151 <section title="Since draft-ietf-httpbis-p7-auth-02" anchor="changes.since.02"> 1152 <t> 1153 Ongoing work on IANA Message Header Field Registration (<eref target="http://tools.ietf.org/wg/httpbis/trac/ticket/40"/>): 1154 <list style="symbols"> 1155 <t> 1156 Reference RFC 3984, and update header field registrations for header fields defined 1157 in this document. 1158 </t> 1159 </list> 1160 </t> 1161 </section> 1162 1163 <section title="Since draft-ietf-httpbis-p7-auth-03" anchor="changes.since.03"> 1164 <t> 1165 None. 1166 </t> 1167 </section> 1168 1169 <section title="Since draft-ietf-httpbis-p7-auth-04" anchor="changes.since.04"> 1170 <t> 1171 Ongoing work on ABNF conversion (<eref target="http://tools.ietf.org/wg/httpbis/trac/ticket/36"/>): 1172 <list style="symbols"> 1173 <t> 1174 Use "/" instead of "|" for alternatives. 1175 </t> 1176 <t> 1177 Introduce new ABNF rules for "bad" whitespace ("BWS"), optional 1178 whitespace ("OWS") and required whitespace ("RWS"). 1179 </t> 1180 <t> 1181 Rewrite ABNFs to spell out whitespace rules, factor out 1182 header field value format definitions. 1183 </t> 1184 </list> 1185 </t> 1186 </section> 1187 1188 <section title="Since draft-ietf-httpbis-p7-auth-05" anchor="changes.since.05"> 1189 <t> 1190 Final work on ABNF conversion (<eref target="http://tools.ietf.org/wg/httpbis/trac/ticket/36"/>): 1191 <list style="symbols"> 1192 <t> 1193 Add appendix containing collected and expanded ABNF, reorganize ABNF introduction. 1194 </t> 1195 </list> 1196 </t> 1197 </section> 1198 1199 <section title="Since draft-ietf-httpbis-p7-auth-06" anchor="changes.since.06"> 1200 <t> 1201 None. 1202 </t> 1203 </section> 1204 1205 <section title="Since draft-ietf-httpbis-p7-auth-07" anchor="changes.since.07"> 1206 <t> 1207 Closed issues: 1208 <list style="symbols"> 1209 <t> 1210 <eref target="http://tools.ietf.org/wg/httpbis/trac/ticket/198"/>: 1211 "move IANA registrations for optional status codes" 1212 </t> 1213 </list> 1214 </t> 1215 </section> 1216 1217 <section title="Since draft-ietf-httpbis-p7-auth-08" anchor="changes.since.08"> 1218 <t> 1219 No significant changes. 1220 </t> 1221 </section> 1222 1223 <section title="Since draft-ietf-httpbis-p7-auth-09" anchor="changes.since.09"> 1224 <t> 1225 Partly resolved issues: 1226 <list style="symbols"> 1227 <t> 1228 <eref target="http://tools.ietf.org/wg/httpbis/trac/ticket/196"/>: 1229 "Term for the requested resource's URI" 1230 </t> 1231 </list> 1232 </t> 1233 </section> 1234 1235 <section title="Since draft-ietf-httpbis-p7-auth-10" anchor="changes.since.10"> 1236 <t> 1237 None. 1238 </t> 1239 </section> 1240 1241 <section title="Since draft-ietf-httpbis-p7-auth-11" anchor="changes.since.11"> 1242 <t> 1243 Closed issues: 1244 <list style="symbols"> 1245 <t> 1246 <eref target="http://tools.ietf.org/wg/httpbis/trac/ticket/130"/>: 1247 "introduction to part 7 is work-in-progress" 1248 </t> 1249 <t> 1250 <eref target="http://tools.ietf.org/wg/httpbis/trac/ticket/195"/>: 1251 "auth-param syntax" 1252 </t> 1253 <t> 1254 <eref target="http://tools.ietf.org/wg/httpbis/trac/ticket/224"/>: 1255 "Header Classification" 1256 </t> 1257 <t> 1258 <eref target="http://tools.ietf.org/wg/httpbis/trac/ticket/237"/>: 1259 "absorbing the auth framework from 2617" 1260 </t> 1261 </list> 1262 </t> 1263 <t> 1264 Partly resolved issues: 1265 <list style="symbols"> 1266 <t> 1267 <eref target="http://tools.ietf.org/wg/httpbis/trac/ticket/141"/>: 1268 "should we have an auth scheme registry" 1269 </t> 1270 </list> 1271 </t> 1272 </section> 1273 1274 <section title="Since draft-ietf-httpbis-p7-auth-12" anchor="changes.since.12"> 1275 <t> 1276 None. 1277 </t> 1278 </section> 1279 1280 <section title="Since draft-ietf-httpbis-p7-auth-13" anchor="changes.since.13"> 1281 <t> 1282 Closed issues: 1283 <list style="symbols"> 1284 <t> 1285 <eref target="http://tools.ietf.org/wg/httpbis/trac/ticket/276"/>: 1286 "untangle ABNFs for header fields" 1287 </t> 1288 </list> 1289 </t> 1290 </section> 1291 1292 <section title="Since draft-ietf-httpbis-p7-auth-14" anchor="changes.since.14"> 1293 <t> 1294 None. 1295 </t> 1296 </section> 1297 1298 <section title="Since draft-ietf-httpbis-p7-auth-15" anchor="changes.since.15"> 1299 <t> 1300 Closed issues: 1301 <list style="symbols"> 1302 <t> 1303 <eref target="http://tools.ietf.org/wg/httpbis/trac/ticket/78"/>: 1304 "Relationship between 401, Authorization and WWW-Authenticate" 1305 </t> 1306 <t> 1307 <eref target="http://tools.ietf.org/wg/httpbis/trac/ticket/177"/>: 1308 "Realm required on challenges" 1309 </t> 1310 <t> 1311 <eref target="http://tools.ietf.org/wg/httpbis/trac/ticket/195"/>: 1312 "auth-param syntax" 1313 </t> 1314 <t> 1315 <eref target="http://tools.ietf.org/wg/httpbis/trac/ticket/257"/>: 1316 "Considerations for new authentications schemes" 1317 </t> 1318 <t> 1319 <eref target="http://tools.ietf.org/wg/httpbis/trac/ticket/287"/>: 1320 "LWS in auth-param ABNF" 1321 </t> 1322 <t> 1323 <eref target="http://tools.ietf.org/wg/httpbis/trac/ticket/309"/>: 1324 "credentials ABNF missing SP (still using implied LWS?)" 1325 </t> 1326 </list> 1327 </t> 1328 </section> 1329 1330 <section title="Since draft-ietf-httpbis-p7-auth-16" anchor="changes.since.16"> 1331 <t> 1332 Closed issues: 1333 <list style="symbols"> 1334 <t> 1335 <eref target="http://tools.ietf.org/wg/httpbis/trac/ticket/186"/>: 1336 "Document HTTP's error-handling philosophy" 1337 </t> 1338 <t> 1339 <eref target="http://tools.ietf.org/wg/httpbis/trac/ticket/320"/>: 1340 "add advice on defining auth scheme parameters" 1341 </t> 1342 </list> 1343 </t> 1344 </section> 1345 1346 <section title="Since draft-ietf-httpbis-p7-auth-17" anchor="changes.since.17"> 1347 <t> 1348 Closed issues: 1349 <list style="symbols"> 1350 <t> 1351 <eref target="http://tools.ietf.org/wg/httpbis/trac/ticket/314"/>: 1352 "allow unquoted realm parameters" 1353 </t> 1354 <t> 1355 <eref target="http://tools.ietf.org/wg/httpbis/trac/ticket/321"/>: 1356 "Repeating auth-params" 1357 </t> 1358 </list> 1359 </t> 1360 </section> 1361 1362 <section title="Since draft-ietf-httpbis-p7-auth-18" anchor="changes.since.18"> 1363 <t> 1364 Closed issues: 1365 <list style="symbols"> 1366 <t> 1367 <eref target="http://tools.ietf.org/wg/httpbis/trac/ticket/334"/>: 1368 "recipient behavior for new auth parameters" 1369 </t> 1370 <t> 1371 <eref target="http://tools.ietf.org/wg/httpbis/trac/ticket/342"/>: 1372 "WWW-Authenticate ABNF slightly ambiguous" 1373 </t> 1374 </list> 1375 </t> 1376 </section> 1118 <t> 1119 Changes up to the first Working Group Last Call draft are summarized 1120 in <eref target="http://trac.tools.ietf.org/html/draft-ietf-httpbis-p7-auth-19#appendix-C"/>. 1121 </t> 1377 1122 1378 1123 <section title="Since draft-ietf-httpbis-p7-auth-19" anchor="changes.since.19">
Note: See TracChangeset
for help on using the changeset viewer.