Changeset 2678
- Timestamp:
- 16/05/14 06:40:12 (7 years ago)
- Location:
- draft-ietf-httpbis/latest/auth48
- Files:
-
- 10 added
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/auth48/p2-semantics.unpg.txt
- Property svn:eol-style set to native
-
draft-ietf-httpbis/latest/auth48/p4-conditional.unpg.txt
- Property svn:eol-style set to native
-
draft-ietf-httpbis/latest/auth48/rfc7231-to-be.unpg.txt
r2677 r2678 2765 2765 | 406 | Not Acceptable | Section 6.5.6 | 2766 2766 | 407 | Proxy Authentication Required | Section 3.2 of [RFC7235] | 2767 | 408 | Request Time -out| Section 6.5.7 |2767 | 408 | Request Timeout | Section 6.5.7 | 2768 2768 | 409 | Conflict | Section 6.5.8 | 2769 2769 | 410 | Gone | Section 6.5.9 | … … 2780 2780 | 502 | Bad Gateway | Section 6.6.3 | 2781 2781 | 503 | Service Unavailable | Section 6.6.4 | 2782 | 504 | Gateway Time -out| Section 6.6.5 |2782 | 504 | Gateway Timeout | Section 6.6.5 | 2783 2783 | 505 | HTTP Version Not Supported | Section 6.6.6 | 2784 2784 +------+-------------------------------+--------------------------+ -
draft-ietf-httpbis/latest/auth48/rfc7231-to-be.xml
r2677 r2678 2561 2561 <c>406</c> <c>Not Acceptable</c> <c><xref target="status.406"/></c> 2562 2562 <c>407</c> <c>Proxy Authentication Required</c> <c>Section 3.2 of <xref target="RFC7235"/></c> 2563 <c>408</c> <c>Request Time -out</c> <c><xref target="status.408"/></c>2563 <c>408</c> <c>Request Timeout</c> <c><xref target="status.408"/></c> 2564 2564 <c>409</c> <c>Conflict</c> <c><xref target="status.409"/></c> 2565 2565 <c>410</c> <c>Gone</c> <c><xref target="status.410"/></c> … … 2577 2577 <c>502</c> <c>Bad Gateway</c> <c><xref target="status.502"/></c> 2578 2578 <c>503</c> <c>Service Unavailable</c> <c><xref target="status.503"/></c> 2579 <c>504</c> <c>Gateway Time -out</c> <c><xref target="status.504"/></c>2579 <c>504</c> <c>Gateway Timeout</c> <c><xref target="status.504"/></c> 2580 2580 <c>505</c> <c>HTTP Version Not Supported</c> <c><xref target="status.505"/></c> 2581 2581 </texttable> -
draft-ietf-httpbis/latest/auth48/rfc7231.abdiff.txt
r2677 r2678 411 411 412 412 413 Section 6.1., paragraph 3: 414 OLD: 415 416 +------+-------------------------------+--------------------------+ 417 | Code | Reason-Phrase | Defined in... | 418 +------+-------------------------------+--------------------------+ 419 | 100 | Continue | Section 6.2.1 | 420 | 101 | Switching Protocols | Section 6.2.2 | 421 | 200 | OK | Section 6.3.1 | 422 | 201 | Created | Section 6.3.2 | 423 | 202 | Accepted | Section 6.3.3 | 424 | 203 | Non-Authoritative Information | Section 6.3.4 | 425 | 204 | No Content | Section 6.3.5 | 426 | 205 | Reset Content | Section 6.3.6 | 427 | 206 | Partial Content | Section 4.1 of [RFC7233] | 428 | 300 | Multiple Choices | Section 6.4.1 | 429 | 301 | Moved Permanently | Section 6.4.2 | 430 | 302 | Found | Section 6.4.3 | 431 | 303 | See Other | Section 6.4.4 | 432 | 304 | Not Modified | Section 4.1 of [RFC7232] | 433 | 305 | Use Proxy | Section 6.4.5 | 434 | 307 | Temporary Redirect | Section 6.4.7 | 435 | 400 | Bad Request | Section 6.5.1 | 436 | 401 | Unauthorized | Section 3.1 of [RFC7235] | 437 | 402 | Payment Required | Section 6.5.2 | 438 | 403 | Forbidden | Section 6.5.3 | 439 | 404 | Not Found | Section 6.5.4 | 440 | 405 | Method Not Allowed | Section 6.5.5 | 441 | 406 | Not Acceptable | Section 6.5.6 | 442 | 407 | Proxy Authentication Required | Section 3.2 of [RFC7235] | 443 | 408 | Request Time-out | Section 6.5.7 | 444 | 409 | Conflict | Section 6.5.8 | 445 | 410 | Gone | Section 6.5.9 | 446 | 411 | Length Required | Section 6.5.10 | 447 | 412 | Precondition Failed | Section 4.2 of [RFC7232] | 448 | 413 | Payload Too Large | Section 6.5.11 | 449 | 414 | URI Too Long | Section 6.5.12 | 450 | 415 | Unsupported Media Type | Section 6.5.13 | 451 | 416 | Range Not Satisfiable | Section 4.4 of [RFC7233] | 452 | 417 | Expectation Failed | Section 6.5.14 | 453 | 426 | Upgrade Required | Section 6.5.15 | 454 | 500 | Internal Server Error | Section 6.6.1 | 455 | 501 | Not Implemented | Section 6.6.2 | 456 | 502 | Bad Gateway | Section 6.6.3 | 457 | 503 | Service Unavailable | Section 6.6.4 | 458 | 504 | Gateway Time-out | Section 6.6.5 | 459 | 505 | HTTP Version Not Supported | Section 6.6.6 | 460 +------+-------------------------------+--------------------------+ 461 462 NEW: 463 464 +------+-------------------------------+--------------------------+ 465 | Code | Reason-Phrase | Defined in... | 466 +------+-------------------------------+--------------------------+ 467 | 100 | Continue | Section 6.2.1 | 468 | 101 | Switching Protocols | Section 6.2.2 | 469 | 200 | OK | Section 6.3.1 | 470 | 201 | Created | Section 6.3.2 | 471 | 202 | Accepted | Section 6.3.3 | 472 | 203 | Non-Authoritative Information | Section 6.3.4 | 473 | 204 | No Content | Section 6.3.5 | 474 | 205 | Reset Content | Section 6.3.6 | 475 | 206 | Partial Content | Section 4.1 of [RFC7233] | 476 | 300 | Multiple Choices | Section 6.4.1 | 477 | 301 | Moved Permanently | Section 6.4.2 | 478 | 302 | Found | Section 6.4.3 | 479 | 303 | See Other | Section 6.4.4 | 480 | 304 | Not Modified | Section 4.1 of [RFC7232] | 481 | 305 | Use Proxy | Section 6.4.5 | 482 | 307 | Temporary Redirect | Section 6.4.7 | 483 | 400 | Bad Request | Section 6.5.1 | 484 | 401 | Unauthorized | Section 3.1 of [RFC7235] | 485 | 402 | Payment Required | Section 6.5.2 | 486 | 403 | Forbidden | Section 6.5.3 | 487 | 404 | Not Found | Section 6.5.4 | 488 | 405 | Method Not Allowed | Section 6.5.5 | 489 | 406 | Not Acceptable | Section 6.5.6 | 490 | 407 | Proxy Authentication Required | Section 3.2 of [RFC7235] | 491 | 408 | Request Timeout | Section 6.5.7 | 492 | 409 | Conflict | Section 6.5.8 | 493 | 410 | Gone | Section 6.5.9 | 494 | 411 | Length Required | Section 6.5.10 | 495 | 412 | Precondition Failed | Section 4.2 of [RFC7232] | 496 | 413 | Payload Too Large | Section 6.5.11 | 497 | 414 | URI Too Long | Section 6.5.12 | 498 | 415 | Unsupported Media Type | Section 6.5.13 | 499 | 416 | Range Not Satisfiable | Section 4.4 of [RFC7233] | 500 | 417 | Expectation Failed | Section 6.5.14 | 501 | 426 | Upgrade Required | Section 6.5.15 | 502 | 500 | Internal Server Error | Section 6.6.1 | 503 | 501 | Not Implemented | Section 6.6.2 | 504 | 502 | Bad Gateway | Section 6.6.3 | 505 | 503 | Service Unavailable | Section 6.6.4 | 506 | 504 | Gateway Timeout | Section 6.6.5 | 507 | 505 | HTTP Version Not Supported | Section 6.6.6 | 508 +------+-------------------------------+--------------------------+ 509 510 413 511 Section 7.1.1.1., paragraph 10: 414 512 OLD: -
draft-ietf-httpbis/latest/auth48/rfc7231.diff.html
r2677 r2678 180 180 <tr><td class="lineno" valign="top"></td><td class="left"></td><td> </td><td class="right"></td><td class="lineno" valign="top"></td></tr> 181 181 <tr><td class="lineno"></td><td class="left"></td><td> </td><td class="right"></td><td class="lineno"></td></tr> 182 <tr bgcolor="gray" ><td></td><th><a name="part-l5" /><small>skipping to change at</small><em> page 66, line 7</em></th><th> </th><th><a name="part-r5" /><small>skipping to change at</small><em> page 66, line 7</em></th><td></td></tr> 182 <tr bgcolor="gray" ><td></td><th><a name="part-l5" /><small>skipping to change at</small><em> page 49, line 32</em></th><th> </th><th><a name="part-r5" /><small>skipping to change at</small><em> page 49, line 32</em></th><td></td></tr> 183 <tr><td class="lineno" valign="top"></td><td class="left"> | 305 | Use Proxy | Section 6.4.5 |</td><td> </td><td class="right"> | 305 | Use Proxy | Section 6.4.5 |</td><td class="lineno" valign="top"></td></tr> 184 <tr><td class="lineno" valign="top"></td><td class="left"> | 307 | Temporary Redirect | Section 6.4.7 |</td><td> </td><td class="right"> | 307 | Temporary Redirect | Section 6.4.7 |</td><td class="lineno" valign="top"></td></tr> 185 <tr><td class="lineno" valign="top"></td><td class="left"> | 400 | Bad Request | Section 6.5.1 |</td><td> </td><td class="right"> | 400 | Bad Request | Section 6.5.1 |</td><td class="lineno" valign="top"></td></tr> 186 <tr><td class="lineno" valign="top"></td><td class="left"> | 401 | Unauthorized | Section 3.1 of [RFC7235] |</td><td> </td><td class="right"> | 401 | Unauthorized | Section 3.1 of [RFC7235] |</td><td class="lineno" valign="top"></td></tr> 187 <tr><td class="lineno" valign="top"></td><td class="left"> | 402 | Payment Required | Section 6.5.2 |</td><td> </td><td class="right"> | 402 | Payment Required | Section 6.5.2 |</td><td class="lineno" valign="top"></td></tr> 188 <tr><td class="lineno" valign="top"></td><td class="left"> | 403 | Forbidden | Section 6.5.3 |</td><td> </td><td class="right"> | 403 | Forbidden | Section 6.5.3 |</td><td class="lineno" valign="top"></td></tr> 189 <tr><td class="lineno" valign="top"></td><td class="left"> | 404 | Not Found | Section 6.5.4 |</td><td> </td><td class="right"> | 404 | Not Found | Section 6.5.4 |</td><td class="lineno" valign="top"></td></tr> 190 <tr><td class="lineno" valign="top"></td><td class="left"> | 405 | Method Not Allowed | Section 6.5.5 |</td><td> </td><td class="right"> | 405 | Method Not Allowed | Section 6.5.5 |</td><td class="lineno" valign="top"></td></tr> 191 <tr><td class="lineno" valign="top"></td><td class="left"> | 406 | Not Acceptable | Section 6.5.6 |</td><td> </td><td class="right"> | 406 | Not Acceptable | Section 6.5.6 |</td><td class="lineno" valign="top"></td></tr> 192 <tr><td class="lineno" valign="top"></td><td class="left"> | 407 | Proxy Authentication Required | Section 3.2 of [RFC7235] |</td><td> </td><td class="right"> | 407 | Proxy Authentication Required | Section 3.2 of [RFC7235] |</td><td class="lineno" valign="top"></td></tr> 193 <tr><td><a name="diff0010" /></td></tr> 194 <tr><td class="lineno" valign="top"></td><td class="lblock"> | 408 | Request Time<span class="delete">-out</span> | Section 6.5.7 |</td><td> </td><td class="rblock"> | 408 | Request Time<span class="insert">out </span> | Section 6.5.7 |</td><td class="lineno" valign="top"></td></tr> 195 <tr><td class="lineno" valign="top"></td><td class="left"> | 409 | Conflict | Section 6.5.8 |</td><td> </td><td class="right"> | 409 | Conflict | Section 6.5.8 |</td><td class="lineno" valign="top"></td></tr> 196 <tr><td class="lineno" valign="top"></td><td class="left"> | 410 | Gone | Section 6.5.9 |</td><td> </td><td class="right"> | 410 | Gone | Section 6.5.9 |</td><td class="lineno" valign="top"></td></tr> 197 <tr><td class="lineno" valign="top"></td><td class="left"> | 411 | Length Required | Section 6.5.10 |</td><td> </td><td class="right"> | 411 | Length Required | Section 6.5.10 |</td><td class="lineno" valign="top"></td></tr> 198 <tr><td class="lineno" valign="top"></td><td class="left"> | 412 | Precondition Failed | Section 4.2 of [RFC7232] |</td><td> </td><td class="right"> | 412 | Precondition Failed | Section 4.2 of [RFC7232] |</td><td class="lineno" valign="top"></td></tr> 199 <tr><td class="lineno" valign="top"></td><td class="left"> | 413 | Payload Too Large | Section 6.5.11 |</td><td> </td><td class="right"> | 413 | Payload Too Large | Section 6.5.11 |</td><td class="lineno" valign="top"></td></tr> 200 <tr><td class="lineno" valign="top"></td><td class="left"> | 414 | URI Too Long | Section 6.5.12 |</td><td> </td><td class="right"> | 414 | URI Too Long | Section 6.5.12 |</td><td class="lineno" valign="top"></td></tr> 201 <tr><td class="lineno" valign="top"></td><td class="left"> | 415 | Unsupported Media Type | Section 6.5.13 |</td><td> </td><td class="right"> | 415 | Unsupported Media Type | Section 6.5.13 |</td><td class="lineno" valign="top"></td></tr> 202 <tr><td class="lineno" valign="top"></td><td class="left"> | 416 | Range Not Satisfiable | Section 4.4 of [RFC7233] |</td><td> </td><td class="right"> | 416 | Range Not Satisfiable | Section 4.4 of [RFC7233] |</td><td class="lineno" valign="top"></td></tr> 203 <tr><td class="lineno" valign="top"></td><td class="left"> | 417 | Expectation Failed | Section 6.5.14 |</td><td> </td><td class="right"> | 417 | Expectation Failed | Section 6.5.14 |</td><td class="lineno" valign="top"></td></tr> 204 <tr><td class="lineno" valign="top"></td><td class="left"> | 426 | Upgrade Required | Section 6.5.15 |</td><td> </td><td class="right"> | 426 | Upgrade Required | Section 6.5.15 |</td><td class="lineno" valign="top"></td></tr> 205 <tr><td class="lineno" valign="top"></td><td class="left"> | 500 | Internal Server Error | Section 6.6.1 |</td><td> </td><td class="right"> | 500 | Internal Server Error | Section 6.6.1 |</td><td class="lineno" valign="top"></td></tr> 206 <tr><td class="lineno" valign="top"></td><td class="left"> | 501 | Not Implemented | Section 6.6.2 |</td><td> </td><td class="right"> | 501 | Not Implemented | Section 6.6.2 |</td><td class="lineno" valign="top"></td></tr> 207 <tr><td class="lineno" valign="top"></td><td class="left"> | 502 | Bad Gateway | Section 6.6.3 |</td><td> </td><td class="right"> | 502 | Bad Gateway | Section 6.6.3 |</td><td class="lineno" valign="top"></td></tr> 208 <tr><td class="lineno" valign="top"></td><td class="left"> | 503 | Service Unavailable | Section 6.6.4 |</td><td> </td><td class="right"> | 503 | Service Unavailable | Section 6.6.4 |</td><td class="lineno" valign="top"></td></tr> 209 <tr><td><a name="diff0011" /></td></tr> 210 <tr><td class="lineno" valign="top"></td><td class="lblock"> | 504 | Gateway Time<span class="delete">-out</span> | Section 6.6.5 |</td><td> </td><td class="rblock"> | 504 | Gateway Time<span class="insert">out </span> | Section 6.6.5 |</td><td class="lineno" valign="top"></td></tr> 211 <tr><td class="lineno" valign="top"></td><td class="left"> | 505 | HTTP Version Not Supported | Section 6.6.6 |</td><td> </td><td class="right"> | 505 | HTTP Version Not Supported | Section 6.6.6 |</td><td class="lineno" valign="top"></td></tr> 212 <tr><td class="lineno" valign="top"></td><td class="left"> +------+-------------------------------+--------------------------+</td><td> </td><td class="right"> +------+-------------------------------+--------------------------+</td><td class="lineno" valign="top"></td></tr> 213 <tr><td class="lineno" valign="top"></td><td class="left"></td><td> </td><td class="right"></td><td class="lineno" valign="top"></td></tr> 214 <tr><td class="lineno" valign="top"></td><td class="left"> Note that this list is not exhaustive -- it does not include</td><td> </td><td class="right"> Note that this list is not exhaustive -- it does not include</td><td class="lineno" valign="top"></td></tr> 215 <tr><td class="lineno" valign="top"></td><td class="left"> extension status codes defined in other specifications. The complete</td><td> </td><td class="right"> extension status codes defined in other specifications. The complete</td><td class="lineno" valign="top"></td></tr> 216 <tr><td class="lineno" valign="top"></td><td class="left"> list of status codes is maintained by IANA. See Section 8.2 for</td><td> </td><td class="right"> list of status codes is maintained by IANA. See Section 8.2 for</td><td class="lineno" valign="top"></td></tr> 217 <tr><td class="lineno" valign="top"></td><td class="left"> details.</td><td> </td><td class="right"> details.</td><td class="lineno" valign="top"></td></tr> 218 <tr><td class="lineno" valign="top"></td><td class="left"></td><td> </td><td class="right"></td><td class="lineno" valign="top"></td></tr> 219 <tr><td class="lineno" valign="top"></td><td class="left">6.2. Informational 1xx</td><td> </td><td class="right">6.2. Informational 1xx</td><td class="lineno" valign="top"></td></tr> 220 <tr><td class="lineno" valign="top"></td><td class="left"></td><td> </td><td class="right"></td><td class="lineno" valign="top"></td></tr> 221 <tr><td class="lineno"></td><td class="left"></td><td> </td><td class="right"></td><td class="lineno"></td></tr> 222 <tr bgcolor="gray" ><td></td><th><a name="part-l6" /><small>skipping to change at</small><em> page 66, line 7</em></th><th> </th><th><a name="part-r6" /><small>skipping to change at</small><em> page 66, line 7</em></th><td></td></tr> 183 223 <tr><td class="lineno" valign="top"></td><td class="left"> three-letter abbreviation for Greenwich Mean Time, "GMT", a</td><td> </td><td class="right"> three-letter abbreviation for Greenwich Mean Time, "GMT", a</td><td class="lineno" valign="top"></td></tr> 184 224 <tr><td class="lineno" valign="top"></td><td class="left"> predecessor of the UTC name; values in the asctime format are assumed</td><td> </td><td class="right"> predecessor of the UTC name; values in the asctime format are assumed</td><td class="lineno" valign="top"></td></tr> … … 191 231 <tr><td class="lineno" valign="top"></td><td class="left"> IMF-fixdate = day-name "," SP date1 SP time-of-day SP GMT</td><td> </td><td class="right"> IMF-fixdate = day-name "," SP date1 SP time-of-day SP GMT</td><td class="lineno" valign="top"></td></tr> 192 232 <tr><td class="lineno" valign="top"></td><td class="left"> ; fixed length/zone/capitalization subset of the format</td><td> </td><td class="right"> ; fixed length/zone/capitalization subset of the format</td><td class="lineno" valign="top"></td></tr> 193 <tr><td><a name="diff001 0" /></td></tr>233 <tr><td><a name="diff0012" /></td></tr> 194 234 <tr><td class="lineno" valign="top"></td><td class="lblock"> ; <span class="delete">see</span> Section 3.3 of [RFC5322]</td><td> </td><td class="rblock"> ; <span class="insert">defined in</span> Section 3.3 of [RFC5322]</td><td class="lineno" valign="top"></td></tr> 195 235 <tr><td class="lineno" valign="top"></td><td class="left"></td><td> </td><td class="right"></td><td class="lineno" valign="top"></td></tr> … … 204 244 <tr><td class="lineno" valign="top"></td><td class="left"> date1 = day SP month SP year</td><td> </td><td class="right"> date1 = day SP month SP year</td><td class="lineno" valign="top"></td></tr> 205 245 <tr><td class="lineno"></td><td class="left"></td><td> </td><td class="right"></td><td class="lineno"></td></tr> 206 <tr bgcolor="gray" ><td></td><th><a name="part-l 6" /><small>skipping to change at</small><em> page 86, line 15</em></th><th> </th><th><a name="part-r6" /><small>skipping to change at</small><em> page 86, line 15</em></th><td></td></tr>246 <tr bgcolor="gray" ><td></td><th><a name="part-l7" /><small>skipping to change at</small><em> page 86, line 15</em></th><th> </th><th><a name="part-r7" /><small>skipping to change at</small><em> page 86, line 15</em></th><td></td></tr> 207 247 <tr><td class="lineno" valign="top"></td><td class="left"></td><td> </td><td class="right"></td><td class="lineno" valign="top"></td></tr> 208 248 <tr><td class="lineno" valign="top"></td><td class="left"> [RFC5646] Phillips, A., Ed. and M. Davis, Ed., "Tags for Identifying</td><td> </td><td class="right"> [RFC5646] Phillips, A., Ed. and M. Davis, Ed., "Tags for Identifying</td><td class="lineno" valign="top"></td></tr> … … 215 255 <tr><td class="lineno" valign="top"></td><td class="left"> [RFC7230] Fielding, R., Ed. and J. Reschke, Ed., "Hypertext Transfer</td><td> </td><td class="right"> [RFC7230] Fielding, R., Ed. and J. Reschke, Ed., "Hypertext Transfer</td><td class="lineno" valign="top"></td></tr> 216 256 <tr><td class="lineno" valign="top"></td><td class="left"> Protocol (HTTP/1.1): Message Syntax and Routing",</td><td> </td><td class="right"> Protocol (HTTP/1.1): Message Syntax and Routing",</td><td class="lineno" valign="top"></td></tr> 217 <tr><td><a name="diff001 1" /></td></tr>257 <tr><td><a name="diff0013" /></td></tr> 218 258 <tr><td class="lineno" valign="top"></td><td class="lblock"> <span class="delete">draft-ietf-httpbis-p1-messaging-latest (work in progress),</span></td><td> </td><td class="rblock"> <span class="insert">RFC 7230,</span> May 2014.</td><td class="lineno" valign="top"></td></tr> 219 259 <tr><td class="lineno" valign="top"></td><td class="lblock"> May 2014.</td><td> </td><td class="rblock"></td><td class="lineno" valign="top"></td></tr> 220 260 <tr><td class="lineno" valign="top"></td><td class="left"></td><td> </td><td class="right"></td><td class="lineno" valign="top"></td></tr> 221 261 <tr><td class="lineno" valign="top"></td><td class="left"> [RFC7232] Fielding, R., Ed. and J. Reschke, Ed., "Hypertext Transfer</td><td> </td><td class="right"> [RFC7232] Fielding, R., Ed. and J. Reschke, Ed., "Hypertext Transfer</td><td class="lineno" valign="top"></td></tr> 222 <tr><td><a name="diff001 2" /></td></tr>262 <tr><td><a name="diff0014" /></td></tr> 223 263 <tr><td class="lineno" valign="top"></td><td class="lblock"> Protocol (HTTP/1.1): Conditional Requests",</td><td> </td><td class="rblock"> Protocol (HTTP/1.1): Conditional Requests", <span class="insert">RFC 7232,</span></td><td class="lineno" valign="top"></td></tr> 224 264 <tr><td class="lineno" valign="top"></td><td class="lblock"> <span class="delete">draft-ietf-httpbis-p4-conditional-latest (work in</span></td><td> </td><td class="rblock"> May 2014.</td><td class="lineno" valign="top"></td></tr> … … 227 267 <tr><td class="lineno" valign="top"></td><td class="left"> [RFC7233] Fielding, R., Ed., Lafon, Y., Ed., and J. Reschke, Ed.,</td><td> </td><td class="right"> [RFC7233] Fielding, R., Ed., Lafon, Y., Ed., and J. Reschke, Ed.,</td><td class="lineno" valign="top"></td></tr> 228 268 <tr><td class="lineno" valign="top"></td><td class="left"> "Hypertext Transfer Protocol (HTTP/1.1): Range Requests",</td><td> </td><td class="right"> "Hypertext Transfer Protocol (HTTP/1.1): Range Requests",</td><td class="lineno" valign="top"></td></tr> 229 <tr><td><a name="diff001 3" /></td></tr>269 <tr><td><a name="diff0015" /></td></tr> 230 270 <tr><td class="lineno" valign="top"></td><td class="lblock"> <span class="delete">draft-ietf-httpbis-p5-range-latest (work in progress),</span></td><td> </td><td class="rblock"> <span class="insert">RFC 7233,</span> May 2014.</td><td class="lineno" valign="top"></td></tr> 231 271 <tr><td class="lineno" valign="top"></td><td class="lblock"> May 2014.</td><td> </td><td class="rblock"></td><td class="lineno" valign="top"></td></tr> … … 233 273 <tr><td class="lineno" valign="top"></td><td class="left"> [RFC7234] Fielding, R., Ed., Nottingham, M., Ed., and J. Reschke,</td><td> </td><td class="right"> [RFC7234] Fielding, R., Ed., Nottingham, M., Ed., and J. Reschke,</td><td class="lineno" valign="top"></td></tr> 234 274 <tr><td class="lineno" valign="top"></td><td class="left"> Ed., "Hypertext Transfer Protocol (HTTP/1.1): Caching",</td><td> </td><td class="right"> Ed., "Hypertext Transfer Protocol (HTTP/1.1): Caching",</td><td class="lineno" valign="top"></td></tr> 235 <tr><td><a name="diff001 4" /></td></tr>275 <tr><td><a name="diff0016" /></td></tr> 236 276 <tr><td class="lineno" valign="top"></td><td class="lblock"> <span class="delete">draft-ietf-httpbis-p6-cache-latest (work in progress),</span></td><td> </td><td class="rblock"> <span class="insert">RFC 7234,</span> May 2014.</td><td class="lineno" valign="top"></td></tr> 237 277 <tr><td class="lineno" valign="top"></td><td class="lblock"> May 2014.</td><td> </td><td class="rblock"></td><td class="lineno" valign="top"></td></tr> 238 278 <tr><td class="lineno" valign="top"></td><td class="left"></td><td> </td><td class="right"></td><td class="lineno" valign="top"></td></tr> 239 279 <tr><td class="lineno" valign="top"></td><td class="left"> [RFC7235] Fielding, R., Ed. and J. Reschke, Ed., "Hypertext Transfer</td><td> </td><td class="right"> [RFC7235] Fielding, R., Ed. and J. Reschke, Ed., "Hypertext Transfer</td><td class="lineno" valign="top"></td></tr> 240 <tr><td><a name="diff001 5" /></td></tr>280 <tr><td><a name="diff0017" /></td></tr> 241 281 <tr><td class="lineno" valign="top"></td><td class="lblock"> Protocol (HTTP/1.1): Authentication",</td><td> </td><td class="rblock"> Protocol (HTTP/1.1): Authentication", <span class="insert">RFC 7235,</span> May 2014.</td><td class="lineno" valign="top"></td></tr> 242 282 <tr><td class="lineno" valign="top"></td><td class="lblock"> <span class="delete">draft-ietf-httpbis-p7-auth-latest (work in progress),</span></td><td> </td><td class="rblock"></td><td class="lineno" valign="top"></td></tr> … … 253 293 <tr><td class="lineno" valign="top"></td><td class="left"> Application Protocols", BCP 178, RFC 6648, June 2012.</td><td> </td><td class="right"> Application Protocols", BCP 178, RFC 6648, June 2012.</td><td class="lineno" valign="top"></td></tr> 254 294 <tr><td class="lineno"></td><td class="left"></td><td> </td><td class="right"></td><td class="lineno"></td></tr> 255 <tr bgcolor="gray" ><td></td><th><a name="part-l 7" /><small>skipping to change at</small><em> page 88, line 32</em></th><th> </th><th><a name="part-r7" /><small>skipping to change at</small><em> page 88, line 26</em></th><td></td></tr>295 <tr bgcolor="gray" ><td></td><th><a name="part-l8" /><small>skipping to change at</small><em> page 88, line 32</em></th><th> </th><th><a name="part-r8" /><small>skipping to change at</small><em> page 88, line 26</em></th><td></td></tr> 256 296 <tr><td class="lineno" valign="top"></td><td class="left"> [RFC5988] Nottingham, M., "Web Linking", RFC 5988, October 2010.</td><td> </td><td class="right"> [RFC5988] Nottingham, M., "Web Linking", RFC 5988, October 2010.</td><td class="lineno" valign="top"></td></tr> 257 297 <tr><td class="lineno" valign="top"></td><td class="left"></td><td> </td><td class="right"></td><td class="lineno" valign="top"></td></tr> … … 264 304 <tr><td class="lineno" valign="top"></td><td class="left"></td><td> </td><td class="right"></td><td class="lineno" valign="top"></td></tr> 265 305 <tr><td class="lineno" valign="top"></td><td class="left"> [RFC7238] Reschke, J., "The Hypertext Transfer Protocol (HTTP)</td><td> </td><td class="right"> [RFC7238] Reschke, J., "The Hypertext Transfer Protocol (HTTP)</td><td class="lineno" valign="top"></td></tr> 266 <tr><td><a name="diff001 6" /></td></tr>306 <tr><td><a name="diff0018" /></td></tr> 267 307 <tr><td class="lineno" valign="top"></td><td class="lblock"> Status Code 308 (Permanent Redirect)",</td><td> </td><td class="rblock"> Status Code 308 (Permanent Redirect)", <span class="insert">RFC 7238, May 2014.</span></td><td class="lineno" valign="top"></td></tr> 268 308 <tr><td class="lineno" valign="top"></td><td class="lblock"> <span class="delete">draft-reschke-http-status-308-07 (work in progress),</span></td><td> </td><td class="rblock"></td><td class="lineno" valign="top"></td></tr> … … 279 319 <tr><td class="lineno" valign="top"></td><td class="left"> that differ from MIME. These differences were carefully chosen to</td><td> </td><td class="right"> that differ from MIME. These differences were carefully chosen to</td><td class="lineno" valign="top"></td></tr> 280 320 <tr><td class="lineno"></td><td class="left"></td><td> </td><td class="right"></td><td class="lineno"></td></tr> 281 <tr bgcolor="gray" ><td></td><th><a name="part-l 8" /><small>skipping to change at</small><em> page 93, line 27</em></th><th> </th><th><a name="part-r8" /><small>skipping to change at</small><em> page 93, line 19</em></th><td></td></tr>321 <tr bgcolor="gray" ><td></td><th><a name="part-l9" /><small>skipping to change at</small><em> page 93, line 27</em></th><th> </th><th><a name="part-r9" /><small>skipping to change at</small><em> page 93, line 19</em></th><td></td></tr> 282 322 <tr><td class="lineno" valign="top"></td><td class="left"></td><td> </td><td class="right"></td><td class="lineno" valign="top"></td></tr> 283 323 <tr><td class="lineno" valign="top"></td><td class="left"> The following core rules are included by reference, as defined in</td><td> </td><td class="right"> The following core rules are included by reference, as defined in</td><td class="lineno" valign="top"></td></tr> … … 290 330 <tr><td class="lineno" valign="top"></td><td class="left"> The rules below are defined in [RFC7230]:</td><td> </td><td class="right"> The rules below are defined in [RFC7230]:</td><td class="lineno" valign="top"></td></tr> 291 331 <tr><td class="lineno" valign="top"></td><td class="left"></td><td> </td><td class="right"></td><td class="lineno" valign="top"></td></tr> 292 <tr><td><a name="diff001 7" /></td></tr>332 <tr><td><a name="diff0019" /></td></tr> 293 333 <tr><td class="lineno" valign="top"></td><td class="lblock"> BWS = <BWS, <span class="delete">see</span> [RFC7230], Section 3.2.3></td><td> </td><td class="rblock"> BWS = <BWS, <span class="insert">defined in</span> [RFC7230], Section 3.2.3></td><td class="lineno" valign="top"></td></tr> 294 334 <tr><td class="lineno" valign="top"></td><td class="lblock"> OWS = <OWS, <span class="delete">see</span> [RFC7230], Section 3.2.3></td><td> </td><td class="rblock"> OWS = <OWS, <span class="insert">defined in</span> [RFC7230], Section 3.2.3></td><td class="lineno" valign="top"></td></tr> … … 316 356 <tr><td class="lineno" valign="top"></td><td class="left"> "," [ OWS ( language-range [ weight ] ) ] )</td><td> </td><td class="right"> "," [ OWS ( language-range [ weight ] ) ] )</td><td class="lineno" valign="top"></td></tr> 317 357 <tr><td class="lineno" valign="top"></td><td class="left"> Allow = [ ( "," / method ) *( OWS "," [ OWS method ] ) ]</td><td> </td><td class="right"> Allow = [ ( "," / method ) *( OWS "," [ OWS method ] ) ]</td><td class="lineno" valign="top"></td></tr> 318 <tr><td><a name="diff00 18" /></td></tr>358 <tr><td><a name="diff0020" /></td></tr> 319 359 <tr><td class="lineno" valign="top"></td><td class="lblock"> BWS = <BWS, <span class="delete">see</span> [RFC7230], Section 3.2.3></td><td> </td><td class="rblock"> </td><td class="lineno" valign="top"></td></tr> 320 360 <tr><td class="lineno" valign="top"></td><td class="lblock"></td><td> </td><td class="rblock"> BWS = <BWS, <span class="insert">defined in</span> [RFC7230], Section 3.2.3></td><td class="lineno" valign="top"></td></tr> … … 326 366 <tr><td class="lineno" valign="top"></td><td class="left"> Content-Location = absolute-URI / partial-URI</td><td> </td><td class="right"> Content-Location = absolute-URI / partial-URI</td><td class="lineno" valign="top"></td></tr> 327 367 <tr><td class="lineno" valign="top"></td><td class="left"> Content-Type = media-type</td><td> </td><td class="right"> Content-Type = media-type</td><td class="lineno" valign="top"></td></tr> 328 <tr><td><a name="diff00 19" /></td></tr>368 <tr><td><a name="diff0021" /></td></tr> 329 369 <tr><td class="lineno" valign="top"></td><td class="lblock"><span class="delete"> </span></td><td> </td><td class="rblock"></td><td class="lineno" valign="top"></td></tr> 330 370 <tr><td class="lineno" valign="top"></td><td class="left"> Date = HTTP-date</td><td> </td><td class="right"> Date = HTTP-date</td><td class="lineno" valign="top"></td></tr> … … 339 379 <tr><td class="lineno" valign="top"></td><td class="left"></td><td> </td><td class="right"></td><td class="lineno" valign="top"></td></tr> 340 380 <tr><td class="lineno"></td><td class="left"></td><td> </td><td class="right"></td><td class="lineno"></td></tr> 341 <tr bgcolor="gray" ><td></td><th><a name="part-l 9" /><small>skipping to change at</small><em> page 94, line 29</em></th><th> </th><th><a name="part-r9" /><small>skipping to change at</small><em> page 94, line 20</em></th><td></td></tr>381 <tr bgcolor="gray" ><td></td><th><a name="part-l10" /><small>skipping to change at</small><em> page 94, line 29</em></th><th> </th><th><a name="part-r10" /><small>skipping to change at</small><em> page 94, line 20</em></th><td></td></tr> 342 382 <tr><td class="lineno" valign="top"></td><td class="left"> GMT = %x47.4D.54 ; GMT</td><td> </td><td class="right"> GMT = %x47.4D.54 ; GMT</td><td class="lineno" valign="top"></td></tr> 343 383 <tr><td class="lineno" valign="top"></td><td class="left"></td><td> </td><td class="right"></td><td class="lineno" valign="top"></td></tr> … … 350 390 <tr><td class="lineno" valign="top"></td><td class="left"> Max-Forwards = 1*DIGIT</td><td> </td><td class="right"> Max-Forwards = 1*DIGIT</td><td class="lineno" valign="top"></td></tr> 351 391 <tr><td class="lineno" valign="top"></td><td class="left"></td><td> </td><td class="right"></td><td class="lineno" valign="top"></td></tr> 352 <tr><td><a name="diff002 0" /></td></tr>392 <tr><td><a name="diff0022" /></td></tr> 353 393 <tr><td class="lineno" valign="top"></td><td class="lblock"> OWS = <OWS, <span class="delete">see</span> [RFC7230], Section 3.2.3></td><td> </td><td class="rblock"> OWS = <OWS, <span class="insert">defined in</span> [RFC7230], Section 3.2.3></td><td class="lineno" valign="top"></td></tr> 354 394 <tr><td class="lineno" valign="top"></td><td class="left"></td><td> </td><td class="right"></td><td class="lineno" valign="top"></td></tr> 355 <tr><td><a name="diff002 1" /></td></tr>395 <tr><td><a name="diff0023" /></td></tr> 356 396 <tr><td class="lineno" valign="top"></td><td class="lblock"> RWS = <RWS, <span class="delete">see</span> [RFC7230], Section 3.2.3></td><td> </td><td class="rblock"> RWS = <RWS, <span class="insert">defined in</span> [RFC7230], Section 3.2.3></td><td class="lineno" valign="top"></td></tr> 357 397 <tr><td class="lineno" valign="top"></td><td class="left"> Referer = absolute-URI / partial-URI</td><td> </td><td class="right"> Referer = absolute-URI / partial-URI</td><td class="lineno" valign="top"></td></tr> … … 360 400 <tr><td class="lineno" valign="top"></td><td class="left"> Server = product *( RWS ( product / comment ) )</td><td> </td><td class="right"> Server = product *( RWS ( product / comment ) )</td><td class="lineno" valign="top"></td></tr> 361 401 <tr><td class="lineno" valign="top"></td><td class="left"></td><td> </td><td class="right"></td><td class="lineno" valign="top"></td></tr> 362 <tr><td><a name="diff002 2" /></td></tr>402 <tr><td><a name="diff0024" /></td></tr> 363 403 <tr><td class="lineno" valign="top"></td><td class="lblock"> URI-reference = <URI-reference, <span class="delete">see</span> [RFC7230], Section 2.7></td><td> </td><td class="rblock"> URI-reference = <URI-reference, <span class="insert">defined in</span> [RFC7230], Section 2.7></td><td class="lineno" valign="top"></td></tr> 364 404 <tr><td class="lineno" valign="top"></td><td class="left"> User-Agent = product *( RWS ( product / comment ) )</td><td> </td><td class="right"> User-Agent = product *( RWS ( product / comment ) )</td><td class="lineno" valign="top"></td></tr> … … 367 407 <tr><td class="lineno" valign="top"></td><td class="left"> ) )</td><td> </td><td class="right"> ) )</td><td class="lineno" valign="top"></td></tr> 368 408 <tr><td class="lineno" valign="top"></td><td class="left"></td><td> </td><td class="right"></td><td class="lineno" valign="top"></td></tr> 369 <tr><td><a name="diff002 3" /></td></tr>409 <tr><td><a name="diff0025" /></td></tr> 370 410 <tr><td class="lineno" valign="top"></td><td class="lblock"> absolute-URI = <absolute-URI, <span class="delete">see</span> [RFC7230], Section 2.7></td><td> </td><td class="rblock"> absolute-URI = <absolute-URI, <span class="insert">defined in</span> [RFC7230], Section 2.7></td><td class="lineno" valign="top"></td></tr> 371 411 <tr><td class="lineno" valign="top"></td><td class="left"> accept-ext = OWS ";" OWS token [ "=" ( token / quoted-string ) ]</td><td> </td><td class="right"> accept-ext = OWS ";" OWS token [ "=" ( token / quoted-string ) ]</td><td class="lineno" valign="top"></td></tr> … … 375 415 <tr><td class="lineno" valign="top"></td><td class="left"> charset = token</td><td> </td><td class="right"> charset = token</td><td class="lineno" valign="top"></td></tr> 376 416 <tr><td class="lineno" valign="top"></td><td class="left"> codings = content-coding / "identity" / "*"</td><td> </td><td class="right"> codings = content-coding / "identity" / "*"</td><td class="lineno" valign="top"></td></tr> 377 <tr><td><a name="diff002 4" /></td></tr>417 <tr><td><a name="diff0026" /></td></tr> 378 418 <tr><td class="lineno" valign="top"></td><td class="lblock"> comment = <comment, <span class="delete">see</span> [RFC7230], Section 3.2.6></td><td> </td><td class="rblock"> comment = <comment, <span class="insert">defined in</span> [RFC7230], Section 3.2.6></td><td class="lineno" valign="top"></td></tr> 379 419 <tr><td class="lineno" valign="top"></td><td class="left"> content-coding = token</td><td> </td><td class="right"> content-coding = token</td><td class="lineno" valign="top"></td></tr> 380 <tr><td><a name="diff002 5" /></td></tr>420 <tr><td><a name="diff0027" /></td></tr> 381 421 <tr><td class="lineno" valign="top"></td><td class="lblock"></td><td> </td><td class="rblock"><span class="insert"> </span></td><td class="lineno" valign="top"></td></tr> 382 422 <tr><td class="lineno" valign="top"></td><td class="left"> date1 = day SP month SP year</td><td> </td><td class="right"> date1 = day SP month SP year</td><td class="lineno" valign="top"></td></tr> … … 391 431 <tr><td class="lineno" valign="top"></td><td class="left"> / %x53.61.74 ; Sat</td><td> </td><td class="right"> / %x53.61.74 ; Sat</td><td class="lineno" valign="top"></td></tr> 392 432 <tr><td class="lineno"></td><td class="left"></td><td> </td><td class="right"></td><td class="lineno"></td></tr> 393 <tr bgcolor="gray" ><td></td><th><a name="part-l1 0" /><small>skipping to change at</small><em> page 95, line 24</em></th><th> </th><th><a name="part-r10" /><small>skipping to change at</small><em> page 95, line 20</em></th><td></td></tr>433 <tr bgcolor="gray" ><td></td><th><a name="part-l11" /><small>skipping to change at</small><em> page 95, line 24</em></th><th> </th><th><a name="part-r11" /><small>skipping to change at</small><em> page 95, line 20</em></th><td></td></tr> 394 434 <tr><td class="lineno" valign="top"></td><td class="left"> / %x53.75.6E ; Sun</td><td> </td><td class="right"> / %x53.75.6E ; Sun</td><td class="lineno" valign="top"></td></tr> 395 435 <tr><td class="lineno" valign="top"></td><td class="left"> day-name-l = %x4D.6F.6E.64.61.79 ; Monday</td><td> </td><td class="right"> day-name-l = %x4D.6F.6E.64.61.79 ; Monday</td><td class="lineno" valign="top"></td></tr> … … 402 442 <tr><td class="lineno" valign="top"></td><td class="left"> delay-seconds = 1*DIGIT</td><td> </td><td class="right"> delay-seconds = 1*DIGIT</td><td class="lineno" valign="top"></td></tr> 403 443 <tr><td class="lineno" valign="top"></td><td class="left"></td><td> </td><td class="right"></td><td class="lineno" valign="top"></td></tr> 404 <tr><td><a name="diff002 6" /></td></tr>444 <tr><td><a name="diff0028" /></td></tr> 405 445 <tr><td class="lineno" valign="top"></td><td class="lblock"> field-name = <comment, <span class="delete">see</span> [RFC7230], Section 3.2></td><td> </td><td class="rblock"> field-name = <comment, <span class="insert">defined in</span> [RFC7230], Section 3.2></td><td class="lineno" valign="top"></td></tr> 406 446 <tr><td class="lineno" valign="top"></td><td class="left"></td><td> </td><td class="right"></td><td class="lineno" valign="top"></td></tr> 407 447 <tr><td class="lineno" valign="top"></td><td class="left"> hour = 2DIGIT</td><td> </td><td class="right"> hour = 2DIGIT</td><td class="lineno" valign="top"></td></tr> 408 448 <tr><td class="lineno" valign="top"></td><td class="left"></td><td> </td><td class="right"></td><td class="lineno" valign="top"></td></tr> 409 <tr><td><a name="diff002 7" /></td></tr>449 <tr><td><a name="diff0029" /></td></tr> 410 450 <tr><td class="lineno" valign="top"></td><td class="lblock"> language-range = <language-range, <span class="delete">see</span> [RFC4647], Section 2.1></td><td> </td><td class="rblock"> language-range = <language-range, <span class="insert">defined in</span> [RFC4647], Section 2.1></td><td class="lineno" valign="top"></td></tr> 411 451 <tr><td class="lineno" valign="top"></td><td class="left"> language-tag = <Language-Tag, defined in [RFC5646], Section 2.1></td><td> </td><td class="right"> language-tag = <Language-Tag, defined in [RFC5646], Section 2.1></td><td class="lineno" valign="top"></td></tr> 412 452 <tr><td class="lineno" valign="top"></td><td class="left"></td><td> </td><td class="right"></td><td class="lineno" valign="top"></td></tr> 413 <tr><td><a name="diff00 28" /></td></tr>453 <tr><td><a name="diff0030" /></td></tr> 414 454 <tr><td class="lineno" valign="top"></td><td class="lblock"> mailbox = <mailbox, <span class="delete">see</span> [RFC5322], Section 3.4></td><td> </td><td class="rblock"> mailbox = <mailbox, <span class="insert">defined in</span> [RFC5322], Section 3.4></td><td class="lineno" valign="top"></td></tr> 415 455 <tr><td class="lineno" valign="top"></td><td class="left"> media-range = ( "*/*" / ( type "/*" ) / ( type "/" subtype ) ) *( OWS</td><td> </td><td class="right"> media-range = ( "*/*" / ( type "/*" ) / ( type "/" subtype ) ) *( OWS</td><td class="lineno" valign="top"></td></tr> … … 424 464 <tr><td class="lineno" valign="top"></td><td class="left"> / %x4D.61.79 ; May</td><td> </td><td class="right"> / %x4D.61.79 ; May</td><td class="lineno" valign="top"></td></tr> 425 465 <tr><td class="lineno"></td><td class="left"></td><td> </td><td class="right"></td><td class="lineno"></td></tr> 426 <tr bgcolor="gray" ><td></td><th><a name="part-l1 1" /><small>skipping to change at</small><em> page 96, line 4</em></th><th> </th><th><a name="part-r11" /><small>skipping to change at</small><em> page 95, line 47</em></th><td></td></tr>466 <tr bgcolor="gray" ><td></td><th><a name="part-l12" /><small>skipping to change at</small><em> page 96, line 4</em></th><th> </th><th><a name="part-r12" /><small>skipping to change at</small><em> page 95, line 47</em></th><td></td></tr> 427 467 <tr><td class="lineno" valign="top"></td><td class="left"> / %x4D.61.79 ; May</td><td> </td><td class="right"> / %x4D.61.79 ; May</td><td class="lineno" valign="top"></td></tr> 428 468 <tr><td class="lineno" valign="top"></td><td class="left"> / %x4A.75.6E ; Jun</td><td> </td><td class="right"> / %x4A.75.6E ; Jun</td><td class="lineno" valign="top"></td></tr> … … 435 475 <tr><td class="lineno" valign="top"></td><td class="left"></td><td> </td><td class="right"></td><td class="lineno" valign="top"></td></tr> 436 476 <tr><td class="lineno" valign="top"></td><td class="left"> obs-date = rfc850-date / asctime-date</td><td> </td><td class="right"> obs-date = rfc850-date / asctime-date</td><td class="lineno" valign="top"></td></tr> 437 <tr><td><a name="diff00 29" /></td></tr>477 <tr><td><a name="diff0031" /></td></tr> 438 478 <tr><td class="lineno" valign="top"></td><td class="lblock"></td><td> </td><td class="rblock"><span class="insert"> </span></td><td class="lineno" valign="top"></td></tr> 439 479 <tr><td class="lineno" valign="top"></td><td class="left"> parameter = token "=" ( token / quoted-string )</td><td> </td><td class="right"> parameter = token "=" ( token / quoted-string )</td><td class="lineno" valign="top"></td></tr> 440 <tr><td><a name="diff003 0" /></td></tr>480 <tr><td><a name="diff0032" /></td></tr> 441 481 <tr><td class="lineno" valign="top"></td><td class="lblock"> partial-URI = <partial-URI, <span class="delete">see</span> [RFC7230], Section 2.7></td><td> </td><td class="rblock"> partial-URI = <partial-URI, <span class="insert">defined in</span> [RFC7230], Section 2.7></td><td class="lineno" valign="top"></td></tr> 442 482 <tr><td class="lineno" valign="top"></td><td class="left"> product = token [ "/" product-version ]</td><td> </td><td class="right"> product = token [ "/" product-version ]</td><td class="lineno" valign="top"></td></tr> 443 483 <tr><td class="lineno" valign="top"></td><td class="left"> product-version = token</td><td> </td><td class="right"> product-version = token</td><td class="lineno" valign="top"></td></tr> 444 <tr><td><a name="diff003 1" /></td></tr>484 <tr><td><a name="diff0033" /></td></tr> 445 485 <tr><td class="lineno" valign="top"></td><td class="lblock"> </td><td> </td><td class="rblock"> quoted-string = <quoted-string, <span class="insert">defined in</span> [RFC7230], Section 3.2.6></td><td class="lineno" valign="top"></td></tr> 446 486 <tr><td class="lineno" valign="top"></td><td class="lblock"> quoted-string = <quoted-string, <span class="delete">see</span> [RFC7230], Section 3.2.6></td><td> </td><td class="rblock"></td><td class="lineno" valign="top"></td></tr> … … 453 493 <tr><td class="lineno" valign="top"></td><td class="left"></td><td> </td><td class="right"></td><td class="lineno" valign="top"></td></tr> 454 494 <tr><td class="lineno" valign="top"></td><td class="left"> time-of-day = hour ":" minute ":" second</td><td> </td><td class="right"> time-of-day = hour ":" minute ":" second</td><td class="lineno" valign="top"></td></tr> 455 <tr><td><a name="diff003 2" /></td></tr>495 <tr><td><a name="diff0034" /></td></tr> 456 496 <tr><td class="lineno" valign="top"></td><td class="lblock"> token = <token, <span class="delete">see</span> [RFC7230], Section 3.2.6></td><td> </td><td class="rblock"> token = <token, <span class="insert">defined in</span> [RFC7230], Section 3.2.6></td><td class="lineno" valign="top"></td></tr> 457 497 <tr><td class="lineno" valign="top"></td><td class="left"> type = token</td><td> </td><td class="right"> type = token</td><td class="lineno" valign="top"></td></tr> … … 466 506 <tr><td class="lineno" valign="top"></td><td class="left"> 1xx Informational (status code class) 50</td><td> </td><td class="right"> 1xx Informational (status code class) 50</td><td class="lineno" valign="top"></td></tr> 467 507 <tr><td class="lineno"></td><td class="left"></td><td> </td><td class="right"></td><td class="lineno"></td></tr> 468 <tr bgcolor="gray" ><td></td><th><a name="part-l1 2" /><small>skipping to change at</small><em> page 99, line 45</em></th><th> </th><th><a name="part-r12" /><small>skipping to change at</small><em> page 99, line 40</em></th><td></td></tr>508 <tr bgcolor="gray" ><td></td><th><a name="part-l13" /><small>skipping to change at</small><em> page 99, line 45</em></th><th> </th><th><a name="part-r13" /><small>skipping to change at</small><em> page 99, line 40</em></th><td></td></tr> 469 509 <tr><td class="lineno" valign="top"></td><td class="left"> HEAD method 25</td><td> </td><td class="right"> HEAD method 25</td><td class="lineno" valign="top"></td></tr> 470 510 <tr><td class="lineno" valign="top"></td><td class="left"></td><td> </td><td class="right"></td><td class="lineno" valign="top"></td></tr> … … 477 517 <tr><td class="lineno" valign="top"></td><td class="left"> M</td><td> </td><td class="right"> M</td><td class="lineno" valign="top"></td></tr> 478 518 <tr><td class="lineno" valign="top"></td><td class="left"> Max-Forwards header field 36</td><td> </td><td class="right"> Max-Forwards header field 36</td><td class="lineno" valign="top"></td></tr> 479 <tr><td><a name="diff003 3" /></td></tr>519 <tr><td><a name="diff0035" /></td></tr> 480 520 <tr><td class="lineno" valign="top"></td><td class="lblock"> MIME-Version header field 8<span class="delete">9</span></td><td> </td><td class="rblock"> MIME-Version header field 8<span class="insert">8</span></td><td class="lineno" valign="top"></td></tr> 481 521 <tr><td class="lineno" valign="top"></td><td class="left"></td><td> </td><td class="right"></td><td class="lineno" valign="top"></td></tr> … … 491 531 492 532 <tr><td></td><td class="left"></td><td> </td><td class="right"></td><td></td></tr> 493 <tr bgcolor="gray"><th colspan="5" align="center"><a name="end"> End of changes. 3 3change blocks. </a></th></tr>494 <tr class="stats"><td></td><th><i>7 7 lines changed or deleted</i></th><th><i> </i></th><th><i>52lines changed or added</i></th><td></td></tr>533 <tr bgcolor="gray"><th colspan="5" align="center"><a name="end"> End of changes. 35 change blocks. </a></th></tr> 534 <tr class="stats"><td></td><th><i>79 lines changed or deleted</i></th><th><i> </i></th><th><i>54 lines changed or added</i></th><td></td></tr> 495 535 <tr><td colspan="5" align="center" class="small"><br/>This html diff was produced by rfcdiff 1.38. The latest version is available from <a href="http://www.tools.ietf.org/tools/rfcdiff/" >http://tools.ietf.org/tools/rfcdiff/</a> </td></tr> 496 536 </table> -
draft-ietf-httpbis/latest/auth48/rfc7233.diff.html
- Property svn:eol-style set to native
Note: See TracChangeset
for help on using the changeset viewer.