Changeset 2709
- Timestamp:
- 02/06/14 19:55:32 (7 years ago)
- Location:
- draft-ietf-httpbis/latest
- Files:
-
- 30 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/auth48/p1-messaging.unpg.txt
r2708 r2709 202 202 A.1. Changes from HTTP/1.0 . . . . . . . . . . . . . . . . . . 76 203 203 A.1.1. Multihomed Web Servers . . . . . . . . . . . . . . . . 76 204 A.1.2. Keep-Alive Connections . . . . . . . . . . . . . . . . 7 7204 A.1.2. Keep-Alive Connections . . . . . . . . . . . . . . . . 76 205 205 A.1.3. Introduction of Transfer-Encoding . . . . . . . . . . 77 206 206 A.2. Changes from RFC 2616 . . . . . . . . . . . . . . . . . . 77 207 Appendix B. Collected ABNF . . . . . . . . . . . . . . . . . . . 80207 Appendix B. Collected ABNF . . . . . . . . . . . . . . . . . . . 79 208 208 Index . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 82 209 209 … … 4108 4108 [RFC7231] Fielding, R., Ed. and J. Reschke, Ed., "Hypertext 4109 4109 Transfer Protocol (HTTP/1.1): Semantics and Content", 4110 draft-ietf-httpbis-p2-semantics-latest (work in 4111 progress), June 2014. 4110 RFC 7231, June 2014. 4112 4111 4113 4112 [RFC7232] Fielding, R., Ed. and J. Reschke, Ed., "Hypertext 4114 4113 Transfer Protocol (HTTP/1.1): Conditional Requests", 4115 draft-ietf-httpbis-p4-conditional-latest (work in 4116 progress), June 2014. 4114 RFC 7232, June 2014. 4117 4115 4118 4116 [RFC7233] Fielding, R., Ed., Lafon, Y., Ed., and J. Reschke, Ed., 4119 4117 "Hypertext Transfer Protocol (HTTP/1.1): Range 4120 Requests", draft-ietf-httpbis-p5-range-latest (work in 4121 progress), June 2014. 4118 Requests", RFC 7233, June 2014. 4122 4119 4123 4120 [RFC7234] Fielding, R., Ed., Nottingham, M., Ed., and J. Reschke, 4124 4121 Ed., "Hypertext Transfer Protocol (HTTP/1.1): Caching", 4125 draft-ietf-httpbis-p6-cache-latest (work in progress), 4126 June 2014. 4122 RFC 7234, June 2014. 4127 4123 4128 4124 [RFC7235] Fielding, R., Ed. and J. Reschke, Ed., "Hypertext 4129 4125 Transfer Protocol (HTTP/1.1): Authentication", 4130 draft-ietf-httpbis-p7-auth-latest (work in progress), 4131 June 2014. 4126 RFC 7235, June 2014. 4132 4127 4133 4128 [USASCII] American National Standards Institute, "Coded Character … … 4154 4149 [Georgiev] Georgiev, M., Iyengar, S., Jana, S., Anubhai, R., 4155 4150 Boneh, D., and V. Shmatikov, "The Most Dangerous Code 4156 4157 4158 4159 Fielding & Reschke Standards Track [Page 73]4160 4161 4162 RFC 7230 HTTP/1.1 Message Syntax and Routing June 20144163 4164 4165 4151 in the World: Validating SSL Certificates in Non- 4166 4152 browser Software", In Proceedings of the 2012 ACM … … 4169 4155 <http://doi.acm.org/10.1145/2382196.2382204>. 4170 4156 4157 4158 4159 Fielding & Reschke Standards Track [Page 73] 4160 4161 4162 RFC 7230 HTTP/1.1 Message Syntax and Routing June 2014 4163 4164 4171 4165 [ISO-8859-1] International Organization for Standardization, 4172 4166 "Information technology -- 8-bit single-byte coded … … 4211 4205 RFC 2145, May 1997. 4212 4206 4213 4214 4215 4216 Fielding & Reschke Standards Track [Page 74]4217 4218 4219 RFC 7230 HTTP/1.1 Message Syntax and Routing June 20144220 4221 4222 4207 [RFC2616] Fielding, R., Gettys, J., Mogul, J., Frystyk, H., 4223 4208 Masinter, L., Leach, P., and T. Berners-Lee, "Hypertext … … 4226 4211 [RFC2817] Khare, R. and S. Lawrence, "Upgrading to TLS Within 4227 4212 HTTP/1.1", RFC 2817, May 2000. 4213 4214 4215 4216 Fielding & Reschke Standards Track [Page 74] 4217 4218 4219 RFC 7230 HTTP/1.1 Message Syntax and Routing June 2014 4220 4228 4221 4229 4222 [RFC2818] Rescorla, E., "HTTP Over TLS", RFC 2818, May 2000. … … 4268 4261 However, HTTP/1.0 did not sufficiently take into consideration the 4269 4262 effects of hierarchical proxies, caching, the need for persistent 4270 4271 4272 4273 Fielding & Reschke Standards Track [Page 75]4274 4275 4276 RFC 7230 HTTP/1.1 Message Syntax and Routing June 20144277 4278 4279 4263 connections, or name-based virtual hosts. The proliferation of 4280 4264 incompletely implemented applications calling themselves "HTTP/1.0" … … 4284 4268 4285 4269 HTTP/1.1 remains compatible with HTTP/1.0 by including more stringent 4270 4271 4272 4273 Fielding & Reschke Standards Track [Page 75] 4274 4275 4276 RFC 7230 HTTP/1.1 Message Syntax and Routing June 2014 4277 4278 4286 4279 requirements that enable reliable implementations, adding only those 4287 4280 features that can either be safely ignored by an HTTP/1.0 recipient … … 4325 4318 complete adoption. At the time of this writing, most HTTP-based 4326 4319 services are dependent upon the Host header field for targeting 4327 4328 4329 4330 Fielding & Reschke Standards Track [Page 76]4331 4332 4333 RFC 7230 HTTP/1.1 Message Syntax and Routing June 20144334 4335 4336 4320 requests. 4337 4321 … … 4341 4325 the request and closed by the server after sending the response. 4342 4326 However, some implementations implement the explicitly negotiated 4327 4328 4329 4330 Fielding & Reschke Standards Track [Page 76] 4331 4332 4333 RFC 7230 HTTP/1.1 Message Syntax and Routing June 2014 4334 4335 4343 4336 ("Keep-Alive") version of persistent connections described in Section 4344 4337 19.7.1 of [RFC2068]. … … 4383 4376 handle multi-digit version numbers incorrectly. (Section 2.6) 4384 4377 4385 4386 4387 Fielding & Reschke Standards Track [Page 77]4388 4389 4390 RFC 7230 HTTP/1.1 Message Syntax and Routing June 20144391 4392 4393 4378 Userinfo (i.e., username and password) are now disallowed in HTTP and 4394 4379 HTTPS URIs, because of security issues related to their transmission … … 4397 4382 The HTTPS URI scheme is now defined by this specification; 4398 4383 previously, it was done in Section 2.4 of [RFC2818]. Furthermore, it 4384 4385 4386 4387 Fielding & Reschke Standards Track [Page 77] 4388 4389 4390 RFC 7230 HTTP/1.1 Message Syntax and Routing June 2014 4391 4392 4399 4393 implies end-to-end security. (Section 2.7.2) 4400 4394 … … 4439 4433 4440 4434 Chunk length does not include the count of the octets in the chunk 4441 4442 4443 4444 Fielding & Reschke Standards Track [Page 78]4445 4446 4447 RFC 7230 HTTP/1.1 Message Syntax and Routing June 20144448 4449 4450 4435 header and trailer. Line folding in chunk extensions is disallowed. 4451 4436 (Section 4.1) … … 4453 4438 The meaning of the "deflate" content coding has been clarified. 4454 4439 (Section 4.2.2) 4440 4441 4442 4443 4444 Fielding & Reschke Standards Track [Page 78] 4445 4446 4447 RFC 7230 HTTP/1.1 Message Syntax and Routing June 2014 4448 4455 4449 4456 4450 The segment + query components of RFC 3986 have been used to define … … 4496 4490 altogether. (Appendix A.1.2) 4497 4491 4498 4499 4500 4501 Fielding & Reschke Standards Track [Page 79]4502 4503 4504 RFC 7230 HTTP/1.1 Message Syntax and Routing June 20144505 4506 4507 4492 Appendix B. Collected ABNF 4508 4493 … … 4511 4496 Connection = *( "," OWS ) connection-option *( OWS "," [ OWS 4512 4497 connection-option ] ) 4498 4499 4500 4501 Fielding & Reschke Standards Track [Page 79] 4502 4503 4504 RFC 7230 HTTP/1.1 Message Syntax and Routing June 2014 4505 4506 4513 4507 Content-Length = 1*DIGIT 4514 4508 … … 4551 4545 comment = "(" *( ctext / quoted-pair / comment ) ")" 4552 4546 connection-option = token 4553 4554 4555 4556 4557 4558 Fielding & Reschke Standards Track [Page 80]4559 4560 4561 RFC 7230 HTTP/1.1 Message Syntax and Routing June 20144562 4563 4564 4547 ctext = HTAB / SP / %x21-27 ; '!'-''' 4565 4548 / %x2A-5B ; '*'-'[' … … 4570 4553 field-name = token 4571 4554 field-value = *( field-content / obs-fold ) 4555 4556 4557 4558 Fielding & Reschke Standards Track [Page 80] 4559 4560 4561 RFC 7230 HTTP/1.1 Message Syntax and Routing June 2014 4562 4563 4572 4564 field-vchar = VCHAR / obs-text 4573 4565 fragment = <fragment, see [RFC3986], Section 3.5> … … 4609 4601 relative-part = <relative-part, see [RFC3986], Section 4.2> 4610 4602 request-line = method SP request-target SP HTTP-version CRLF 4611 4612 4613 4614 4615 Fielding & Reschke Standards Track [Page 81]4616 4617 4618 RFC 7230 HTTP/1.1 Message Syntax and Routing June 20144619 4620 4621 4603 request-target = origin-form / absolute-form / authority-form / 4622 4604 asterisk-form … … 4627 4609 status-code = 3DIGIT 4628 4610 status-line = HTTP-version SP status-code SP reason-phrase CRLF 4611 4612 4613 4614 4615 Fielding & Reschke Standards Track [Page 81] 4616 4617 4618 RFC 7230 HTTP/1.1 Message Syntax and Routing June 2014 4619 4629 4620 4630 4621 t-codings = "trailers" / ( transfer-coding [ t-ranking ] ) … … 4667 4658 4668 4659 D 4669 4670 4671 4672 Fielding & Reschke Standards Track [Page 82]4673 4674 4675 RFC 7230 HTTP/1.1 Message Syntax and Routing June 20144676 4677 4678 4660 deflate (Coding Format) 38 4679 4661 Delimiters 26 … … 4685 4667 G 4686 4668 gateway 10 4669 4670 4671 4672 Fielding & Reschke Standards Track [Page 82] 4673 4674 4675 RFC 7230 HTTP/1.1 Message Syntax and Routing June 2014 4676 4677 4687 4678 Grammar 4688 4679 absolute-form 41 … … 4724 4715 http-URI 16 4725 4716 HTTP-version 13 4726 4727 4728 4729 Fielding & Reschke Standards Track [Page 83]4730 4731 4732 RFC 7230 HTTP/1.1 Message Syntax and Routing June 20144733 4734 4735 4717 https-URI 18 4736 4718 last-chunk 35 … … 4742 4724 OCTET 6 4743 4725 origin-form 41 4726 4727 4728 4729 Fielding & Reschke Standards Track [Page 83] 4730 4731 4732 RFC 7230 HTTP/1.1 Message Syntax and Routing June 2014 4733 4734 4744 4735 OWS 24 4745 4736 partial-URI 16 … … 4781 4772 VCHAR 6 4782 4773 Via 47 4783 4784 4785 4786 Fielding & Reschke Standards Track [Page 84]4787 4788 4789 RFC 7230 HTTP/1.1 Message Syntax and Routing June 20144790 4791 4792 4774 gzip (Coding Format) 38 4793 4775 … … 4800 4782 https URI scheme 18 4801 4783 4784 4785 4786 Fielding & Reschke Standards Track [Page 84] 4787 4788 4789 RFC 7230 HTTP/1.1 Message Syntax and Routing June 2014 4790 4791 4802 4792 I 4803 4793 inbound 9 … … 4837 4827 server 7 4838 4828 spider 7 4839 4840 4841 4842 4843 Fielding & Reschke Standards Track [Page 85]4844 4845 4846 RFC 7230 HTTP/1.1 Message Syntax and Routing June 20144847 4848 4829 4849 4830 T … … 4857 4838 tunnel 10 4858 4839 4840 4841 4842 4843 Fielding & Reschke Standards Track [Page 85] 4844 4845 4846 RFC 7230 HTTP/1.1 Message Syntax and Routing June 2014 4847 4848 4859 4849 U 4860 4850 Upgrade header field 56 … … 4898 4888 4899 4889 4890 4891 4892 4893 4894 4895 4896 4897 4898 4899 4900 4900 Fielding & Reschke Standards Track [Page 86] 4901 4901 -
draft-ietf-httpbis/latest/auth48/p2-semantics.unpg.txt
r2708 r2709 243 243 11.2. Informative References . . . . . . . . . . . . . . . . . . 86 244 244 Appendix A. Differences between HTTP and MIME . . . . . . . . . . 88 245 A.1. MIME-Version . . . . . . . . . . . . . . . . . . . . . . . 8 9245 A.1. MIME-Version . . . . . . . . . . . . . . . . . . . . . . . 88 246 246 A.2. Conversion to Canonical Form . . . . . . . . . . . . . . . 89 247 247 A.3. Conversion of Date Formats . . . . . . . . . . . . . . . . 89 … … 4858 4858 [RFC7230] Fielding, R., Ed. and J. Reschke, Ed., "Hypertext Transfer 4859 4859 Protocol (HTTP/1.1): Message Syntax and Routing", 4860 draft-ietf-httpbis-p1-messaging-latest (work in progress), 4860 RFC 7230, June 2014. 4861 4862 [RFC7232] Fielding, R., Ed. and J. Reschke, Ed., "Hypertext Transfer 4863 Protocol (HTTP/1.1): Conditional Requests", RFC 7232, 4861 4864 June 2014. 4862 4863 [RFC7232] Fielding, R., Ed. and J. Reschke, Ed., "Hypertext Transfer4864 Protocol (HTTP/1.1): Conditional Requests",4865 draft-ietf-httpbis-p4-conditional-latest (work in4866 progress), June 2014.4867 4865 4868 4866 [RFC7233] Fielding, R., Ed., Lafon, Y., Ed., and J. Reschke, Ed., 4869 4867 "Hypertext Transfer Protocol (HTTP/1.1): Range Requests", 4870 draft-ietf-httpbis-p5-range-latest (work in progress), 4871 June 2014. 4868 RFC 7233, June 2014. 4872 4869 4873 4870 [RFC7234] Fielding, R., Ed., Nottingham, M., Ed., and J. Reschke, 4874 4871 Ed., "Hypertext Transfer Protocol (HTTP/1.1): Caching", 4875 draft-ietf-httpbis-p6-cache-latest (work in progress), 4876 June 2014. 4872 RFC 7234, June 2014. 4877 4873 4878 4874 [RFC7235] Fielding, R., Ed. and J. Reschke, Ed., "Hypertext Transfer 4879 Protocol (HTTP/1.1): Authentication", 4880 draft-ietf-httpbis-p7-auth-latest (work in progress), 4881 June 2014. 4875 Protocol (HTTP/1.1): Authentication", RFC 7235, June 2014. 4882 4876 4883 4877 11.2. Informative References … … 4894 4888 Procedures for Message Header Fields", BCP 90, RFC 3864, 4895 4889 September 2004. 4896 4897 4898 4899 4900 Fielding & Reschke Standards Track [Page 86]4901 4902 4903 RFC 7231 HTTP/1.1 Semantics and Content June 20144904 4905 4890 4906 4891 [OWASP] van der Stock, A., Ed., "A Guide to Building Secure Web … … 4910 4895 4911 4896 [REST] Fielding, R., "Architectural Styles and the Design of 4897 4898 4899 4900 Fielding & Reschke Standards Track [Page 86] 4901 4902 4903 RFC 7231 HTTP/1.1 Semantics and Content June 2014 4904 4905 4912 4906 Network-based Software Architectures", 4913 4907 Doctoral Dissertation, University of California, Irvine, … … 4953 4947 May 2008. 4954 4948 4955 4956 4957 Fielding & Reschke Standards Track [Page 87]4958 4959 4960 RFC 7231 HTTP/1.1 Semantics and Content June 20144961 4962 4963 4949 [RFC5246] Dierks, T. and E. Rescorla, "The Transport Layer Security 4964 4950 (TLS) Protocol Version 1.2", RFC 5246, August 2008. … … 4966 4952 [RFC5322] Resnick, P., "Internet Message Format", RFC 5322, 4967 4953 October 2008. 4954 4955 4956 4957 Fielding & Reschke Standards Track [Page 87] 4958 4959 4960 RFC 7231 HTTP/1.1 Semantics and Content June 2014 4961 4968 4962 4969 4963 [RFC5789] Dusseault, L. and J. Snell, "PATCH Method for HTTP", … … 4988 4982 4989 4983 [RFC7238] Reschke, J., "The Hypertext Transfer Protocol (HTTP) 4990 Status Code 308 (Permanent Redirect)", 4991 draft-reschke-http-status-308-07 (work in progress), 4992 March 2012. 4984 Status Code 308 (Permanent Redirect)", RFC 7238, 4985 June 2014. 4993 4986 4994 4987 Appendix A. Differences between HTTP and MIME … … 5009 5002 Proxies and gateways to and from strict MIME environments need to be 5010 5003 aware of these differences and provide the appropriate conversions 5011 5012 5013 5014 Fielding & Reschke Standards Track [Page 88]5015 5016 5017 RFC 7231 HTTP/1.1 Semantics and Content June 20145018 5019 5020 5004 where necessary. 5021 5005 … … 5025 5009 a single MIME-Version header field to indicate what version of the 5026 5010 MIME protocol was used to construct the message. Use of the MIME- 5011 5012 5013 5014 Fielding & Reschke Standards Track [Page 88] 5015 5016 5017 RFC 7231 HTTP/1.1 Semantics and Content June 2014 5018 5019 5027 5020 Version header field indicates that the message is in full 5028 5021 conformance with the MIME protocol (as defined in [RFC2045]). … … 5066 5059 MIME does not include any concept equivalent to HTTP/1.1's Content- 5067 5060 Encoding header field. Since this acts as a modifier on the media 5068 5069 5070 5071 Fielding & Reschke Standards Track [Page 89]5072 5073 5074 RFC 7231 HTTP/1.1 Semantics and Content June 20145075 5076 5077 5061 type, proxies and gateways from HTTP to MIME-compliant protocols 5078 5062 ought to either change the value of the Content-Type header field or … … 5082 5066 a function equivalent to Content-Encoding. However, this parameter 5083 5067 is not part of the MIME standards). 5068 5069 5070 5071 Fielding & Reschke Standards Track [Page 89] 5072 5073 5074 RFC 7231 HTTP/1.1 Semantics and Content June 2014 5075 5084 5076 5085 5077 A.5. Conversion of Content-Transfer-Encoding … … 5123 5115 disabled when those semantics are inconsistent with the request 5124 5116 method, since this is a common cause of interoperability failure. 5125 5126 5127 5128 Fielding & Reschke Standards Track [Page 90]5129 5130 5131 RFC 7231 HTTP/1.1 Semantics and Content June 20145132 5133 5134 5117 (Section 2) 5135 5118 … … 5140 5123 removed; the default is now whatever the media type definition says. 5141 5124 Likewise, special treatment of ISO-8859-1 has been removed from the 5125 5126 5127 5128 Fielding & Reschke Standards Track [Page 90] 5129 5130 5131 RFC 7231 HTTP/1.1 Semantics and Content June 2014 5132 5133 5142 5134 Accept-Charset header field. (Section 3.1.1.3 and Section 5.3.3) 5143 5135 … … 5180 5172 5181 5173 The 201 (Created) status description has been changed to allow for 5182 5183 5184 5185 Fielding & Reschke Standards Track [Page 91]5186 5187 5188 RFC 7231 HTTP/1.1 Semantics and Content June 20145189 5190 5191 5174 the possibility that more than one resource has been created. 5192 5175 (Section 6.3.2) … … 5197 5180 5198 5181 The set of request methods that are safe to automatically redirect is 5182 5183 5184 5185 Fielding & Reschke Standards Track [Page 91] 5186 5187 5188 RFC 7231 HTTP/1.1 Semantics and Content June 2014 5189 5190 5199 5191 no longer closed; user agents are able to make that determination 5200 5192 based upon the request method semantics. The redirect status codes … … 5237 5229 The Status Code Registry has been redefined by this specification; 5238 5230 previously, it was defined in Section 7.1 of [RFC2817]. 5239 5240 5241 5242 Fielding & Reschke Standards Track [Page 92]5243 5244 5245 RFC 7231 HTTP/1.1 Semantics and Content June 20145246 5247 5248 5231 (Section 8.2) 5249 5232 … … 5253 5236 The Content-Disposition header field has been removed since it is now 5254 5237 defined by [RFC6266]. 5238 5239 5240 5241 5242 Fielding & Reschke Standards Track [Page 92] 5243 5244 5245 RFC 7231 HTTP/1.1 Semantics and Content June 2014 5246 5255 5247 5256 5248 The Content-MD5 header field has been removed because it was … … 5294 5286 Allow = [ ( "," / method ) *( OWS "," [ OWS method ] ) ] 5295 5287 5296 5297 5298 5299 Fielding & Reschke Standards Track [Page 93]5300 5301 5302 RFC 7231 HTTP/1.1 Semantics and Content June 20145303 5304 5305 5288 BWS = <BWS, see [RFC7230], Section 3.2.3> 5306 5289 … … 5312 5295 Content-Type = media-type 5313 5296 5297 5298 5299 Fielding & Reschke Standards Track [Page 93] 5300 5301 5302 RFC 7231 HTTP/1.1 Semantics and Content June 2014 5303 5304 5314 5305 Date = HTTP-date 5315 5306 … … 5352 5343 content-coding = token 5353 5344 5354 5355 5356 Fielding & Reschke Standards Track [Page 94]5357 5358 5359 RFC 7231 HTTP/1.1 Semantics and Content June 20145360 5361 5362 5345 date1 = day SP month SP year 5363 5346 date2 = day "-" month "-" 2DIGIT 5364 5347 date3 = month SP ( 2DIGIT / ( SP DIGIT ) ) 5365 5348 day = 2DIGIT 5349 5350 5351 5352 5353 5354 5355 5356 Fielding & Reschke Standards Track [Page 94] 5357 5358 5359 RFC 7231 HTTP/1.1 Semantics and Content June 2014 5360 5361 5366 5362 day-name = %x4D.6F.6E ; Mon 5367 5363 / %x54.75.65 ; Tue … … 5408 5404 obs-date = rfc850-date / asctime-date 5409 5405 5410 5411 5412 5413 Fielding & Reschke Standards Track [Page 95]5414 5415 5416 RFC 7231 HTTP/1.1 Semantics and Content June 20145417 5418 5419 5406 parameter = token "=" ( token / quoted-string ) 5420 5407 partial-URI = <partial-URI, see [RFC7230], Section 2.7> 5421 5408 product = token [ "/" product-version ] 5422 5409 product-version = token 5410 5411 5412 5413 Fielding & Reschke Standards Track [Page 95] 5414 5415 5416 RFC 7231 HTTP/1.1 Semantics and Content June 2014 5417 5423 5418 5424 5419 quoted-string = <quoted-string, see [RFC7230], Section 3.2.6> … … 5465 5460 202 Accepted (status code) 52 5466 5461 203 Non-Authoritative Information (status code) 52 5467 5468 5469 5470 Fielding & Reschke Standards Track [Page 96]5471 5472 5473 RFC 7231 HTTP/1.1 Semantics and Content June 20145474 5475 5476 5462 204 No Content (status code) 53 5477 5463 205 Reset Content (status code) 53 … … 5479 5465 3 5480 5466 300 Multiple Choices (status code) 55 5467 5468 5469 5470 Fielding & Reschke Standards Track [Page 96] 5471 5472 5473 RFC 7231 HTTP/1.1 Semantics and Content June 2014 5474 5475 5481 5476 301 Moved Permanently (status code) 56 5482 5477 302 Found (status code) 56 … … 5522 5517 compress (content coding) 11 5523 5518 conditional request 36 5524 5525 5526 5527 Fielding & Reschke Standards Track [Page 97]5528 5529 5530 RFC 7231 HTTP/1.1 Semantics and Content June 20145531 5532 5533 5519 CONNECT method 30 5534 5520 content coding 11 … … 5536 5522 Content-Encoding header field 12 5537 5523 Content-Language header field 13 5524 5525 5526 5527 Fielding & Reschke Standards Track [Page 97] 5528 5529 5530 RFC 7231 HTTP/1.1 Semantics and Content June 2014 5531 5532 5538 5533 Content-Location header field 15 5539 5534 Content-Transfer-Encoding header field 90 … … 5579 5574 GMT 66 5580 5575 hour 66 5581 5582 5583 5584 Fielding & Reschke Standards Track [Page 98]5585 5586 5587 RFC 7231 HTTP/1.1 Semantics and Content June 20145588 5589 5590 5576 HTTP-date 64 5591 5577 IMF-fixdate 66 … … 5593 5579 language-tag 13 5594 5580 Location 68 5581 5582 5583 5584 Fielding & Reschke Standards Track [Page 98] 5585 5586 5587 RFC 7231 HTTP/1.1 Semantics and Content June 2014 5588 5589 5595 5590 Max-Forwards 36 5596 5591 media-range 38 … … 5629 5624 M 5630 5625 Max-Forwards header field 36 5631 MIME-Version header field 8 95626 MIME-Version header field 88 5632 5627 5633 5628 O … … 5636 5631 P 5637 5632 payload 17 5638 5639 5640 5641 Fielding & Reschke Standards Track [Page 99]5642 5643 5644 RFC 7231 HTTP/1.1 Semantics and Content June 20145645 5646 5647 5633 POST method 25 5648 5634 PUT method 26 … … 5650 5636 R 5651 5637 Referer header field 45 5638 5639 5640 5641 Fielding & Reschke Standards Track [Page 99] 5642 5643 5644 RFC 7231 HTTP/1.1 Semantics and Content June 2014 5645 5646 5652 5647 representation 7 5653 5648 Retry-After header field 69 … … 5689 5684 5690 5685 5691 5692 5693 5694 5695 5696 5697 5698 Fielding & Reschke Standards Track [Page 100]5699 5700 5701 RFC 7231 HTTP/1.1 Semantics and Content June 20145702 5703 5704 5686 Julian F. Reschke (editor) 5705 5687 greenbytes GmbH … … 5714 5696 5715 5697 5716 5717 5718 5719 5720 5721 5722 5723 5724 5725 5726 5727 5728 5729 5730 5731 5732 5733 5734 5735 5736 5737 5738 5739 5740 5741 5742 5743 5744 5745 5746 5747 5748 5749 5750 5751 5752 5753 5754 5755 Fielding & Reschke Standards Track [Page 101] 5756 5757 5698 Fielding & Reschke Standards Track [Page 100] 5699 5700 -
draft-ietf-httpbis/latest/auth48/p4-conditional.unpg.txt
r2708 r2709 1266 1266 [RFC7230] Fielding, R., Ed. and J. Reschke, Ed., "Hypertext Transfer 1267 1267 Protocol (HTTP/1.1): Message Syntax and Routing", 1268 draft-ietf-httpbis-p1-messaging-latest (work in progress), 1269 June 2014. 1268 RFC 7230, June 2014. 1270 1269 1271 1270 [RFC7231] Fielding, R., Ed. and J. Reschke, Ed., "Hypertext Transfer 1272 Protocol (HTTP/1.1): Semantics and Content", 1273 draft-ietf-httpbis-p2-semantics-latest (work in progress), 1271 Protocol (HTTP/1.1): Semantics and Content", RFC 7231, 1274 1272 June 2014. 1275 1273 1276 1274 [RFC7233] Fielding, R., Ed., Lafon, Y., Ed., and J. Reschke, Ed., 1277 1275 "Hypertext Transfer Protocol (HTTP/1.1): Range Requests", 1278 draft-ietf-httpbis-p5-range-latest (work in progress), 1279 June 2014. 1276 RFC 7233, June 2014. 1280 1277 1281 1278 [RFC7234] Fielding, R., Ed., Nottingham, M., Ed., and J. Reschke, 1282 1279 Ed., "Hypertext Transfer Protocol (HTTP/1.1): Caching", 1283 draft-ietf-httpbis-p6-cache-latest (work in progress), 1284 June 2014. 1280 RFC 7234, June 2014. 1285 1281 1286 1282 10.2. Informative References … … 1305 1301 requests. (Sections 2.1 and 3.2) 1306 1302 1307 1308 1309 Fielding & Reschke Standards Track [Page 23]1310 1311 1312 RFC 7232 HTTP/1.1 Conditional Requests June 20141313 1314 1315 1303 The ETag header field ABNF has been changed to not use quoted-string, 1316 1304 thus avoiding escaping issues. (Section 2.3) 1305 1306 1307 1308 1309 Fielding & Reschke Standards Track [Page 23] 1310 1311 1312 RFC 7232 HTTP/1.1 Conditional Requests June 2014 1313 1317 1314 1318 1315 ETag is defined to provide an entity tag for the selected … … 1345 1342 In the collected ABNF below, list rules are expanded as per Section 1346 1343 1.2 of [RFC7230]. 1344 1345 1346 1347 1347 1348 1348 -
draft-ietf-httpbis/latest/auth48/p5-range.unpg.txt
r2708 r2709 1042 1042 [RFC7230] Fielding, R., Ed. and J. Reschke, Ed., "Hypertext Transfer 1043 1043 Protocol (HTTP/1.1): Message Syntax and Routing", 1044 draft-ietf-httpbis-p1-messaging-latest (work in progress), 1044 RFC 7230, June 2014. 1045 1046 [RFC7231] Fielding, R., Ed. and J. Reschke, Ed., "Hypertext Transfer 1047 Protocol (HTTP/1.1): Semantics and Content", RFC 7231, 1045 1048 June 2014. 1046 1049 1047 [RFC7231] Fielding, R., Ed. and J. Reschke, Ed., "Hypertext Transfer 1048 Protocol (HTTP/1.1): Semantics and Content", 1049 draft-ietf-httpbis-p2-semantics-latest (work in progress), 1050 [RFC7232] Fielding, R., Ed. and J. Reschke, Ed., "Hypertext Transfer 1051 Protocol (HTTP/1.1): Conditional Requests", RFC 7232, 1050 1052 June 2014. 1051 1052 [RFC7232] Fielding, R., Ed. and J. Reschke, Ed., "Hypertext Transfer1053 Protocol (HTTP/1.1): Conditional Requests",1054 draft-ietf-httpbis-p4-conditional-latest (work in1055 progress), June 2014.1056 1053 1057 1054 [RFC7234] Fielding, R., Ed., Nottingham, M., Ed., and J. Reschke, 1058 1055 Ed., "Hypertext Transfer Protocol (HTTP/1.1): Caching", 1059 draft-ietf-httpbis-p6-cache-latest (work in progress), 1060 June 2014. 1056 RFC 7234, June 2014. 1061 1057 1062 1058 8.2. Informative References … … 1076 1072 [RFC5226] Narten, T. and H. Alvestrand, "Guidelines for Writing an 1077 1073 IANA Considerations Section in RFCs", BCP 26, RFC 5226, 1074 May 2008. 1075 1076 1077 1078 1078 1079 1079 … … 1084 1084 RFC 7233 HTTP/1.1 Range Requests June 2014 1085 1085 1086 1087 May 2008.1088 1086 1089 1087 Appendix A. Internet Media Type multipart/byteranges … … 1133 1131 1134 1132 ...the second range 1133 --THIS_STRING_SEPARATES-- 1134 1135 1135 1136 1136 … … 1141 1141 RFC 7233 HTTP/1.1 Range Requests June 2014 1142 1142 1143 1144 --THIS_STRING_SEPARATES--1145 1143 1146 1144 Appendix B. Changes from RFC 2616 … … 1185 1183 In the collected ABNF below, list rules are expanded as per Section 1186 1184 1.2 of [RFC7230]. 1185 1186 1187 1187 1188 1188 -
draft-ietf-httpbis/latest/auth48/p6-cache.unpg.txt
r2708 r2709 1997 1997 1998 1998 1999 Protocol (HTTP/1.1): Semantics and Content", 2000 draft-ietf-httpbis-p2-semantics-latest (work in progress), 1999 Protocol (HTTP/1.1): Semantics and Content", RFC 7231, 2001 2000 June 2014. 2002 2001 2003 2002 [RFC7232] Fielding, R., Ed. and J. Reschke, Ed., "Hypertext Transfer 2004 Protocol (HTTP/1.1): Conditional Requests", 2005 draft-ietf-httpbis-p4-conditional-latest (work in 2006 progress), June 2014. 2003 Protocol (HTTP/1.1): Conditional Requests", RFC 7232, 2004 June 2014. 2007 2005 2008 2006 [RFC7233] Fielding, R., Ed., Lafon, Y., Ed., and J. Reschke, Ed., 2009 2007 "Hypertext Transfer Protocol (HTTP/1.1): Range Requests", 2010 draft-ietf-httpbis-p5-range-latest (work in progress), 2011 June 2014. 2008 RFC 7233, June 2014. 2012 2009 2013 2010 [RFC7235] Fielding, R., Ed. and J. Reschke, Ed., "Hypertext Transfer 2014 Protocol (HTTP/1.1): Authentication", 2015 draft-ietf-httpbis-p7-auth-latest (work in progress), 2016 June 2014. 2011 Protocol (HTTP/1.1): Authentication", RFC 7235, June 2014. 2017 2012 2018 2013 10.2. Informative References … … 2045 2040 2046 2041 The conditions under which an authenticated response can be cached 2047 2048 2049 2050 Fielding, et al. Standards Track [Page 36]2051 2052 2053 RFC 7234 HTTP/1.1 Caching June 20142054 2055 2056 2042 have been clarified. (Section 3.2) 2057 2043 … … 2059 2045 heuristic freshness with them. Caches are now allowed to calculate 2060 2046 heuristic freshness for URIs with query components. (Section 4.2.2) 2047 2048 2049 2050 Fielding, et al. Standards Track [Page 36] 2051 2052 2053 RFC 7234 HTTP/1.1 Caching June 2014 2054 2061 2055 2062 2056 The algorithm for calculating age is now less conservative. Caches … … 2102 2096 2103 2097 The Pragma header field is now only defined for backwards 2104 2105 2106 2107 Fielding, et al. Standards Track [Page 37]2108 2109 2110 RFC 7234 HTTP/1.1 Caching June 20142111 2112 2113 2098 compatibility; future pragmas are deprecated. (Section 5.4) 2114 2099 … … 2117 2102 Furthermore, the Warning header field no longer uses RFC 2047 2118 2103 encoding, nor does it allow multiple languages, as these aspects were 2104 2105 2106 2107 Fielding, et al. Standards Track [Page 37] 2108 2109 2110 RFC 7234 HTTP/1.1 Caching June 2014 2111 2112 2119 2113 not implemented. (Section 5.5) 2120 2114 … … 2151 2145 In the collected ABNF below, list rules are expanded as per Section 2152 2146 1.2 of [RFC7230]. 2147 2148 2149 2150 2151 2152 2153 2153 2154 2154 -
draft-ietf-httpbis/latest/auth48/p7-auth.unpg.txt
r2708 r2709 810 810 [RFC7230] Fielding, R., Ed. and J. Reschke, Ed., "Hypertext Transfer 811 811 Protocol (HTTP/1.1): Message Syntax and Routing", 812 draft-ietf-httpbis-p1-messaging-latest (work in progress), 813 June 2014. 812 RFC 7230, June 2014. 814 813 815 814 [RFC7231] Fielding, R., Ed. and J. Reschke, Ed., "Hypertext Transfer 816 Protocol (HTTP/1.1): Semantics and Content", 817 draft-ietf-httpbis-p2-semantics-latest (work in progress), 815 Protocol (HTTP/1.1): Semantics and Content", RFC 7231, 818 816 June 2014. 819 817 820 818 [RFC7234] Fielding, R., Ed., Nottingham, M., Ed., and J. Reschke, 821 819 Ed., "Hypertext Transfer Protocol (HTTP/1.1): Caching", 822 draft-ietf-httpbis-p6-cache-latest (work in progress), 823 June 2014. 820 RFC 7234, June 2014. 824 821 825 822 8.2. Informative References … … 848 845 849 846 [RFC4648] Josefsson, S., "The Base16, Base32, and Base64 Data 847 Encodings", RFC 4648, October 2006. 848 849 [RFC5226] Narten, T. and H. Alvestrand, "Guidelines for Writing an 850 850 851 851 … … 857 857 858 858 859 Encodings", RFC 4648, October 2006.860 861 [RFC5226] Narten, T. and H. Alvestrand, "Guidelines for Writing an862 859 IANA Considerations Section in RFCs", BCP 26, RFC 5226, 863 860 May 2008. … … 903 900 In the collected ABNF below, list rules are expanded as per Section 904 901 1.2 of [RFC7230]. 902 903 904 905 905 906 906 -
draft-ietf-httpbis/latest/auth48/rfc7230.abdiff.txt
r2708 r2709 44 44 45 45 46 Section 11., paragraph 0:47 OLD:48 49 1. Introduction . . . . . . . . . . . . . . . . . . . . . . . . . 550 1.1. Requirements Notation . . . . . . . . . . . . . . . . . . 651 1.2. Syntax Notation . . . . . . . . . . . . . . . . . . . . . 652 2. Architecture . . . . . . . . . . . . . . . . . . . . . . . . . 653 2.1. Client/Server Messaging . . . . . . . . . . . . . . . . . 754 2.2. Implementation Diversity . . . . . . . . . . . . . . . . . 855 2.3. Intermediaries . . . . . . . . . . . . . . . . . . . . . . 956 2.4. Caches . . . . . . . . . . . . . . . . . . . . . . . . . . 1157 2.5. Conformance and Error Handling . . . . . . . . . . . . . . 1258 2.6. Protocol Versioning . . . . . . . . . . . . . . . . . . . 1359 2.7. Uniform Resource Identifiers . . . . . . . . . . . . . . . 1660 2.7.1. http URI Scheme . . . . . . . . . . . . . . . . . . . 1661 2.7.2. https URI Scheme . . . . . . . . . . . . . . . . . . . 1862 2.7.3. http and https URI Normalization and Comparison . . . 1963 3. Message Format . . . . . . . . . . . . . . . . . . . . . . . . 1964 3.1. Start Line . . . . . . . . . . . . . . . . . . . . . . . . 2065 3.1.1. Request Line . . . . . . . . . . . . . . . . . . . . . 2166 3.1.2. Status Line . . . . . . . . . . . . . . . . . . . . . 2267 3.2. Header Fields . . . . . . . . . . . . . . . . . . . . . . 2268 3.2.1. Field Extensibility . . . . . . . . . . . . . . . . . 2369 3.2.2. Field Order . . . . . . . . . . . . . . . . . . . . . 2370 3.2.3. Whitespace . . . . . . . . . . . . . . . . . . . . . . 2471 3.2.4. Field Parsing . . . . . . . . . . . . . . . . . . . . 2472 3.2.5. Field Limits . . . . . . . . . . . . . . . . . . . . . 2673 3.2.6. Field Value Components . . . . . . . . . . . . . . . . 2674 3.3. Message Body . . . . . . . . . . . . . . . . . . . . . . . 2775 3.3.1. Transfer-Encoding . . . . . . . . . . . . . . . . . . 2876 3.3.2. Content-Length . . . . . . . . . . . . . . . . . . . . 2977 3.3.3. Message Body Length . . . . . . . . . . . . . . . . . 3178 3.4. Handling Incomplete Messages . . . . . . . . . . . . . . . 3379 3.5. Message Parsing Robustness . . . . . . . . . . . . . . . . 3480 4. Transfer Codings . . . . . . . . . . . . . . . . . . . . . . . 3481 4.1. Chunked Transfer Coding . . . . . . . . . . . . . . . . . 3582 4.1.1. Chunk Extensions . . . . . . . . . . . . . . . . . . . 3683 4.1.2. Chunked Trailer Part . . . . . . . . . . . . . . . . . 3684 4.1.3. Decoding Chunked . . . . . . . . . . . . . . . . . . . 3785 4.2. Compression Codings . . . . . . . . . . . . . . . . . . . 3786 4.2.1. Compress Coding . . . . . . . . . . . . . . . . . . . 3887 4.2.2. Deflate Coding . . . . . . . . . . . . . . . . . . . . 3888 4.2.3. Gzip Coding . . . . . . . . . . . . . . . . . . . . . 3889 4.3. TE . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3890 4.4. Trailer . . . . . . . . . . . . . . . . . . . . . . . . . 3991 5. Message Routing . . . . . . . . . . . . . . . . . . . . . . . 3992 5.1. Identifying a Target Resource . . . . . . . . . . . . . . 4093 5.2. Connecting Inbound . . . . . . . . . . . . . . . . . . . . 4094 5.3. Request Target . . . . . . . . . . . . . . . . . . . . . . 4195 5.3.1. origin-form . . . . . . . . . . . . . . . . . . . . . 4196 5.3.2. absolute-form . . . . . . . . . . . . . . . . . . . . 4197 5.3.3. authority-form . . . . . . . . . . . . . . . . . . . . 4298 5.3.4. asterisk-form . . . . . . . . . . . . . . . . . . . . 4299 5.4. Host . . . . . . . . . . . . . . . . . . . . . . . . . . . 43100 5.5. Effective Request URI . . . . . . . . . . . . . . . . . . 44101 5.6. Associating a Response to a Request . . . . . . . . . . . 46102 5.7. Message Forwarding . . . . . . . . . . . . . . . . . . . . 46103 5.7.1. Via . . . . . . . . . . . . . . . . . . . . . . . . . 46104 5.7.2. Transformations . . . . . . . . . . . . . . . . . . . 48105 6. Connection Management . . . . . . . . . . . . . . . . . . . . 49106 6.1. Connection . . . . . . . . . . . . . . . . . . . . . . . . 50107 6.2. Establishment . . . . . . . . . . . . . . . . . . . . . . 51108 6.3. Persistence . . . . . . . . . . . . . . . . . . . . . . . 51109 6.3.1. Retrying Requests . . . . . . . . . . . . . . . . . . 52110 6.3.2. Pipelining . . . . . . . . . . . . . . . . . . . . . . 53111 6.4. Concurrency . . . . . . . . . . . . . . . . . . . . . . . 54112 6.5. Failures and Timeouts . . . . . . . . . . . . . . . . . . 54113 6.6. Tear-down . . . . . . . . . . . . . . . . . . . . . . . . 55114 6.7. Upgrade . . . . . . . . . . . . . . . . . . . . . . . . . 56115 7. ABNF List Extension: #rule . . . . . . . . . . . . . . . . . . 58116 8. IANA Considerations . . . . . . . . . . . . . . . . . . . . . 59117 8.1. Header Field Registration . . . . . . . . . . . . . . . . 59118 8.2. URI Scheme Registration . . . . . . . . . . . . . . . . . 60119 8.3. Internet Media Type Registration . . . . . . . . . . . . . 60120 8.3.1. Internet Media Type message/http . . . . . . . . . . . 61121 8.3.2. Internet Media Type application/http . . . . . . . . . 62122 8.4. Transfer Coding Registry . . . . . . . . . . . . . . . . . 63123 8.4.1. Procedure . . . . . . . . . . . . . . . . . . . . . . 63124 8.4.2. Registration . . . . . . . . . . . . . . . . . . . . . 64125 8.5. Content Coding Registration . . . . . . . . . . . . . . . 64126 8.6. Upgrade Token Registry . . . . . . . . . . . . . . . . . . 64127 8.6.1. Procedure . . . . . . . . . . . . . . . . . . . . . . 65128 8.6.2. Upgrade Token Registration . . . . . . . . . . . . . . 65129 9. Security Considerations . . . . . . . . . . . . . . . . . . . 66130 9.1. Establishing Authority . . . . . . . . . . . . . . . . . . 66131 9.2. Risks of Intermediaries . . . . . . . . . . . . . . . . . 67132 9.3. Attacks via Protocol Element Length . . . . . . . . . . . 67133 9.4. Response Splitting . . . . . . . . . . . . . . . . . . . . 68134 9.5. Request Smuggling . . . . . . . . . . . . . . . . . . . . 69135 9.6. Message Integrity . . . . . . . . . . . . . . . . . . . . 69136 9.7. Message Confidentiality . . . . . . . . . . . . . . . . . 69137 9.8. Privacy of Server Log Information . . . . . . . . . . . . 70138 10. Acknowledgments . . . . . . . . . . . . . . . . . . . . . . . 70139 11. References . . . . . . . . . . . . . . . . . . . . . . . . . . 72140 11.1. Normative References . . . . . . . . . . . . . . . . . . . 72141 11.2. Informative References . . . . . . . . . . . . . . . . . . 73142 Appendix A. HTTP Version History . . . . . . . . . . . . . . . . 75143 A.1. Changes from HTTP/1.0 . . . . . . . . . . . . . . . . . . 76144 A.1.1. Multihomed Web Servers . . . . . . . . . . . . . . . . 76145 A.1.2. Keep-Alive Connections . . . . . . . . . . . . . . . . 77146 A.1.3. Introduction of Transfer-Encoding . . . . . . . . . . 77147 A.2. Changes from RFC 2616 . . . . . . . . . . . . . . . . . . 77148 Appendix B. Collected ABNF . . . . . . . . . . . . . . . . . . . 80149 Index . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 82150 151 NEW:152 153 1. Introduction . . . . . . . . . . . . . . . . . . . . . . . . . 5154 1.1. Requirements Notation . . . . . . . . . . . . . . . . . . 6155 1.2. Syntax Notation . . . . . . . . . . . . . . . . . . . . . 6156 2. Architecture . . . . . . . . . . . . . . . . . . . . . . . . . 6157 2.1. Client/Server Messaging . . . . . . . . . . . . . . . . . 7158 2.2. Implementation Diversity . . . . . . . . . . . . . . . . . 8159 2.3. Intermediaries . . . . . . . . . . . . . . . . . . . . . . 9160 2.4. Caches . . . . . . . . . . . . . . . . . . . . . . . . . . 11161 2.5. Conformance and Error Handling . . . . . . . . . . . . . . 12162 2.6. Protocol Versioning . . . . . . . . . . . . . . . . . . . 13163 2.7. Uniform Resource Identifiers . . . . . . . . . . . . . . . 16164 2.7.1. http URI Scheme . . . . . . . . . . . . . . . . . . . 16165 2.7.2. https URI Scheme . . . . . . . . . . . . . . . . . . . 18166 2.7.3. http and https URI Normalization and Comparison . . . 19167 3. Message Format . . . . . . . . . . . . . . . . . . . . . . . . 19168 3.1. Start Line . . . . . . . . . . . . . . . . . . . . . . . . 20169 3.1.1. Request Line . . . . . . . . . . . . . . . . . . . . . 21170 3.1.2. Status Line . . . . . . . . . . . . . . . . . . . . . 22171 3.2. Header Fields . . . . . . . . . . . . . . . . . . . . . . 22172 3.2.1. Field Extensibility . . . . . . . . . . . . . . . . . 23173 3.2.2. Field Order . . . . . . . . . . . . . . . . . . . . . 23174 3.2.3. Whitespace . . . . . . . . . . . . . . . . . . . . . . 24175 3.2.4. Field Parsing . . . . . . . . . . . . . . . . . . . . 24176 3.2.5. Field Limits . . . . . . . . . . . . . . . . . . . . . 26177 3.2.6. Field Value Components . . . . . . . . . . . . . . . . 26178 3.3. Message Body . . . . . . . . . . . . . . . . . . . . . . . 27179 3.3.1. Transfer-Encoding . . . . . . . . . . . . . . . . . . 28180 3.3.2. Content-Length . . . . . . . . . . . . . . . . . . . . 29181 3.3.3. Message Body Length . . . . . . . . . . . . . . . . . 31182 3.4. Handling Incomplete Messages . . . . . . . . . . . . . . . 33183 3.5. Message Parsing Robustness . . . . . . . . . . . . . . . . 34184 4. Transfer Codings . . . . . . . . . . . . . . . . . . . . . . . 34185 4.1. Chunked Transfer Coding . . . . . . . . . . . . . . . . . 35186 4.1.1. Chunk Extensions . . . . . . . . . . . . . . . . . . . 36187 4.1.2. Chunked Trailer Part . . . . . . . . . . . . . . . . . 36188 4.1.3. Decoding Chunked . . . . . . . . . . . . . . . . . . . 37189 4.2. Compression Codings . . . . . . . . . . . . . . . . . . . 37190 4.2.1. Compress Coding . . . . . . . . . . . . . . . . . . . 38191 4.2.2. Deflate Coding . . . . . . . . . . . . . . . . . . . . 38192 4.2.3. Gzip Coding . . . . . . . . . . . . . . . . . . . . . 38193 4.3. TE . . . . . . . . . . . . . . . . . . . . . . . . . . . . 38194 4.4. Trailer . . . . . . . . . . . . . . . . . . . . . . . . . 39195 5. Message Routing . . . . . . . . . . . . . . . . . . . . . . . 39196 5.1. Identifying a Target Resource . . . . . . . . . . . . . . 40197 5.2. Connecting Inbound . . . . . . . . . . . . . . . . . . . . 40198 5.3. Request Target . . . . . . . . . . . . . . . . . . . . . . 41199 5.3.1. origin-form . . . . . . . . . . . . . . . . . . . . . 41200 5.3.2. absolute-form . . . . . . . . . . . . . . . . . . . . 41201 5.3.3. authority-form . . . . . . . . . . . . . . . . . . . . 42202 5.3.4. asterisk-form . . . . . . . . . . . . . . . . . . . . 42203 5.4. Host . . . . . . . . . . . . . . . . . . . . . . . . . . . 43204 5.5. Effective Request URI . . . . . . . . . . . . . . . . . . 44205 5.6. Associating a Response to a Request . . . . . . . . . . . 46206 5.7. Message Forwarding . . . . . . . . . . . . . . . . . . . . 46207 5.7.1. Via . . . . . . . . . . . . . . . . . . . . . . . . . 46208 5.7.2. Transformations . . . . . . . . . . . . . . . . . . . 48209 6. Connection Management . . . . . . . . . . . . . . . . . . . . 49210 6.1. Connection . . . . . . . . . . . . . . . . . . . . . . . . 50211 6.2. Establishment . . . . . . . . . . . . . . . . . . . . . . 51212 6.3. Persistence . . . . . . . . . . . . . . . . . . . . . . . 51213 6.3.1. Retrying Requests . . . . . . . . . . . . . . . . . . 52214 6.3.2. Pipelining . . . . . . . . . . . . . . . . . . . . . . 53215 6.4. Concurrency . . . . . . . . . . . . . . . . . . . . . . . 54216 6.5. Failures and Timeouts . . . . . . . . . . . . . . . . . . 54217 6.6. Tear-down . . . . . . . . . . . . . . . . . . . . . . . . 55218 6.7. Upgrade . . . . . . . . . . . . . . . . . . . . . . . . . 56219 7. ABNF List Extension: #rule . . . . . . . . . . . . . . . . . . 58220 8. IANA Considerations . . . . . . . . . . . . . . . . . . . . . 59221 8.1. Header Field Registration . . . . . . . . . . . . . . . . 59222 8.2. URI Scheme Registration . . . . . . . . . . . . . . . . . 60223 8.3. Internet Media Type Registration . . . . . . . . . . . . . 60224 8.3.1. Internet Media Type message/http . . . . . . . . . . . 61225 8.3.2. Internet Media Type application/http . . . . . . . . . 62226 8.4. Transfer Coding Registry . . . . . . . . . . . . . . . . . 63227 8.4.1. Procedure . . . . . . . . . . . . . . . . . . . . . . 63228 8.4.2. Registration . . . . . . . . . . . . . . . . . . . . . 64229 8.5. Content Coding Registration . . . . . . . . . . . . . . . 64230 8.6. Upgrade Token Registry . . . . . . . . . . . . . . . . . . 64231 8.6.1. Procedure . . . . . . . . . . . . . . . . . . . . . . 65232 8.6.2. Upgrade Token Registration . . . . . . . . . . . . . . 65233 9. Security Considerations . . . . . . . . . . . . . . . . . . . 66234 9.1. Establishing Authority . . . . . . . . . . . . . . . . . . 66235 9.2. Risks of Intermediaries . . . . . . . . . . . . . . . . . 67236 9.3. Attacks via Protocol Element Length . . . . . . . . . . . 67237 9.4. Response Splitting . . . . . . . . . . . . . . . . . . . . 68238 9.5. Request Smuggling . . . . . . . . . . . . . . . . . . . . 69239 9.6. Message Integrity . . . . . . . . . . . . . . . . . . . . 69240 9.7. Message Confidentiality . . . . . . . . . . . . . . . . . 69241 9.8. Privacy of Server Log Information . . . . . . . . . . . . 70242 10. Acknowledgments . . . . . . . . . . . . . . . . . . . . . . . 70243 11. References . . . . . . . . . . . . . . . . . . . . . . . . . . 72244 11.1. Normative References . . . . . . . . . . . . . . . . . . . 72245 11.2. Informative References . . . . . . . . . . . . . . . . . . 73246 Appendix A. HTTP Version History . . . . . . . . . . . . . . . . 75247 A.1. Changes from HTTP/1.0 . . . . . . . . . . . . . . . . . . 76248 A.1.1. Multihomed Web Servers . . . . . . . . . . . . . . . . 76249 A.1.2. Keep-Alive Connections . . . . . . . . . . . . . . . . 76250 A.1.3. Introduction of Transfer-Encoding . . . . . . . . . . 77251 A.2. Changes from RFC 2616 . . . . . . . . . . . . . . . . . . 77252 Appendix B. Collected ABNF . . . . . . . . . . . . . . . . . . . 79253 Index . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 82254 255 256 46 Section 11.1., paragraph 8: 257 47 OLD: … … 259 49 [RFC7231] Fielding, R., Ed. and J. Reschke, Ed., "Hypertext 260 50 Transfer Protocol (HTTP/1.1): Semantics and Content", 261 draft-ietf-httpbis-p2-semantics-latest (work in 262 progress), June 2014. 51 RFC 7231, June 2014. 263 52 264 53 NEW: … … 274 63 [RFC7232] Fielding, R., Ed. and J. Reschke, Ed., "Hypertext 275 64 Transfer Protocol (HTTP/1.1): Conditional Requests", 276 draft-ietf-httpbis-p4-conditional-latest (work in 277 progress), June 2014. 65 RFC 7232, June 2014. 278 66 279 67 NEW: … … 289 77 [RFC7233] Fielding, R., Ed., Lafon, Y., Ed., and J. Reschke, Ed., 290 78 "Hypertext Transfer Protocol (HTTP/1.1): Range 291 Requests", draft-ietf-httpbis-p5-range-latest (work in 292 progress), June 2014. 79 Requests", RFC 7233, June 2014. 293 80 294 81 NEW: … … 304 91 [RFC7234] Fielding, R., Ed., Nottingham, M., Ed., and J. Reschke, 305 92 Ed., "Hypertext Transfer Protocol (HTTP/1.1): Caching", 306 draft-ietf-httpbis-p6-cache-latest (work in progress), 307 June 2014. 93 RFC 7234, June 2014. 308 94 309 95 NEW: … … 319 105 [RFC7235] Fielding, R., Ed. and J. Reschke, Ed., "Hypertext 320 106 Transfer Protocol (HTTP/1.1): Authentication", 321 draft-ietf-httpbis-p7-auth-latest (work in progress), 322 June 2014. 107 RFC 7235, June 2014. 323 108 324 109 NEW: … … 328 113 RFC 7235, May 2014. 329 114 330 331 Section 19.7.1, paragraph 9:332 OLD:333 334 The HTTP-version ABNF production has been clarified to be case-335 sensitive. Additionally, version numbers have been restricted to336 single digits, due to the fact that implementations are known to337 handle multi-digit version numbers incorrectly. (Section 2.6)338 Userinfo (i.e., username and password) are now disallowed in HTTP and339 HTTPS URIs, because of security issues related to their transmission340 on the wire. (Section 2.7.1)341 342 NEW:343 344 The HTTP-version ABNF production has been clarified to be case-345 sensitive. Additionally, version numbers have been restricted to346 single digits, due to the fact that implementations are known to347 handle multi-digit version numbers incorrectly. (Section 2.6)348 349 Userinfo (i.e., username and password) are now disallowed in HTTP and350 HTTPS URIs, because of security issues related to their transmission351 on the wire. (Section 2.7.1)352 353 354 Section 19.7.1, paragraph 20:355 OLD:356 357 The meaning of the "deflate" content coding has been clarified.358 (Section 4.2.2)359 360 The segment + query components of RFC 3986 have been used to define361 the request-target, instead of abs_path from RFC 1808. The asterisk-362 form of the request-target is only allowed with the OPTIONS method.363 (Section 5.3)364 365 NEW:366 367 The meaning of the "deflate" content coding has been clarified.368 (Section 4.2.2)369 The segment + query components of RFC 3986 have been used to define370 the request-target, instead of abs_path from RFC 1808. The asterisk-371 form of the request-target is only allowed with the OPTIONS method.372 (Section 5.3)373 374 375 Appendix B., paragraph 2:376 OLD:377 378 Connection = *( "," OWS ) connection-option *( OWS "," [ OWS379 connection-option ] )380 Content-Length = 1*DIGIT381 382 NEW:383 384 Connection = *( "," OWS ) connection-option *( OWS "," [ OWS385 connection-option ] )386 387 Content-Length = 1*DIGIT388 389 390 Appendix B., paragraph 19:391 OLD:392 393 scheme = <scheme, see [RFC3986], Section 3.1>394 segment = <segment, see [RFC3986], Section 3.3>395 start-line = request-line / status-line396 status-code = 3DIGIT397 status-line = HTTP-version SP status-code SP reason-phrase CRLF398 399 t-codings = "trailers" / ( transfer-coding [ t-ranking ] )400 t-ranking = OWS ";" OWS "q=" rank401 tchar = "!" / "#" / "$" / "%" / "&" / "'" / "*" / "+" / "-" / "." /402 "^" / "_" / "`" / "|" / "~" / DIGIT / ALPHA403 token = 1*tchar404 trailer-part = *( header-field CRLF )405 transfer-coding = "chunked" / "compress" / "deflate" / "gzip" /406 transfer-extension407 transfer-extension = token *( OWS ";" OWS transfer-parameter )408 transfer-parameter = token BWS "=" BWS ( token / quoted-string )409 410 NEW:411 412 scheme = <scheme, see [RFC3986], Section 3.1>413 segment = <segment, see [RFC3986], Section 3.3>414 start-line = request-line / status-line415 status-code = 3DIGIT416 status-line = HTTP-version SP status-code SP reason-phrase CRLF417 t-codings = "trailers" / ( transfer-coding [ t-ranking ] )418 t-ranking = OWS ";" OWS "q=" rank419 tchar = "!" / "#" / "$" / "%" / "&" / "'" / "*" / "+" / "-" / "." /420 "^" / "_" / "`" / "|" / "~" / DIGIT / ALPHA421 token = 1*tchar422 trailer-part = *( header-field CRLF )423 transfer-coding = "chunked" / "compress" / "deflate" / "gzip" /424 transfer-extension425 transfer-extension = token *( OWS ";" OWS transfer-parameter )426 transfer-parameter = token BWS "=" BWS ( token / quoted-string )427 428 429 Appendix B., paragraph 27:430 OLD:431 432 G433 gateway 10434 Grammar435 absolute-form 41436 absolute-path 16437 absolute-URI 16438 ALPHA 6439 asterisk-form 41-42440 authority 16441 authority-form 41-42442 BWS 24443 chunk 35444 chunk-data 35445 chunk-ext 35-36446 chunk-ext-name 36447 chunk-ext-val 36448 chunk-size 35449 chunked-body 35-36450 comment 27451 Connection 50452 connection-option 50453 Content-Length 29454 CR 6455 CRLF 6456 ctext 27457 CTL 6458 DIGIT 6459 DQUOTE 6460 field-content 22461 field-name 22, 39462 field-value 22463 field-vchar 22464 fragment 16465 header-field 22, 36466 HEXDIG 6467 Host 43468 HTAB 6469 HTTP-message 19470 HTTP-name 13471 http-URI 16472 HTTP-version 13473 https-URI 18474 last-chunk 35475 LF 6476 message-body 27477 method 21478 obs-fold 22479 obs-text 27480 OCTET 6481 origin-form 41482 OWS 24483 partial-URI 16484 port 16485 protocol-name 47486 protocol-version 47487 pseudonym 47488 qdtext 27489 query 16490 quoted-pair 27491 quoted-string 27492 rank 38493 reason-phrase 22494 received-by 47495 received-protocol 47496 request-line 21497 request-target 41498 RWS 24499 scheme 16500 segment 16501 SP 6502 start-line 20503 status-code 22504 status-line 22505 t-codings 38506 t-ranking 38507 tchar 26508 TE 38509 token 26510 Trailer 39511 trailer-part 35-36512 transfer-coding 35513 Transfer-Encoding 28514 transfer-extension 35515 transfer-parameter 35516 Upgrade 56517 uri-host 16518 URI-reference 16519 VCHAR 6520 Via 47521 522 gzip (Coding Format) 38523 524 NEW:525 526 G527 gateway 10528 Grammar529 absolute-form 41530 absolute-path 16531 absolute-URI 16532 ALPHA 6533 asterisk-form 41-42534 authority 16535 authority-form 41-42536 BWS 24537 chunk 35538 chunk-data 35539 chunk-ext 35-36540 chunk-ext-name 36541 chunk-ext-val 36542 chunk-size 35543 chunked-body 35-36544 comment 27545 Connection 50546 connection-option 50547 Content-Length 29548 CR 6549 CRLF 6550 ctext 27551 CTL 6552 DIGIT 6553 DQUOTE 6554 field-content 22555 field-name 22, 39556 field-value 22557 field-vchar 22558 fragment 16559 header-field 22, 36560 HEXDIG 6561 Host 43562 HTAB 6563 HTTP-message 19564 HTTP-name 13565 http-URI 16566 HTTP-version 13567 https-URI 18568 last-chunk 35569 LF 6570 message-body 27571 method 21572 obs-fold 22573 obs-text 27574 OCTET 6575 origin-form 41576 OWS 24577 partial-URI 16578 port 16579 protocol-name 47580 protocol-version 47581 pseudonym 47582 qdtext 27583 query 16584 quoted-pair 27585 quoted-string 27586 rank 38587 reason-phrase 22588 received-by 47589 received-protocol 47590 request-line 21591 request-target 41592 RWS 24593 scheme 16594 segment 16595 SP 6596 start-line 20597 status-code 22598 status-line 22599 t-codings 38600 t-ranking 38601 tchar 26602 TE 38603 token 26604 Trailer 39605 trailer-part 35-36606 transfer-coding 35607 Transfer-Encoding 28608 transfer-extension 35609 transfer-parameter 35610 Upgrade 56611 uri-host 16612 URI-reference 16613 VCHAR 6614 Via 47615 gzip (Coding Format) 38616 -
draft-ietf-httpbis/latest/auth48/rfc7230.diff.html
r2708 r2709 84 84 <tr><td class="lineno" valign="top"></td><td class="left"></td><td> </td><td class="right"></td><td class="lineno" valign="top"></td></tr> 85 85 <tr><td class="lineno"></td><td class="left"></td><td> </td><td class="right"></td><td class="lineno"></td></tr> 86 <tr bgcolor="gray" ><td></td><th><a name="part-l2" /><small>skipping to change at</small><em> page 4, line 33</em></th><th> </th><th><a name="part-r2" /><small>skipping to change at</small><em> page 4, line 18</em></th><td></td></tr> 87 <tr><td class="lineno" valign="top"></td><td class="left"> 9.6. Message Integrity . . . . . . . . . . . . . . . . . . . . 69</td><td> </td><td class="right"> 9.6. Message Integrity . . . . . . . . . . . . . . . . . . . . 69</td><td class="lineno" valign="top"></td></tr> 88 <tr><td class="lineno" valign="top"></td><td class="left"> 9.7. Message Confidentiality . . . . . . . . . . . . . . . . . 69</td><td> </td><td class="right"> 9.7. Message Confidentiality . . . . . . . . . . . . . . . . . 69</td><td class="lineno" valign="top"></td></tr> 89 <tr><td class="lineno" valign="top"></td><td class="left"> 9.8. Privacy of Server Log Information . . . . . . . . . . . . 70</td><td> </td><td class="right"> 9.8. Privacy of Server Log Information . . . . . . . . . . . . 70</td><td class="lineno" valign="top"></td></tr> 90 <tr><td class="lineno" valign="top"></td><td class="left"> 10. Acknowledgments . . . . . . . . . . . . . . . . . . . . . . . 70</td><td> </td><td class="right"> 10. Acknowledgments . . . . . . . . . . . . . . . . . . . . . . . 70</td><td class="lineno" valign="top"></td></tr> 91 <tr><td class="lineno" valign="top"></td><td class="left"> 11. References . . . . . . . . . . . . . . . . . . . . . . . . . . 72</td><td> </td><td class="right"> 11. References . . . . . . . . . . . . . . . . . . . . . . . . . . 72</td><td class="lineno" valign="top"></td></tr> 92 <tr><td class="lineno" valign="top"></td><td class="left"> 11.1. Normative References . . . . . . . . . . . . . . . . . . . 72</td><td> </td><td class="right"> 11.1. Normative References . . . . . . . . . . . . . . . . . . . 72</td><td class="lineno" valign="top"></td></tr> 93 <tr><td class="lineno" valign="top"></td><td class="left"> 11.2. Informative References . . . . . . . . . . . . . . . . . . 73</td><td> </td><td class="right"> 11.2. Informative References . . . . . . . . . . . . . . . . . . 73</td><td class="lineno" valign="top"></td></tr> 94 <tr><td class="lineno" valign="top"></td><td class="left"> Appendix A. HTTP Version History . . . . . . . . . . . . . . . . 75</td><td> </td><td class="right"> Appendix A. HTTP Version History . . . . . . . . . . . . . . . . 75</td><td class="lineno" valign="top"></td></tr> 95 <tr><td class="lineno" valign="top"></td><td class="left"> A.1. Changes from HTTP/1.0 . . . . . . . . . . . . . . . . . . 76</td><td> </td><td class="right"> A.1. Changes from HTTP/1.0 . . . . . . . . . . . . . . . . . . 76</td><td class="lineno" valign="top"></td></tr> 96 <tr><td class="lineno" valign="top"></td><td class="left"> A.1.1. Multihomed Web Servers . . . . . . . . . . . . . . . . 76</td><td> </td><td class="right"> A.1.1. Multihomed Web Servers . . . . . . . . . . . . . . . . 76</td><td class="lineno" valign="top"></td></tr> 97 <tr><td><a name="diff0003" /></td></tr> 98 <tr><td class="lineno" valign="top"></td><td class="lblock"> A.1.2. Keep-Alive Connections . . . . . . . . . . . . . . . . 7<span class="delete">7</span></td><td> </td><td class="rblock"> A.1.2. Keep-Alive Connections . . . . . . . . . . . . . . . . 7<span class="insert">6</span></td><td class="lineno" valign="top"></td></tr> 99 <tr><td class="lineno" valign="top"></td><td class="left"> A.1.3. Introduction of Transfer-Encoding . . . . . . . . . . 77</td><td> </td><td class="right"> A.1.3. Introduction of Transfer-Encoding . . . . . . . . . . 77</td><td class="lineno" valign="top"></td></tr> 100 <tr><td class="lineno" valign="top"></td><td class="left"> A.2. Changes from RFC 2616 . . . . . . . . . . . . . . . . . . 77</td><td> </td><td class="right"> A.2. Changes from RFC 2616 . . . . . . . . . . . . . . . . . . 77</td><td class="lineno" valign="top"></td></tr> 101 <tr><td><a name="diff0004" /></td></tr> 102 <tr><td class="lineno" valign="top"></td><td class="lblock"> Appendix B. Collected ABNF . . . . . . . . . . . . . . . . . . . <span class="delete">80</span></td><td> </td><td class="rblock"> Appendix B. Collected ABNF . . . . . . . . . . . . . . . . . . . <span class="insert">79</span></td><td class="lineno" valign="top"></td></tr> 103 <tr><td class="lineno" valign="top"></td><td class="left"> Index . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 82</td><td> </td><td class="right"> Index . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 82</td><td class="lineno" valign="top"></td></tr> 104 <tr><td class="lineno" valign="top"></td><td class="left"></td><td> </td><td class="right"></td><td class="lineno" valign="top"></td></tr> 105 <tr><td class="lineno" valign="top"></td><td class="left">1. Introduction</td><td> </td><td class="right">1. Introduction</td><td class="lineno" valign="top"></td></tr> 106 <tr><td class="lineno" valign="top"></td><td class="left"></td><td> </td><td class="right"></td><td class="lineno" valign="top"></td></tr> 107 <tr><td class="lineno" valign="top"></td><td class="left"> The Hypertext Transfer Protocol (HTTP) is a stateless application-</td><td> </td><td class="right"> The Hypertext Transfer Protocol (HTTP) is a stateless application-</td><td class="lineno" valign="top"></td></tr> 108 <tr><td class="lineno" valign="top"></td><td class="left"> level request/response protocol that uses extensible semantics and</td><td> </td><td class="right"> level request/response protocol that uses extensible semantics and</td><td class="lineno" valign="top"></td></tr> 109 <tr><td class="lineno" valign="top"></td><td class="left"> self-descriptive message payloads for flexible interaction with</td><td> </td><td class="right"> self-descriptive message payloads for flexible interaction with</td><td class="lineno" valign="top"></td></tr> 110 <tr><td class="lineno" valign="top"></td><td class="left"> network-based hypertext information systems. This document is the</td><td> </td><td class="right"> network-based hypertext information systems. This document is the</td><td class="lineno" valign="top"></td></tr> 111 <tr><td class="lineno" valign="top"></td><td class="left"> first in a series of documents that collectively form the HTTP/1.1</td><td> </td><td class="right"> first in a series of documents that collectively form the HTTP/1.1</td><td class="lineno" valign="top"></td></tr> 112 <tr><td class="lineno" valign="top"></td><td class="left"> specification:</td><td> </td><td class="right"> specification:</td><td class="lineno" valign="top"></td></tr> 113 <tr><td class="lineno"></td><td class="left"></td><td> </td><td class="right"></td><td class="lineno"></td></tr> 114 <tr bgcolor="gray" ><td></td><th><a name="part-l3" /><small>skipping to change at</small><em> page 73, line 7</em></th><th> </th><th><a name="part-r3" /><small>skipping to change at</small><em> page 73, line 7</em></th><td></td></tr> 86 <tr bgcolor="gray" ><td></td><th><a name="part-l2" /><small>skipping to change at</small><em> page 73, line 7</em></th><th> </th><th><a name="part-r2" /><small>skipping to change at</small><em> page 73, line 7</em></th><td></td></tr> 115 87 <tr><td class="lineno" valign="top"></td><td class="left"> [RFC3986] Berners-Lee, T., Fielding, R., and L. Masinter,</td><td> </td><td class="right"> [RFC3986] Berners-Lee, T., Fielding, R., and L. Masinter,</td><td class="lineno" valign="top"></td></tr> 116 88 <tr><td class="lineno" valign="top"></td><td class="left"> "Uniform Resource Identifier (URI): Generic Syntax",</td><td> </td><td class="right"> "Uniform Resource Identifier (URI): Generic Syntax",</td><td class="lineno" valign="top"></td></tr> … … 123 95 <tr><td class="lineno" valign="top"></td><td class="left"> [RFC7231] Fielding, R., Ed. and J. Reschke, Ed., "Hypertext</td><td> </td><td class="right"> [RFC7231] Fielding, R., Ed. and J. Reschke, Ed., "Hypertext</td><td class="lineno" valign="top"></td></tr> 124 96 <tr><td class="lineno" valign="top"></td><td class="left"> Transfer Protocol (HTTP/1.1): Semantics and Content",</td><td> </td><td class="right"> Transfer Protocol (HTTP/1.1): Semantics and Content",</td><td class="lineno" valign="top"></td></tr> 125 <tr><td><a name="diff0005" /></td></tr> 126 <tr><td class="lineno" valign="top"></td><td class="lblock"> <span class="delete">draft-ietf-httpbis-p2-semantics-latest (work in</span></td><td> </td><td class="rblock"> <span class="insert">RFC 7231, May</span> 2014.</td><td class="lineno" valign="top"></td></tr> 127 <tr><td class="lineno" valign="top"></td><td class="lblock"><span class="delete"> progress), June</span> 2014.</td><td> </td><td class="rblock"></td><td class="lineno" valign="top"></td></tr> 97 <tr><td><a name="diff0003" /></td></tr> 98 <tr><td class="lineno" valign="top"></td><td class="lblock"> RFC 7231, <span class="delete">June</span> 2014.</td><td> </td><td class="rblock"> RFC 7231, <span class="insert">May</span> 2014.</td><td class="lineno" valign="top"></td></tr> 128 99 <tr><td class="lineno" valign="top"></td><td class="left"></td><td> </td><td class="right"></td><td class="lineno" valign="top"></td></tr> 129 100 <tr><td class="lineno" valign="top"></td><td class="left"> [RFC7232] Fielding, R., Ed. and J. Reschke, Ed., "Hypertext</td><td> </td><td class="right"> [RFC7232] Fielding, R., Ed. and J. Reschke, Ed., "Hypertext</td><td class="lineno" valign="top"></td></tr> 130 101 <tr><td class="lineno" valign="top"></td><td class="left"> Transfer Protocol (HTTP/1.1): Conditional Requests",</td><td> </td><td class="right"> Transfer Protocol (HTTP/1.1): Conditional Requests",</td><td class="lineno" valign="top"></td></tr> 131 <tr><td><a name="diff0006" /></td></tr> 132 <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"> <span class="insert">RFC 7232, May</span> 2014.</td><td class="lineno" valign="top"></td></tr> 133 <tr><td class="lineno" valign="top"></td><td class="lblock"><span class="delete"> progress), June</span> 2014.</td><td> </td><td class="rblock"></td><td class="lineno" valign="top"></td></tr> 102 <tr><td><a name="diff0004" /></td></tr> 103 <tr><td class="lineno" valign="top"></td><td class="lblock"> RFC 7232, <span class="delete">June</span> 2014.</td><td> </td><td class="rblock"> RFC 7232, <span class="insert">May</span> 2014.</td><td class="lineno" valign="top"></td></tr> 134 104 <tr><td class="lineno" valign="top"></td><td class="left"></td><td> </td><td class="right"></td><td class="lineno" valign="top"></td></tr> 135 105 <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> 136 106 <tr><td class="lineno" valign="top"></td><td class="left"> "Hypertext Transfer Protocol (HTTP/1.1): Range</td><td> </td><td class="right"> "Hypertext Transfer Protocol (HTTP/1.1): Range</td><td class="lineno" valign="top"></td></tr> 137 <tr><td><a name="diff0007" /></td></tr> 138 <tr><td class="lineno" valign="top"></td><td class="lblock"> Requests", <span class="delete">draft-ietf-httpbis-p5-range-latest (work in</span></td><td> </td><td class="rblock"> Requests", <span class="insert">RFC 7233, May</span> 2014.</td><td class="lineno" valign="top"></td></tr> 139 <tr><td class="lineno" valign="top"></td><td class="lblock"><span class="delete"> progress), June</span> 2014.</td><td> </td><td class="rblock"></td><td class="lineno" valign="top"></td></tr> 107 <tr><td><a name="diff0005" /></td></tr> 108 <tr><td class="lineno" valign="top"></td><td class="lblock"> Requests", RFC 7233, <span class="delete">June</span> 2014.</td><td> </td><td class="rblock"> Requests", RFC 7233, <span class="insert">May</span> 2014.</td><td class="lineno" valign="top"></td></tr> 140 109 <tr><td class="lineno" valign="top"></td><td class="left"></td><td> </td><td class="right"></td><td class="lineno" valign="top"></td></tr> 141 110 <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> 142 111 <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> 143 <tr><td><a name="diff0008" /></td></tr> 144 <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, May</span> 2014.</td><td class="lineno" valign="top"></td></tr> 145 <tr><td class="lineno" valign="top"></td><td class="lblock"><span class="delete"> June</span> 2014.</td><td> </td><td class="rblock"></td><td class="lineno" valign="top"></td></tr> 112 <tr><td><a name="diff0006" /></td></tr> 113 <tr><td class="lineno" valign="top"></td><td class="lblock"> RFC 7234, <span class="delete">June</span> 2014.</td><td> </td><td class="rblock"> RFC 7234, <span class="insert">May</span> 2014.</td><td class="lineno" valign="top"></td></tr> 146 114 <tr><td class="lineno" valign="top"></td><td class="left"></td><td> </td><td class="right"></td><td class="lineno" valign="top"></td></tr> 147 115 <tr><td class="lineno" valign="top"></td><td class="left"> [RFC7235] Fielding, R., Ed. and J. Reschke, Ed., "Hypertext</td><td> </td><td class="right"> [RFC7235] Fielding, R., Ed. and J. Reschke, Ed., "Hypertext</td><td class="lineno" valign="top"></td></tr> 148 116 <tr><td class="lineno" valign="top"></td><td class="left"> Transfer Protocol (HTTP/1.1): Authentication",</td><td> </td><td class="right"> Transfer Protocol (HTTP/1.1): Authentication",</td><td class="lineno" valign="top"></td></tr> 149 <tr><td><a name="diff0009" /></td></tr> 150 <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"> <span class="insert">RFC 7235, May</span> 2014.</td><td class="lineno" valign="top"></td></tr> 151 <tr><td class="lineno" valign="top"></td><td class="lblock"><span class="delete"> June</span> 2014.</td><td> </td><td class="rblock"></td><td class="lineno" valign="top"></td></tr> 117 <tr><td><a name="diff0007" /></td></tr> 118 <tr><td class="lineno" valign="top"></td><td class="lblock"> RFC 7235, <span class="delete">June</span> 2014.</td><td> </td><td class="rblock"> RFC 7235, <span class="insert">May</span> 2014.</td><td class="lineno" valign="top"></td></tr> 152 119 <tr><td class="lineno" valign="top"></td><td class="left"></td><td> </td><td class="right"></td><td class="lineno" valign="top"></td></tr> 153 120 <tr><td class="lineno" valign="top"></td><td class="left"> [USASCII] American National Standards Institute, "Coded Character</td><td> </td><td class="right"> [USASCII] American National Standards Institute, "Coded Character</td><td class="lineno" valign="top"></td></tr> … … 162 129 163 130 <tr><td></td><td class="left"></td><td> </td><td class="right"></td><td></td></tr> 164 <tr bgcolor="gray"><th colspan="5" align="center"><a name="end"> End of changes. 9change blocks. </a></th></tr>165 <tr class="stats"><td></td><th><i>2 7 lines changed or deleted</i></th><th><i> </i></th><th><i>8lines changed or added</i></th><td></td></tr>131 <tr bgcolor="gray"><th colspan="5" align="center"><a name="end"> End of changes. 7 change blocks. </a></th></tr> 132 <tr class="stats"><td></td><th><i>20 lines changed or deleted</i></th><th><i> </i></th><th><i>6 lines changed or added</i></th><td></td></tr> 166 133 <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> 167 134 </table> -
draft-ietf-httpbis/latest/auth48/rfc7231.abdiff.txt
r2708 r2709 176 176 11.2. Informative References . . . . . . . . . . . . . . . . . . 86 177 177 Appendix A. Differences between HTTP and MIME . . . . . . . . . . 88 178 A.1. MIME-Version . . . . . . . . . . . . . . . . . . . . . . . 8 9178 A.1. MIME-Version . . . . . . . . . . . . . . . . . . . . . . . 88 179 179 A.2. Conversion to Canonical Form . . . . . . . . . . . . . . . 89 180 180 A.3. Conversion of Date Formats . . . . . . . . . . . . . . . . 89 … … 336 336 [RFC7230] Fielding, R., Ed. and J. Reschke, Ed., "Hypertext Transfer 337 337 Protocol (HTTP/1.1): Message Syntax and Routing", 338 draft-ietf-httpbis-p1-messaging-latest (work in progress), 339 June 2014. 338 RFC 7230, June 2014. 340 339 341 340 NEW: … … 350 349 351 350 [RFC7232] Fielding, R., Ed. and J. Reschke, Ed., "Hypertext Transfer 352 Protocol (HTTP/1.1): Conditional Requests", 353 draft-ietf-httpbis-p4-conditional-latest (work in 354 progress), June 2014. 351 Protocol (HTTP/1.1): Conditional Requests", RFC 7232, 352 June 2014. 355 353 356 354 NEW: … … 366 364 [RFC7233] Fielding, R., Ed., Lafon, Y., Ed., and J. Reschke, Ed., 367 365 "Hypertext Transfer Protocol (HTTP/1.1): Range Requests", 368 draft-ietf-httpbis-p5-range-latest (work in progress), 369 June 2014. 366 RFC 7233, June 2014. 370 367 371 368 NEW: … … 381 378 [RFC7234] Fielding, R., Ed., Nottingham, M., Ed., and J. Reschke, 382 379 Ed., "Hypertext Transfer Protocol (HTTP/1.1): Caching", 383 draft-ietf-httpbis-p6-cache-latest (work in progress), 384 June 2014. 380 RFC 7234, June 2014. 385 381 386 382 NEW: … … 395 391 396 392 [RFC7235] Fielding, R., Ed. and J. Reschke, Ed., "Hypertext Transfer 397 Protocol (HTTP/1.1): Authentication", 398 draft-ietf-httpbis-p7-auth-latest (work in progress), 399 June 2014. 393 Protocol (HTTP/1.1): Authentication", RFC 7235, June 2014. 400 394 401 395 NEW: … … 409 403 410 404 [RFC7238] Reschke, J., "The Hypertext Transfer Protocol (HTTP) 411 Status Code 308 (Permanent Redirect)", 412 draft-reschke-http-status-308-07 (work in progress), 413 March 2012. 405 Status Code 308 (Permanent Redirect)", RFC 7238, 406 June 2014. 414 407 415 408 NEW: … … 418 411 Status Code 308 (Permanent Redirect)", RFC 7238, May 2014. 419 412 420 421 Appendix B., paragraph 2:422 OLD:423 424 A new requirement has been added that semantics embedded in a URI be425 disabled when those semantics are inconsistent with the request426 method, since this is a common cause of interoperability failure.427 428 (Section 2)429 430 NEW:431 432 A new requirement has been added that semantics embedded in a URI be433 disabled when those semantics are inconsistent with the request434 method, since this is a common cause of interoperability failure.435 (Section 2)436 437 438 Appendix B., paragraph 26:439 OLD:440 441 The Status Code Registry has been redefined by this specification;442 previously, it was defined in Section 7.1 of [RFC2817].443 444 (Section 8.2)445 446 NEW:447 448 The Status Code Registry has been redefined by this specification;449 previously, it was defined in Section 7.1 of [RFC2817].450 (Section 8.2)451 452 453 Section 1.2, paragraph 1:454 OLD:455 456 Accept = [ ( "," / ( media-range [ accept-params ] ) ) *( OWS "," [457 OWS ( media-range [ accept-params ] ) ] ) ]458 Accept-Charset = *( "," OWS ) ( ( charset / "*" ) [ weight ] ) *( OWS459 "," [ OWS ( ( charset / "*" ) [ weight ] ) ] )460 Accept-Encoding = [ ( "," / ( codings [ weight ] ) ) *( OWS "," [ OWS461 ( codings [ weight ] ) ] ) ]462 Accept-Language = *( "," OWS ) ( language-range [ weight ] ) *( OWS463 "," [ OWS ( language-range [ weight ] ) ] )464 Allow = [ ( "," / method ) *( OWS "," [ OWS method ] ) ]465 BWS = <BWS, see [RFC7230], Section 3.2.3>466 467 NEW:468 469 Accept = [ ( "," / ( media-range [ accept-params ] ) ) *( OWS "," [470 OWS ( media-range [ accept-params ] ) ] ) ]471 Accept-Charset = *( "," OWS ) ( ( charset / "*" ) [ weight ] ) *( OWS472 "," [ OWS ( ( charset / "*" ) [ weight ] ) ] )473 Accept-Encoding = [ ( "," / ( codings [ weight ] ) ) *( OWS "," [ OWS474 ( codings [ weight ] ) ] ) ]475 Accept-Language = *( "," OWS ) ( language-range [ weight ] ) *( OWS476 "," [ OWS ( language-range [ weight ] ) ] )477 Allow = [ ( "," / method ) *( OWS "," [ OWS method ] ) ]478 479 BWS = <BWS, see [RFC7230], Section 3.2.3>480 481 482 Section 1.2, paragraph 2:483 OLD:484 485 Content-Encoding = *( "," OWS ) content-coding *( OWS "," [ OWS486 content-coding ] )487 Content-Language = *( "," OWS ) language-tag *( OWS "," [ OWS488 language-tag ] )489 Content-Location = absolute-URI / partial-URI490 Content-Type = media-type491 492 Date = HTTP-date493 494 NEW:495 496 Content-Encoding = *( "," OWS ) content-coding *( OWS "," [ OWS497 content-coding ] )498 Content-Language = *( "," OWS ) language-tag *( OWS "," [ OWS499 language-tag ] )500 Content-Location = absolute-URI / partial-URI501 Content-Type = media-type502 Date = HTTP-date503 504 505 Section 1.2, paragraph 16:506 OLD:507 508 charset = token509 codings = content-coding / "identity" / "*"510 comment = <comment, see [RFC7230], Section 3.2.6>511 content-coding = token512 date1 = day SP month SP year513 date2 = day "-" month "-" 2DIGIT514 date3 = month SP ( 2DIGIT / ( SP DIGIT ) )515 day = 2DIGIT516 day-name = %x4D.6F.6E ; Mon517 / %x54.75.65 ; Tue518 / %x57.65.64 ; Wed519 / %x54.68.75 ; Thu520 / %x46.72.69 ; Fri521 / %x53.61.74 ; Sat522 / %x53.75.6E ; Sun523 day-name-l = %x4D.6F.6E.64.61.79 ; Monday524 / %x54.75.65.73.64.61.79 ; Tuesday525 / %x57.65.64.6E.65.73.64.61.79 ; Wednesday526 / %x54.68.75.72.73.64.61.79 ; Thursday527 / %x46.72.69.64.61.79 ; Friday528 / %x53.61.74.75.72.64.61.79 ; Saturday529 / %x53.75.6E.64.61.79 ; Sunday530 delay-seconds = 1*DIGIT531 532 NEW:533 534 charset = token535 codings = content-coding / "identity" / "*"536 comment = <comment, see [RFC7230], Section 3.2.6>537 content-coding = token538 539 date1 = day SP month SP year540 date2 = day "-" month "-" 2DIGIT541 date3 = month SP ( 2DIGIT / ( SP DIGIT ) )542 day = 2DIGIT543 day-name = %x4D.6F.6E ; Mon544 / %x54.75.65 ; Tue545 / %x57.65.64 ; Wed546 / %x54.68.75 ; Thu547 / %x46.72.69 ; Fri548 / %x53.61.74 ; Sat549 / %x53.75.6E ; Sun550 day-name-l = %x4D.6F.6E.64.61.79 ; Monday551 / %x54.75.65.73.64.61.79 ; Tuesday552 / %x57.65.64.6E.65.73.64.61.79 ; Wednesday553 / %x54.68.75.72.73.64.61.79 ; Thursday554 / %x46.72.69.64.61.79 ; Friday555 / %x53.61.74.75.72.64.61.79 ; Saturday556 / %x53.75.6E.64.61.79 ; Sunday557 delay-seconds = 1*DIGIT558 559 560 Section 1.2, paragraph 21:561 OLD:562 563 obs-date = rfc850-date / asctime-date564 parameter = token "=" ( token / quoted-string )565 partial-URI = <partial-URI, see [RFC7230], Section 2.7>566 product = token [ "/" product-version ]567 product-version = token568 569 quoted-string = <quoted-string, see [RFC7230], Section 3.2.6>570 qvalue = ( "0" [ "." *3DIGIT ] ) / ( "1" [ "." *3"0" ] )571 572 NEW:573 574 obs-date = rfc850-date / asctime-date575 576 parameter = token "=" ( token / quoted-string )577 partial-URI = <partial-URI, see [RFC7230], Section 2.7>578 product = token [ "/" product-version ]579 product-version = token580 quoted-string = <quoted-string, see [RFC7230], Section 3.2.6>581 qvalue = ( "0" [ "." *3DIGIT ] ) / ( "1" [ "." *3"0" ] )582 583 584 Section 1.2, paragraph 47:585 OLD:586 587 M588 Max-Forwards header field 36589 MIME-Version header field 89590 591 NEW:592 593 M594 Max-Forwards header field 36595 MIME-Version header field 88596 597 598 Section 345, paragraph 1:599 OLD:600 601 EMail: fielding@gbiv.com602 URI: http://roy.gbiv.com/603 Julian F. Reschke (editor)604 greenbytes GmbH605 Hafenweg 16606 Muenster, NW 48155607 Germany608 609 NEW:610 611 EMail: fielding@gbiv.com612 URI: http://roy.gbiv.com/613 614 Julian F. Reschke (editor)615 greenbytes GmbH616 Hafenweg 16617 Muenster, NW 48155618 Germany619 -
draft-ietf-httpbis/latest/auth48/rfc7231.diff.html
r2708 r2709 84 84 <tr><td class="lineno" valign="top"></td><td class="left"></td><td> </td><td class="right"></td><td class="lineno" valign="top"></td></tr> 85 85 <tr><td class="lineno"></td><td class="left"></td><td> </td><td class="right"></td><td class="lineno"></td></tr> 86 <tr bgcolor="gray" ><td></td><th><a name="part-l2" /><small>skipping to change at</small><em> page 5, line 18</em></th><th> </th><th><a name="part-r2" /><small>skipping to change at</small><em> page 4, line 51</em></th><td></td></tr> 87 <tr><td class="lineno" valign="top"></td><td class="left"> 9.3. Disclosure of Personal Information . . . . . . . . . . . . 83</td><td> </td><td class="right"> 9.3. Disclosure of Personal Information . . . . . . . . . . . . 83</td><td class="lineno" valign="top"></td></tr> 88 <tr><td class="lineno" valign="top"></td><td class="left"> 9.4. Disclosure of Sensitive Information in URIs . . . . . . . 83</td><td> </td><td class="right"> 9.4. Disclosure of Sensitive Information in URIs . . . . . . . 83</td><td class="lineno" valign="top"></td></tr> 89 <tr><td class="lineno" valign="top"></td><td class="left"> 9.5. Disclosure of Fragment after Redirects . . . . . . . . . . 83</td><td> </td><td class="right"> 9.5. Disclosure of Fragment after Redirects . . . . . . . . . . 83</td><td class="lineno" valign="top"></td></tr> 90 <tr><td class="lineno" valign="top"></td><td class="left"> 9.6. Disclosure of Product Information . . . . . . . . . . . . 84</td><td> </td><td class="right"> 9.6. Disclosure of Product Information . . . . . . . . . . . . 84</td><td class="lineno" valign="top"></td></tr> 91 <tr><td class="lineno" valign="top"></td><td class="left"> 9.7. Browser Fingerprinting . . . . . . . . . . . . . . . . . . 84</td><td> </td><td class="right"> 9.7. Browser Fingerprinting . . . . . . . . . . . . . . . . . . 84</td><td class="lineno" valign="top"></td></tr> 92 <tr><td class="lineno" valign="top"></td><td class="left"> 10. Acknowledgments . . . . . . . . . . . . . . . . . . . . . . . 85</td><td> </td><td class="right"> 10. Acknowledgments . . . . . . . . . . . . . . . . . . . . . . . 85</td><td class="lineno" valign="top"></td></tr> 93 <tr><td class="lineno" valign="top"></td><td class="left"> 11. References . . . . . . . . . . . . . . . . . . . . . . . . . . 85</td><td> </td><td class="right"> 11. References . . . . . . . . . . . . . . . . . . . . . . . . . . 85</td><td class="lineno" valign="top"></td></tr> 94 <tr><td class="lineno" valign="top"></td><td class="left"> 11.1. Normative References . . . . . . . . . . . . . . . . . . . 85</td><td> </td><td class="right"> 11.1. Normative References . . . . . . . . . . . . . . . . . . . 85</td><td class="lineno" valign="top"></td></tr> 95 <tr><td class="lineno" valign="top"></td><td class="left"> 11.2. Informative References . . . . . . . . . . . . . . . . . . 86</td><td> </td><td class="right"> 11.2. Informative References . . . . . . . . . . . . . . . . . . 86</td><td class="lineno" valign="top"></td></tr> 96 <tr><td class="lineno" valign="top"></td><td class="left"> Appendix A. Differences between HTTP and MIME . . . . . . . . . . 88</td><td> </td><td class="right"> Appendix A. Differences between HTTP and MIME . . . . . . . . . . 88</td><td class="lineno" valign="top"></td></tr> 97 <tr><td><a name="diff0003" /></td></tr> 98 <tr><td class="lineno" valign="top"></td><td class="lblock"> A.1. MIME-Version . . . . . . . . . . . . . . . . . . . . . . . 8<span class="delete">9</span></td><td> </td><td class="rblock"> A.1. MIME-Version . . . . . . . . . . . . . . . . . . . . . . . 8<span class="insert">8</span></td><td class="lineno" valign="top"></td></tr> 99 <tr><td class="lineno" valign="top"></td><td class="left"> A.2. Conversion to Canonical Form . . . . . . . . . . . . . . . 89</td><td> </td><td class="right"> A.2. Conversion to Canonical Form . . . . . . . . . . . . . . . 89</td><td class="lineno" valign="top"></td></tr> 100 <tr><td class="lineno" valign="top"></td><td class="left"> A.3. Conversion of Date Formats . . . . . . . . . . . . . . . . 89</td><td> </td><td class="right"> A.3. Conversion of Date Formats . . . . . . . . . . . . . . . . 89</td><td class="lineno" valign="top"></td></tr> 101 <tr><td class="lineno" valign="top"></td><td class="left"> A.4. Conversion of Content-Encoding . . . . . . . . . . . . . . 89</td><td> </td><td class="right"> A.4. Conversion of Content-Encoding . . . . . . . . . . . . . . 89</td><td class="lineno" valign="top"></td></tr> 102 <tr><td class="lineno" valign="top"></td><td class="left"> A.5. Conversion of Content-Transfer-Encoding . . . . . . . . . 90</td><td> </td><td class="right"> A.5. Conversion of Content-Transfer-Encoding . . . . . . . . . 90</td><td class="lineno" valign="top"></td></tr> 103 <tr><td class="lineno" valign="top"></td><td class="left"> A.6. MHTML and Line Length Limitations . . . . . . . . . . . . 90</td><td> </td><td class="right"> A.6. MHTML and Line Length Limitations . . . . . . . . . . . . 90</td><td class="lineno" valign="top"></td></tr> 104 <tr><td class="lineno" valign="top"></td><td class="left"> Appendix B. Changes from RFC 2616 . . . . . . . . . . . . . . . . 90</td><td> </td><td class="right"> Appendix B. Changes from RFC 2616 . . . . . . . . . . . . . . . . 90</td><td class="lineno" valign="top"></td></tr> 105 <tr><td class="lineno" valign="top"></td><td class="left"> Appendix C. Imported ABNF . . . . . . . . . . . . . . . . . . . . 93</td><td> </td><td class="right"> Appendix C. Imported ABNF . . . . . . . . . . . . . . . . . . . . 93</td><td class="lineno" valign="top"></td></tr> 106 <tr><td class="lineno" valign="top"></td><td class="left"> Appendix D. Collected ABNF . . . . . . . . . . . . . . . . . . . 93</td><td> </td><td class="right"> Appendix D. Collected ABNF . . . . . . . . . . . . . . . . . . . 93</td><td class="lineno" valign="top"></td></tr> 107 <tr><td class="lineno" valign="top"></td><td class="left"> Index . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 96</td><td> </td><td class="right"> Index . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 96</td><td class="lineno" valign="top"></td></tr> 108 <tr><td class="lineno" valign="top"></td><td class="left"></td><td> </td><td class="right"></td><td class="lineno" valign="top"></td></tr> 109 <tr><td class="lineno"></td><td class="left"></td><td> </td><td class="right"></td><td class="lineno"></td></tr> 110 <tr bgcolor="gray" ><td></td><th><a name="part-l3" /><small>skipping to change at</small><em> page 86, line 15</em></th><th> </th><th><a name="part-r3" /><small>skipping to change at</small><em> page 86, line 15</em></th><td></td></tr> 86 <tr bgcolor="gray" ><td></td><th><a name="part-l2" /><small>skipping to change at</small><em> page 86, line 15</em></th><th> </th><th><a name="part-r2" /><small>skipping to change at</small><em> page 86, line 15</em></th><td></td></tr> 111 87 <tr><td class="lineno" valign="top"></td><td class="left"></td><td> </td><td class="right"></td><td class="lineno" valign="top"></td></tr> 112 88 <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> … … 119 95 <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> 120 96 <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> 121 <tr><td><a name="diff0004" /></td></tr> 122 <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, May</span> 2014.</td><td class="lineno" valign="top"></td></tr> 123 <tr><td class="lineno" valign="top"></td><td class="lblock"><span class="delete"> June</span> 2014.</td><td> </td><td class="rblock"></td><td class="lineno" valign="top"></td></tr> 97 <tr><td><a name="diff0003" /></td></tr> 98 <tr><td class="lineno" valign="top"></td><td class="lblock"> RFC 7230, <span class="delete">June</span> 2014.</td><td> </td><td class="rblock"> RFC 7230, <span class="insert">May</span> 2014.</td><td class="lineno" valign="top"></td></tr> 124 99 <tr><td class="lineno" valign="top"></td><td class="left"></td><td> </td><td class="right"></td><td class="lineno" valign="top"></td></tr> 125 100 <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> 126 <tr><td><a name="diff0005" /></td></tr> 127 <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> 128 <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"><span class="insert"> May</span> 2014.</td><td class="lineno" valign="top"></td></tr> 129 <tr><td class="lineno" valign="top"></td><td class="lblock"><span class="delete"> progress), June</span> 2014.</td><td> </td><td class="rblock"></td><td class="lineno" valign="top"></td></tr> 101 <tr><td class="lineno" valign="top"></td><td class="left"> Protocol (HTTP/1.1): Conditional Requests", RFC 7232,</td><td> </td><td class="right"> Protocol (HTTP/1.1): Conditional Requests", RFC 7232,</td><td class="lineno" valign="top"></td></tr> 102 <tr><td><a name="diff0004" /></td></tr> 103 <tr><td class="lineno" valign="top"></td><td class="lblock"> <span class="delete">June</span> 2014.</td><td> </td><td class="rblock"> <span class="insert">May</span> 2014.</td><td class="lineno" valign="top"></td></tr> 130 104 <tr><td class="lineno" valign="top"></td><td class="left"></td><td> </td><td class="right"></td><td class="lineno" valign="top"></td></tr> 131 105 <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> 132 106 <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> 133 <tr><td><a name="diff0006" /></td></tr> 134 <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, May</span> 2014.</td><td class="lineno" valign="top"></td></tr> 135 <tr><td class="lineno" valign="top"></td><td class="lblock"><span class="delete"> June</span> 2014.</td><td> </td><td class="rblock"></td><td class="lineno" valign="top"></td></tr> 107 <tr><td><a name="diff0005" /></td></tr> 108 <tr><td class="lineno" valign="top"></td><td class="lblock"> RFC 7233, <span class="delete">June</span> 2014.</td><td> </td><td class="rblock"> RFC 7233, <span class="insert">May</span> 2014.</td><td class="lineno" valign="top"></td></tr> 136 109 <tr><td class="lineno" valign="top"></td><td class="left"></td><td> </td><td class="right"></td><td class="lineno" valign="top"></td></tr> 137 110 <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> 138 111 <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> 139 <tr><td><a name="diff0007" /></td></tr> 140 <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, May</span> 2014.</td><td class="lineno" valign="top"></td></tr> 141 <tr><td class="lineno" valign="top"></td><td class="lblock"><span class="delete"> June</span> 2014.</td><td> </td><td class="rblock"></td><td class="lineno" valign="top"></td></tr> 112 <tr><td><a name="diff0006" /></td></tr> 113 <tr><td class="lineno" valign="top"></td><td class="lblock"> RFC 7234, <span class="delete">June</span> 2014.</td><td> </td><td class="rblock"> RFC 7234, <span class="insert">May</span> 2014.</td><td class="lineno" valign="top"></td></tr> 142 114 <tr><td class="lineno" valign="top"></td><td class="left"></td><td> </td><td class="right"></td><td class="lineno" valign="top"></td></tr> 143 115 <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> 144 <tr><td><a name="diff0008" /></td></tr> 145 <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, May</span> 2014.</td><td class="lineno" valign="top"></td></tr> 146 <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> 147 <tr><td class="lineno" valign="top"></td><td class="lblock"><span class="delete"> June</span> 2014.</td><td> </td><td class="rblock"></td><td class="lineno" valign="top"></td></tr> 116 <tr><td><a name="diff0007" /></td></tr> 117 <tr><td class="lineno" valign="top"></td><td class="lblock"> Protocol (HTTP/1.1): Authentication", RFC 7235, <span class="delete">June</span> 2014.</td><td> </td><td class="rblock"> Protocol (HTTP/1.1): Authentication", RFC 7235, <span class="insert">May</span> 2014.</td><td class="lineno" valign="top"></td></tr> 148 118 <tr><td class="lineno" valign="top"></td><td class="left"></td><td> </td><td class="right"></td><td class="lineno" valign="top"></td></tr> 149 119 <tr><td class="lineno" valign="top"></td><td class="left">11.2. Informative References</td><td> </td><td class="right">11.2. Informative References</td><td class="lineno" valign="top"></td></tr> … … 157 127 <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> 158 128 <tr><td class="lineno"></td><td class="left"></td><td> </td><td class="right"></td><td class="lineno"></td></tr> 159 <tr bgcolor="gray" ><td></td><th><a name="part-l 4" /><small>skipping to change at</small><em> page 88, line 32</em></th><th> </th><th><a name="part-r4" /><small>skipping to change at</small><em> page 88, line 26</em></th><td></td></tr>129 <tr bgcolor="gray" ><td></td><th><a name="part-l3" /><small>skipping to change at</small><em> page 88, line 26</em></th><th> </th><th><a name="part-r3" /><small>skipping to change at</small><em> page 88, line 26</em></th><td></td></tr> 160 130 <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> 161 131 <tr><td class="lineno" valign="top"></td><td class="left"></td><td> </td><td class="right"></td><td class="lineno" valign="top"></td></tr> … … 168 138 <tr><td class="lineno" valign="top"></td><td class="left"></td><td> </td><td class="right"></td><td class="lineno" valign="top"></td></tr> 169 139 <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> 170 <tr><td><a name="diff0009" /></td></tr> 171 <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> 172 <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> 173 <tr><td class="lineno" valign="top"></td><td class="lblock"><span class="delete"> March 2012.</span></td><td> </td><td class="rblock"></td><td class="lineno" valign="top"></td></tr> 140 <tr><td><a name="diff0008" /></td></tr> 141 <tr><td class="lineno" valign="top"></td><td class="lblock"> Status Code 308 (Permanent Redirect)", RFC 7238,</td><td> </td><td class="rblock"> Status Code 308 (Permanent Redirect)", RFC 7238, <span class="insert">May</span> 2014.</td><td class="lineno" valign="top"></td></tr> 142 <tr><td class="lineno" valign="top"></td><td class="lblock"> <span class="delete">June</span> 2014.</td><td> </td><td class="rblock"></td><td class="lineno" valign="top"></td></tr> 174 143 <tr><td class="lineno" valign="top"></td><td class="left"></td><td> </td><td class="right"></td><td class="lineno" valign="top"></td></tr> 175 144 <tr><td class="lineno" valign="top"></td><td class="left">Appendix A. Differences between HTTP and MIME</td><td> </td><td class="right">Appendix A. Differences between HTTP and MIME</td><td class="lineno" valign="top"></td></tr> … … 182 151 <tr><td class="lineno" valign="top"></td><td class="left"> many characteristics that differ from email; hence, HTTP has features</td><td> </td><td class="right"> many characteristics that differ from email; hence, HTTP has features</td><td class="lineno" valign="top"></td></tr> 183 152 <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> 184 <tr><td class="lineno"></td><td class="left"></td><td> </td><td class="right"></td><td class="lineno"></td></tr>185 <tr bgcolor="gray" ><td></td><th><a name="part-l5" /><small>skipping to change at</small><em> page 99, line 45</em></th><th> </th><th><a name="part-r5" /><small>skipping to change at</small><em> page 99, line 40</em></th><td></td></tr>186 <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>187 <tr><td class="lineno" valign="top"></td><td class="left"></td><td> </td><td class="right"></td><td class="lineno" valign="top"></td></tr>188 <tr><td class="lineno" valign="top"></td><td class="left"> I</td><td> </td><td class="right"> I</td><td class="lineno" valign="top"></td></tr>189 <tr><td class="lineno" valign="top"></td><td class="left"> idempotent 23</td><td> </td><td class="right"> idempotent 23</td><td class="lineno" valign="top"></td></tr>190 <tr><td class="lineno" valign="top"></td><td class="left"></td><td> </td><td class="right"></td><td class="lineno" valign="top"></td></tr>191 <tr><td class="lineno" valign="top"></td><td class="left"> L</td><td> </td><td class="right"> L</td><td class="lineno" valign="top"></td></tr>192 <tr><td class="lineno" valign="top"></td><td class="left"> Location header field 68</td><td> </td><td class="right"> Location header field 68</td><td class="lineno" valign="top"></td></tr>193 <tr><td class="lineno" valign="top"></td><td class="left"></td><td> </td><td class="right"></td><td class="lineno" valign="top"></td></tr>194 <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>195 <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>196 <tr><td><a name="diff0010" /></td></tr>197 <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>198 <tr><td class="lineno" valign="top"></td><td class="left"></td><td> </td><td class="right"></td><td class="lineno" valign="top"></td></tr>199 <tr><td class="lineno" valign="top"></td><td class="left"> O</td><td> </td><td class="right"> O</td><td class="lineno" valign="top"></td></tr>200 <tr><td class="lineno" valign="top"></td><td class="left"> OPTIONS method 31</td><td> </td><td class="right"> OPTIONS method 31</td><td class="lineno" valign="top"></td></tr>201 <tr><td class="lineno" valign="top"></td><td class="left"></td><td> </td><td class="right"></td><td class="lineno" valign="top"></td></tr>202 <tr><td class="lineno" valign="top"></td><td class="left"> P</td><td> </td><td class="right"> P</td><td class="lineno" valign="top"></td></tr>203 <tr><td class="lineno" valign="top"></td><td class="left"> payload 17</td><td> </td><td class="right"> payload 17</td><td class="lineno" valign="top"></td></tr>204 <tr><td class="lineno" valign="top"></td><td class="left"> POST method 25</td><td> </td><td class="right"> POST method 25</td><td class="lineno" valign="top"></td></tr>205 <tr><td class="lineno" valign="top"></td><td class="left"> PUT method 26</td><td> </td><td class="right"> PUT method 26</td><td class="lineno" valign="top"></td></tr>206 <tr><td class="lineno" valign="top"></td><td class="left"></td><td> </td><td class="right"></td><td class="lineno" valign="top"></td></tr>207 <tr><td class="lineno" valign="top"></td><td class="left"> R</td><td> </td><td class="right"> R</td><td class="lineno" valign="top"></td></tr>208 153 209 154 <tr><td></td><td class="left"></td><td> </td><td class="right"></td><td></td></tr> 210 <tr bgcolor="gray"><th colspan="5" align="center"><a name="end"> End of changes. 10change blocks. </a></th></tr>211 <tr class="stats"><td></td><th><i> 32 lines changed or deleted</i></th><th><i> </i></th><th><i>10lines changed or added</i></th><td></td></tr>155 <tr bgcolor="gray"><th colspan="5" align="center"><a name="end"> End of changes. 8 change blocks. </a></th></tr> 156 <tr class="stats"><td></td><th><i>22 lines changed or deleted</i></th><th><i> </i></th><th><i>7 lines changed or added</i></th><td></td></tr> 212 157 <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> 213 158 </table> -
draft-ietf-httpbis/latest/auth48/rfc7232.abdiff.txt
r2708 r2709 62 62 [RFC7230] Fielding, R., Ed. and J. Reschke, Ed., "Hypertext Transfer 63 63 Protocol (HTTP/1.1): Message Syntax and Routing", 64 draft-ietf-httpbis-p1-messaging-latest (work in progress), 65 June 2014. 64 RFC 7230, June 2014. 66 65 67 66 NEW: … … 76 75 77 76 [RFC7231] Fielding, R., Ed. and J. Reschke, Ed., "Hypertext Transfer 78 Protocol (HTTP/1.1): Semantics and Content", 79 draft-ietf-httpbis-p2-semantics-latest (work in progress), 77 Protocol (HTTP/1.1): Semantics and Content", RFC 7231, 80 78 June 2014. 81 79 … … 92 90 [RFC7233] Fielding, R., Ed., Lafon, Y., Ed., and J. Reschke, Ed., 93 91 "Hypertext Transfer Protocol (HTTP/1.1): Range Requests", 94 draft-ietf-httpbis-p5-range-latest (work in progress), 95 June 2014. 92 RFC 7233, June 2014. 96 93 97 94 NEW: … … 107 104 [RFC7234] Fielding, R., Ed., Nottingham, M., Ed., and J. Reschke, 108 105 Ed., "Hypertext Transfer Protocol (HTTP/1.1): Caching", 109 draft-ietf-httpbis-p6-cache-latest (work in progress), 110 June 2014. 106 RFC 7234, June 2014. 111 107 112 108 NEW: … … 116 112 RFC 7234, May 2014. 117 113 118 119 Appendix A., paragraph 2:120 OLD:121 122 Weak entity-tags are now allowed in all requests except range123 requests. (Sections 2.1 and 3.2)124 The ETag header field ABNF has been changed to not use quoted-string,125 thus avoiding escaping issues. (Section 2.3)126 127 ETag is defined to provide an entity tag for the selected128 representation, thereby clarifying what it applies to in various129 situations (such as a PUT response). (Section 2.3)130 131 NEW:132 133 Weak entity-tags are now allowed in all requests except range134 requests. (Sections 2.1 and 3.2)135 136 The ETag header field ABNF has been changed to not use quoted-string,137 thus avoiding escaping issues. (Section 2.3)138 ETag is defined to provide an entity tag for the selected139 representation, thereby clarifying what it applies to in various140 situations (such as a PUT response). (Section 2.3)141 -
draft-ietf-httpbis/latest/auth48/rfc7232.diff.html
r2708 r2709 95 95 <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> 96 96 <tr><td><a name="diff0003" /></td></tr> 97 <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, May</span> 2014.</td><td class="lineno" valign="top"></td></tr> 98 <tr><td class="lineno" valign="top"></td><td class="lblock"><span class="delete"> June</span> 2014.</td><td> </td><td class="rblock"></td><td class="lineno" valign="top"></td></tr> 97 <tr><td class="lineno" valign="top"></td><td class="lblock"> RFC 7230, <span class="delete">June</span> 2014.</td><td> </td><td class="rblock"> RFC 7230, <span class="insert">May</span> 2014.</td><td class="lineno" valign="top"></td></tr> 99 98 <tr><td class="lineno" valign="top"></td><td class="left"></td><td> </td><td class="right"></td><td class="lineno" valign="top"></td></tr> 100 99 <tr><td class="lineno" valign="top"></td><td class="left"> [RFC7231] Fielding, R., Ed. and J. Reschke, Ed., "Hypertext Transfer</td><td> </td><td class="right"> [RFC7231] Fielding, R., Ed. and J. Reschke, Ed., "Hypertext Transfer</td><td class="lineno" valign="top"></td></tr> 100 <tr><td class="lineno" valign="top"></td><td class="left"> Protocol (HTTP/1.1): Semantics and Content", RFC 7231,</td><td> </td><td class="right"> Protocol (HTTP/1.1): Semantics and Content", RFC 7231,</td><td class="lineno" valign="top"></td></tr> 101 101 <tr><td><a name="diff0004" /></td></tr> 102 <tr><td class="lineno" valign="top"></td><td class="lblock"> Protocol (HTTP/1.1): Semantics and Content",</td><td> </td><td class="rblock"> Protocol (HTTP/1.1): Semantics and Content", <span class="insert">RFC 7231,</span></td><td class="lineno" valign="top"></td></tr> 103 <tr><td class="lineno" valign="top"></td><td class="lblock"> <span class="delete">draft-ietf-httpbis-p2-semantics-latest (work in progress),</span></td><td> </td><td class="rblock"><span class="insert"> May</span> 2014.</td><td class="lineno" valign="top"></td></tr> 104 <tr><td class="lineno" valign="top"></td><td class="lblock"><span class="delete"> June</span> 2014.</td><td> </td><td class="rblock"></td><td class="lineno" valign="top"></td></tr> 102 <tr><td class="lineno" valign="top"></td><td class="lblock"> <span class="delete">June</span> 2014.</td><td> </td><td class="rblock"> <span class="insert">May</span> 2014.</td><td class="lineno" valign="top"></td></tr> 105 103 <tr><td class="lineno" valign="top"></td><td class="left"></td><td> </td><td class="right"></td><td class="lineno" valign="top"></td></tr> 106 104 <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> 107 105 <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> 108 106 <tr><td><a name="diff0005" /></td></tr> 109 <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, May</span> 2014.</td><td class="lineno" valign="top"></td></tr> 110 <tr><td class="lineno" valign="top"></td><td class="lblock"><span class="delete"> June</span> 2014.</td><td> </td><td class="rblock"></td><td class="lineno" valign="top"></td></tr> 107 <tr><td class="lineno" valign="top"></td><td class="lblock"> RFC 7233, <span class="delete">June</span> 2014.</td><td> </td><td class="rblock"> RFC 7233, <span class="insert">May</span> 2014.</td><td class="lineno" valign="top"></td></tr> 111 108 <tr><td class="lineno" valign="top"></td><td class="left"></td><td> </td><td class="right"></td><td class="lineno" valign="top"></td></tr> 112 109 <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> 113 110 <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> 114 111 <tr><td><a name="diff0006" /></td></tr> 115 <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, May</span> 2014.</td><td class="lineno" valign="top"></td></tr> 116 <tr><td class="lineno" valign="top"></td><td class="lblock"><span class="delete"> June</span> 2014.</td><td> </td><td class="rblock"></td><td class="lineno" valign="top"></td></tr> 112 <tr><td class="lineno" valign="top"></td><td class="lblock"> RFC 7234, <span class="delete">June</span> 2014.</td><td> </td><td class="rblock"> RFC 7234, <span class="insert">May</span> 2014.</td><td class="lineno" valign="top"></td></tr> 117 113 <tr><td class="lineno" valign="top"></td><td class="left"></td><td> </td><td class="right"></td><td class="lineno" valign="top"></td></tr> 118 114 <tr><td class="lineno" valign="top"></td><td class="left">10.2. Informative References</td><td> </td><td class="right">10.2. Informative References</td><td class="lineno" valign="top"></td></tr> … … 128 124 <tr><td></td><td class="left"></td><td> </td><td class="right"></td><td></td></tr> 129 125 <tr bgcolor="gray"><th colspan="5" align="center"><a name="end"> End of changes. 6 change blocks. </a></th></tr> 130 <tr class="stats"><td></td><th><i> 24 lines changed or deleted</i></th><th><i> </i></th><th><i>6lines changed or added</i></th><td></td></tr>126 <tr class="stats"><td></td><th><i>19 lines changed or deleted</i></th><th><i> </i></th><th><i>5 lines changed or added</i></th><td></td></tr> 131 127 <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> 132 128 </table> -
draft-ietf-httpbis/latest/auth48/rfc7233.abdiff.txt
r2708 r2709 186 186 [RFC7230] Fielding, R., Ed. and J. Reschke, Ed., "Hypertext Transfer 187 187 Protocol (HTTP/1.1): Message Syntax and Routing", 188 draft-ietf-httpbis-p1-messaging-latest (work in progress), 189 June 2014. 188 RFC 7230, June 2014. 190 189 191 190 NEW: … … 200 199 201 200 [RFC7231] Fielding, R., Ed. and J. Reschke, Ed., "Hypertext Transfer 202 Protocol (HTTP/1.1): Semantics and Content", 203 draft-ietf-httpbis-p2-semantics-latest (work in progress), 201 Protocol (HTTP/1.1): Semantics and Content", RFC 7231, 204 202 June 2014. 205 203 … … 215 213 216 214 [RFC7232] Fielding, R., Ed. and J. Reschke, Ed., "Hypertext Transfer 217 Protocol (HTTP/1.1): Conditional Requests", 218 draft-ietf-httpbis-p4-conditional-latest (work in 219 progress), June 2014. 215 Protocol (HTTP/1.1): Conditional Requests", RFC 7232, 216 June 2014. 220 217 221 218 NEW: … … 231 228 [RFC7234] Fielding, R., Ed., Nottingham, M., Ed., and J. Reschke, 232 229 Ed., "Hypertext Transfer Protocol (HTTP/1.1): Caching", 233 draft-ietf-httpbis-p6-cache-latest (work in progress), 234 June 2014. 230 RFC 7234, June 2014. 235 231 236 232 NEW: -
draft-ietf-httpbis/latest/auth48/rfc7233.diff.html
r2708 r2709 201 201 <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> 202 202 <tr><td><a name="diff0006" /></td></tr> 203 <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, May</span> 2014.</td><td class="lineno" valign="top"></td></tr> 204 <tr><td class="lineno" valign="top"></td><td class="lblock"><span class="delete"> June</span> 2014.</td><td> </td><td class="rblock"></td><td class="lineno" valign="top"></td></tr> 203 <tr><td class="lineno" valign="top"></td><td class="lblock"> RFC 7230, <span class="delete">June</span> 2014.</td><td> </td><td class="rblock"> RFC 7230, <span class="insert">May</span> 2014.</td><td class="lineno" valign="top"></td></tr> 205 204 <tr><td class="lineno" valign="top"></td><td class="left"></td><td> </td><td class="right"></td><td class="lineno" valign="top"></td></tr> 206 205 <tr><td class="lineno" valign="top"></td><td class="left"> [RFC7231] Fielding, R., Ed. and J. Reschke, Ed., "Hypertext Transfer</td><td> </td><td class="right"> [RFC7231] Fielding, R., Ed. and J. Reschke, Ed., "Hypertext Transfer</td><td class="lineno" valign="top"></td></tr> 206 <tr><td class="lineno" valign="top"></td><td class="left"> Protocol (HTTP/1.1): Semantics and Content", RFC 7231,</td><td> </td><td class="right"> Protocol (HTTP/1.1): Semantics and Content", RFC 7231,</td><td class="lineno" valign="top"></td></tr> 207 207 <tr><td><a name="diff0007" /></td></tr> 208 <tr><td class="lineno" valign="top"></td><td class="lblock"> Protocol (HTTP/1.1): Semantics and Content",</td><td> </td><td class="rblock"> Protocol (HTTP/1.1): Semantics and Content", <span class="insert">RFC 7231,</span></td><td class="lineno" valign="top"></td></tr> 209 <tr><td class="lineno" valign="top"></td><td class="lblock"> <span class="delete">draft-ietf-httpbis-p2-semantics-latest (work in progress),</span></td><td> </td><td class="rblock"><span class="insert"> May</span> 2014.</td><td class="lineno" valign="top"></td></tr> 210 <tr><td class="lineno" valign="top"></td><td class="lblock"><span class="delete"> June</span> 2014.</td><td> </td><td class="rblock"></td><td class="lineno" valign="top"></td></tr> 208 <tr><td class="lineno" valign="top"></td><td class="lblock"> <span class="delete">June</span> 2014.</td><td> </td><td class="rblock"> <span class="insert">May</span> 2014.</td><td class="lineno" valign="top"></td></tr> 211 209 <tr><td class="lineno" valign="top"></td><td class="left"></td><td> </td><td class="right"></td><td class="lineno" valign="top"></td></tr> 212 210 <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> 211 <tr><td class="lineno" valign="top"></td><td class="left"> Protocol (HTTP/1.1): Conditional Requests", RFC 7232,</td><td> </td><td class="right"> Protocol (HTTP/1.1): Conditional Requests", RFC 7232,</td><td class="lineno" valign="top"></td></tr> 213 212 <tr><td><a name="diff0008" /></td></tr> 214 <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> 215 <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"><span class="insert"> May</span> 2014.</td><td class="lineno" valign="top"></td></tr> 216 <tr><td class="lineno" valign="top"></td><td class="lblock"><span class="delete"> progress), June</span> 2014.</td><td> </td><td class="rblock"></td><td class="lineno" valign="top"></td></tr> 213 <tr><td class="lineno" valign="top"></td><td class="lblock"> <span class="delete">June</span> 2014.</td><td> </td><td class="rblock"> <span class="insert">May</span> 2014.</td><td class="lineno" valign="top"></td></tr> 217 214 <tr><td class="lineno" valign="top"></td><td class="left"></td><td> </td><td class="right"></td><td class="lineno" valign="top"></td></tr> 218 215 <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> 219 216 <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> 220 217 <tr><td><a name="diff0009" /></td></tr> 221 <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, May</span> 2014.</td><td class="lineno" valign="top"></td></tr> 222 <tr><td class="lineno" valign="top"></td><td class="lblock"><span class="delete"> June</span> 2014.</td><td> </td><td class="rblock"></td><td class="lineno" valign="top"></td></tr> 218 <tr><td class="lineno" valign="top"></td><td class="lblock"> RFC 7234, <span class="delete">June</span> 2014.</td><td> </td><td class="rblock"> RFC 7234, <span class="insert">May</span> 2014.</td><td class="lineno" valign="top"></td></tr> 223 219 <tr><td class="lineno" valign="top"></td><td class="left"></td><td> </td><td class="right"></td><td class="lineno" valign="top"></td></tr> 224 220 <tr><td class="lineno" valign="top"></td><td class="left">8.2. Informative References</td><td> </td><td class="right">8.2. Informative References</td><td class="lineno" valign="top"></td></tr> … … 313 309 <tr><td></td><td class="left"></td><td> </td><td class="right"></td><td></td></tr> 314 310 <tr bgcolor="gray"><th colspan="5" align="center"><a name="end"> End of changes. 17 change blocks. </a></th></tr> 315 <tr class="stats"><td></td><th><i>9 6 lines changed or deleted</i></th><th><i> </i></th><th><i>78lines changed or added</i></th><td></td></tr>311 <tr class="stats"><td></td><th><i>90 lines changed or deleted</i></th><th><i> </i></th><th><i>76 lines changed or added</i></th><td></td></tr> 316 312 <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> 317 313 </table> -
draft-ietf-httpbis/latest/auth48/rfc7234.abdiff.txt
r2708 r2709 80 80 81 81 [RFC7231] Fielding, R., Ed. and J. Reschke, Ed., "Hypertext Transfer 82 Protocol (HTTP/1.1): Semantics and Content", 83 draft-ietf-httpbis-p2-semantics-latest (work in progress), 82 Protocol (HTTP/1.1): Semantics and Content", RFC 7231, 84 83 June 2014. 85 84 … … 95 94 96 95 [RFC7232] Fielding, R., Ed. and J. Reschke, Ed., "Hypertext Transfer 97 Protocol (HTTP/1.1): Conditional Requests", 98 draft-ietf-httpbis-p4-conditional-latest (work in 99 progress), June 2014. 96 Protocol (HTTP/1.1): Conditional Requests", RFC 7232, 97 June 2014. 100 98 101 99 NEW: … … 111 109 [RFC7233] Fielding, R., Ed., Lafon, Y., Ed., and J. Reschke, Ed., 112 110 "Hypertext Transfer Protocol (HTTP/1.1): Range Requests", 113 draft-ietf-httpbis-p5-range-latest (work in progress), 114 June 2014. 111 RFC 7233, June 2014. 115 112 116 113 NEW: … … 125 122 126 123 [RFC7235] Fielding, R., Ed. and J. Reschke, Ed., "Hypertext Transfer 127 Protocol (HTTP/1.1): Authentication", 128 draft-ietf-httpbis-p7-auth-latest (work in progress), 129 June 2014. 124 Protocol (HTTP/1.1): Authentication", RFC 7235, June 2014. 130 125 131 126 NEW: … … 134 129 Protocol (HTTP/1.1): Authentication", RFC 7235, May 2014. 135 130 136 137 Appendix A., paragraph 3:138 OLD:139 140 New status codes can now define that caches are allowed to use141 heuristic freshness with them. Caches are now allowed to calculate142 heuristic freshness for URIs with query components. (Section 4.2.2)143 144 The algorithm for calculating age is now less conservative. Caches145 are now required to handle dates with time zones as if they're146 invalid, because it's not possible to accurately guess.147 (Section 4.2.3)148 149 NEW:150 151 New status codes can now define that caches are allowed to use152 heuristic freshness with them. Caches are now allowed to calculate153 heuristic freshness for URIs with query components. (Section 4.2.2)154 The algorithm for calculating age is now less conservative. Caches155 are now required to handle dates with time zones as if they're156 invalid, because it's not possible to accurately guess.157 (Section 4.2.3)158 -
draft-ietf-httpbis/latest/auth48/rfc7234.diff.html
r2708 r2709 99 99 <tr><td class="lineno" valign="top"></td><td class="left"></td><td> </td><td class="right"></td><td class="lineno" valign="top"></td></tr> 100 100 <tr><td class="lineno" valign="top"></td><td class="left"> [RFC7231] Fielding, R., Ed. and J. Reschke, Ed., "Hypertext Transfer</td><td> </td><td class="right"> [RFC7231] Fielding, R., Ed. and J. Reschke, Ed., "Hypertext Transfer</td><td class="lineno" valign="top"></td></tr> 101 <tr><td class="lineno" valign="top"></td><td class="left"> Protocol (HTTP/1.1): Semantics and Content", RFC 7231,</td><td> </td><td class="right"> Protocol (HTTP/1.1): Semantics and Content", RFC 7231,</td><td class="lineno" valign="top"></td></tr> 101 102 <tr><td><a name="diff0004" /></td></tr> 102 <tr><td class="lineno" valign="top"></td><td class="lblock"> Protocol (HTTP/1.1): Semantics and Content",</td><td> </td><td class="rblock"> Protocol (HTTP/1.1): Semantics and Content", <span class="insert">RFC 7231,</span></td><td class="lineno" valign="top"></td></tr> 103 <tr><td class="lineno" valign="top"></td><td class="lblock"> <span class="delete">draft-ietf-httpbis-p2-semantics-latest (work in progress),</span></td><td> </td><td class="rblock"><span class="insert"> May</span> 2014.</td><td class="lineno" valign="top"></td></tr> 104 <tr><td class="lineno" valign="top"></td><td class="lblock"><span class="delete"> June</span> 2014.</td><td> </td><td class="rblock"></td><td class="lineno" valign="top"></td></tr> 103 <tr><td class="lineno" valign="top"></td><td class="lblock"> <span class="delete">June</span> 2014.</td><td> </td><td class="rblock"> <span class="insert">May</span> 2014.</td><td class="lineno" valign="top"></td></tr> 105 104 <tr><td class="lineno" valign="top"></td><td class="left"></td><td> </td><td class="right"></td><td class="lineno" valign="top"></td></tr> 106 105 <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> 106 <tr><td class="lineno" valign="top"></td><td class="left"> Protocol (HTTP/1.1): Conditional Requests", RFC 7232,</td><td> </td><td class="right"> Protocol (HTTP/1.1): Conditional Requests", RFC 7232,</td><td class="lineno" valign="top"></td></tr> 107 107 <tr><td><a name="diff0005" /></td></tr> 108 <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> 109 <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"><span class="insert"> May</span> 2014.</td><td class="lineno" valign="top"></td></tr> 110 <tr><td class="lineno" valign="top"></td><td class="lblock"><span class="delete"> progress), June</span> 2014.</td><td> </td><td class="rblock"></td><td class="lineno" valign="top"></td></tr> 108 <tr><td class="lineno" valign="top"></td><td class="lblock"> <span class="delete">June</span> 2014.</td><td> </td><td class="rblock"> <span class="insert">May</span> 2014.</td><td class="lineno" valign="top"></td></tr> 111 109 <tr><td class="lineno" valign="top"></td><td class="left"></td><td> </td><td class="right"></td><td class="lineno" valign="top"></td></tr> 112 110 <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> 113 111 <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> 114 112 <tr><td><a name="diff0006" /></td></tr> 115 <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, May</span> 2014.</td><td class="lineno" valign="top"></td></tr> 116 <tr><td class="lineno" valign="top"></td><td class="lblock"><span class="delete"> June</span> 2014.</td><td> </td><td class="rblock"></td><td class="lineno" valign="top"></td></tr> 113 <tr><td class="lineno" valign="top"></td><td class="lblock"> RFC 7233, <span class="delete">June</span> 2014.</td><td> </td><td class="rblock"> RFC 7233, <span class="insert">May</span> 2014.</td><td class="lineno" valign="top"></td></tr> 117 114 <tr><td class="lineno" valign="top"></td><td class="left"></td><td> </td><td class="right"></td><td class="lineno" valign="top"></td></tr> 118 115 <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> 119 116 <tr><td><a name="diff0007" /></td></tr> 120 <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, May</span> 2014.</td><td class="lineno" valign="top"></td></tr> 121 <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> 122 <tr><td class="lineno" valign="top"></td><td class="lblock"><span class="delete"> June</span> 2014.</td><td> </td><td class="rblock"></td><td class="lineno" valign="top"></td></tr> 117 <tr><td class="lineno" valign="top"></td><td class="lblock"> Protocol (HTTP/1.1): Authentication", RFC 7235, <span class="delete">June</span> 2014.</td><td> </td><td class="rblock"> Protocol (HTTP/1.1): Authentication", RFC 7235, <span class="insert">May</span> 2014.</td><td class="lineno" valign="top"></td></tr> 123 118 <tr><td class="lineno" valign="top"></td><td class="left"></td><td> </td><td class="right"></td><td class="lineno" valign="top"></td></tr> 124 119 <tr><td class="lineno" valign="top"></td><td class="left">10.2. Informative References</td><td> </td><td class="right">10.2. Informative References</td><td class="lineno" valign="top"></td></tr> … … 134 129 <tr><td></td><td class="left"></td><td> </td><td class="right"></td><td></td></tr> 135 130 <tr bgcolor="gray"><th colspan="5" align="center"><a name="end"> End of changes. 7 change blocks. </a></th></tr> 136 <tr class="stats"><td></td><th><i>2 8 lines changed or deleted</i></th><th><i> </i></th><th><i>8lines changed or added</i></th><td></td></tr>131 <tr class="stats"><td></td><th><i>21 lines changed or deleted</i></th><th><i> </i></th><th><i>6 lines changed or added</i></th><td></td></tr> 137 132 <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> 138 133 </table> -
draft-ietf-httpbis/latest/auth48/rfc7235.abdiff.txt
r2708 r2709 121 121 [RFC7230] Fielding, R., Ed. and J. Reschke, Ed., "Hypertext Transfer 122 122 Protocol (HTTP/1.1): Message Syntax and Routing", 123 draft-ietf-httpbis-p1-messaging-latest (work in progress), 124 June 2014. 123 RFC 7230, June 2014. 125 124 126 125 NEW: … … 135 134 136 135 [RFC7231] Fielding, R., Ed. and J. Reschke, Ed., "Hypertext Transfer 137 Protocol (HTTP/1.1): Semantics and Content", 138 draft-ietf-httpbis-p2-semantics-latest (work in progress), 136 Protocol (HTTP/1.1): Semantics and Content", RFC 7231, 139 137 June 2014. 140 138 … … 151 149 [RFC7234] Fielding, R., Ed., Nottingham, M., Ed., and J. Reschke, 152 150 Ed., "Hypertext Transfer Protocol (HTTP/1.1): Caching", 153 draft-ietf-httpbis-p6-cache-latest (work in progress), 154 June 2014. 151 RFC 7234, June 2014. 155 152 156 153 NEW: -
draft-ietf-httpbis/latest/auth48/rfc7235.diff.html
r2708 r2709 147 147 <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> 148 148 <tr><td><a name="diff0004" /></td></tr> 149 <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, May</span> 2014.</td><td class="lineno" valign="top"></td></tr> 150 <tr><td class="lineno" valign="top"></td><td class="lblock"><span class="delete"> June</span> 2014.</td><td> </td><td class="rblock"></td><td class="lineno" valign="top"></td></tr> 149 <tr><td class="lineno" valign="top"></td><td class="lblock"> RFC 7230, <span class="delete">June</span> 2014.</td><td> </td><td class="rblock"> RFC 7230, <span class="insert">May</span> 2014.</td><td class="lineno" valign="top"></td></tr> 151 150 <tr><td class="lineno" valign="top"></td><td class="left"></td><td> </td><td class="right"></td><td class="lineno" valign="top"></td></tr> 152 151 <tr><td class="lineno" valign="top"></td><td class="left"> [RFC7231] Fielding, R., Ed. and J. Reschke, Ed., "Hypertext Transfer</td><td> </td><td class="right"> [RFC7231] Fielding, R., Ed. and J. Reschke, Ed., "Hypertext Transfer</td><td class="lineno" valign="top"></td></tr> 152 <tr><td class="lineno" valign="top"></td><td class="left"> Protocol (HTTP/1.1): Semantics and Content", RFC 7231,</td><td> </td><td class="right"> Protocol (HTTP/1.1): Semantics and Content", RFC 7231,</td><td class="lineno" valign="top"></td></tr> 153 153 <tr><td><a name="diff0005" /></td></tr> 154 <tr><td class="lineno" valign="top"></td><td class="lblock"> Protocol (HTTP/1.1): Semantics and Content",</td><td> </td><td class="rblock"> Protocol (HTTP/1.1): Semantics and Content", <span class="insert">RFC 7231,</span></td><td class="lineno" valign="top"></td></tr> 155 <tr><td class="lineno" valign="top"></td><td class="lblock"> <span class="delete">draft-ietf-httpbis-p2-semantics-latest (work in progress),</span></td><td> </td><td class="rblock"><span class="insert"> May</span> 2014.</td><td class="lineno" valign="top"></td></tr> 156 <tr><td class="lineno" valign="top"></td><td class="lblock"><span class="delete"> June</span> 2014.</td><td> </td><td class="rblock"></td><td class="lineno" valign="top"></td></tr> 154 <tr><td class="lineno" valign="top"></td><td class="lblock"> <span class="delete">June</span> 2014.</td><td> </td><td class="rblock"> <span class="insert">May</span> 2014.</td><td class="lineno" valign="top"></td></tr> 157 155 <tr><td class="lineno" valign="top"></td><td class="left"></td><td> </td><td class="right"></td><td class="lineno" valign="top"></td></tr> 158 156 <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> 159 157 <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> 160 158 <tr><td><a name="diff0006" /></td></tr> 161 <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, May</span> 2014.</td><td class="lineno" valign="top"></td></tr> 162 <tr><td class="lineno" valign="top"></td><td class="lblock"><span class="delete"> June</span> 2014.</td><td> </td><td class="rblock"></td><td class="lineno" valign="top"></td></tr> 159 <tr><td class="lineno" valign="top"></td><td class="lblock"> RFC 7234, <span class="delete">June</span> 2014.</td><td> </td><td class="rblock"> RFC 7234, <span class="insert">May</span> 2014.</td><td class="lineno" valign="top"></td></tr> 163 160 <tr><td class="lineno" valign="top"></td><td class="left"></td><td> </td><td class="right"></td><td class="lineno" valign="top"></td></tr> 164 161 <tr><td class="lineno" valign="top"></td><td class="left">8.2. Informative References</td><td> </td><td class="right">8.2. Informative References</td><td class="lineno" valign="top"></td></tr> … … 234 231 <tr><td></td><td class="left"></td><td> </td><td class="right"></td><td></td></tr> 235 232 <tr bgcolor="gray"><th colspan="5" align="center"><a name="end"> End of changes. 13 change blocks. </a></th></tr> 236 <tr class="stats"><td></td><th><i> 72 lines changed or deleted</i></th><th><i> </i></th><th><i>55lines changed or added</i></th><td></td></tr>233 <tr class="stats"><td></td><th><i>68 lines changed or deleted</i></th><th><i> </i></th><th><i>54 lines changed or added</i></th><td></td></tr> 237 234 <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> 238 235 </table> -
draft-ietf-httpbis/latest/p1-messaging.html
r2708 r2709 3104 3104 <tr> 3105 3105 <td class="reference"><b id="RFC7231">[RFC7231]</b></td> 3106 <td class="top"><a href="mailto:fielding@gbiv.com" title="Adobe Systems Incorporated">Fielding, R., Ed.</a> and <a href="mailto:julian.reschke@greenbytes.de" title="greenbytes GmbH">J. Reschke, Ed.</a>, “<a href="https://tools.ietf.org/html/ draft-ietf-httpbis-p2-semantics-latest">Hypertext Transfer Protocol (HTTP/1.1): Semantics and Content</a>”, Internet-Draft draft-ietf-httpbis-p2-semantics-latest (work in progress), June 2014.3106 <td class="top"><a href="mailto:fielding@gbiv.com" title="Adobe Systems Incorporated">Fielding, R., Ed.</a> and <a href="mailto:julian.reschke@greenbytes.de" title="greenbytes GmbH">J. Reschke, Ed.</a>, “<a href="https://tools.ietf.org/html/rfc7231">Hypertext Transfer Protocol (HTTP/1.1): Semantics and Content</a>”, RFC 7231, June 2014. 3107 3107 </td> 3108 3108 </tr> 3109 3109 <tr> 3110 3110 <td class="reference"><b id="RFC7232">[RFC7232]</b></td> 3111 <td class="top"><a href="mailto:fielding@gbiv.com" title="Adobe Systems Incorporated">Fielding, R., Ed.</a> and <a href="mailto:julian.reschke@greenbytes.de" title="greenbytes GmbH">J. Reschke, Ed.</a>, “<a href="https://tools.ietf.org/html/ draft-ietf-httpbis-p4-conditional-latest">Hypertext Transfer Protocol (HTTP/1.1): Conditional Requests</a>”, Internet-Draft draft-ietf-httpbis-p4-conditional-latest (work in progress), June 2014.3111 <td class="top"><a href="mailto:fielding@gbiv.com" title="Adobe Systems Incorporated">Fielding, R., Ed.</a> and <a href="mailto:julian.reschke@greenbytes.de" title="greenbytes GmbH">J. Reschke, Ed.</a>, “<a href="https://tools.ietf.org/html/rfc7232">Hypertext Transfer Protocol (HTTP/1.1): Conditional Requests</a>”, RFC 7232, June 2014. 3112 3112 </td> 3113 3113 </tr> 3114 3114 <tr> 3115 3115 <td class="reference"><b id="RFC7233">[RFC7233]</b></td> 3116 <td class="top"><a href="mailto:fielding@gbiv.com" title="Adobe Systems Incorporated">Fielding, R., Ed.</a>, <a href="mailto:ylafon@w3.org" title="World Wide Web Consortium">Lafon, Y., Ed.</a>, and <a href="mailto:julian.reschke@greenbytes.de" title="greenbytes GmbH">J. Reschke, Ed.</a>, “<a href="https://tools.ietf.org/html/ draft-ietf-httpbis-p5-range-latest">Hypertext Transfer Protocol (HTTP/1.1): Range Requests</a>”, Internet-Draft draft-ietf-httpbis-p5-range-latest (work in progress), June 2014.3116 <td class="top"><a href="mailto:fielding@gbiv.com" title="Adobe Systems Incorporated">Fielding, R., Ed.</a>, <a href="mailto:ylafon@w3.org" title="World Wide Web Consortium">Lafon, Y., Ed.</a>, and <a href="mailto:julian.reschke@greenbytes.de" title="greenbytes GmbH">J. Reschke, Ed.</a>, “<a href="https://tools.ietf.org/html/rfc7233">Hypertext Transfer Protocol (HTTP/1.1): Range Requests</a>”, RFC 7233, June 2014. 3117 3117 </td> 3118 3118 </tr> 3119 3119 <tr> 3120 3120 <td class="reference"><b id="RFC7234">[RFC7234]</b></td> 3121 <td class="top"><a href="mailto:fielding@gbiv.com" title="Adobe Systems Incorporated">Fielding, R., Ed.</a>, <a href="mailto:mnot@mnot.net" title="Akamai">Nottingham, M., Ed.</a>, and <a href="mailto:julian.reschke@greenbytes.de" title="greenbytes GmbH">J. Reschke, Ed.</a>, “<a href="https://tools.ietf.org/html/ draft-ietf-httpbis-p6-cache-latest">Hypertext Transfer Protocol (HTTP/1.1): Caching</a>”, Internet-Draft draft-ietf-httpbis-p6-cache-latest (work in progress), June 2014.3121 <td class="top"><a href="mailto:fielding@gbiv.com" title="Adobe Systems Incorporated">Fielding, R., Ed.</a>, <a href="mailto:mnot@mnot.net" title="Akamai">Nottingham, M., Ed.</a>, and <a href="mailto:julian.reschke@greenbytes.de" title="greenbytes GmbH">J. Reschke, Ed.</a>, “<a href="https://tools.ietf.org/html/rfc7234">Hypertext Transfer Protocol (HTTP/1.1): Caching</a>”, RFC 7234, June 2014. 3122 3122 </td> 3123 3123 </tr> 3124 3124 <tr> 3125 3125 <td class="reference"><b id="RFC7235">[RFC7235]</b></td> 3126 <td class="top"><a href="mailto:fielding@gbiv.com" title="Adobe Systems Incorporated">Fielding, R., Ed.</a> and <a href="mailto:julian.reschke@greenbytes.de" title="greenbytes GmbH">J. Reschke, Ed.</a>, “<a href="https://tools.ietf.org/html/ draft-ietf-httpbis-p7-auth-latest">Hypertext Transfer Protocol (HTTP/1.1): Authentication</a>”, Internet-Draft draft-ietf-httpbis-p7-auth-latest (work in progress), June 2014.3126 <td class="top"><a href="mailto:fielding@gbiv.com" title="Adobe Systems Incorporated">Fielding, R., Ed.</a> and <a href="mailto:julian.reschke@greenbytes.de" title="greenbytes GmbH">J. Reschke, Ed.</a>, “<a href="https://tools.ietf.org/html/rfc7235">Hypertext Transfer Protocol (HTTP/1.1): Authentication</a>”, RFC 7235, June 2014. 3127 3127 </td> 3128 3128 </tr> -
draft-ietf-httpbis/latest/p1-messaging.xml
r2708 r2709 4493 4493 <date month="&ID-MONTH;" year="&ID-YEAR;"/> 4494 4494 </front> 4495 <seriesInfo name=" Internet-Draft" value="draft-ietf-httpbis-p2-semantics-&ID-VERSION;"/>4495 <seriesInfo name="RFC" value="7231"/> 4496 4496 <x:source href="p2-semantics.xml" basename="p2-semantics"> 4497 4497 <x:defines>1xx (Informational)</x:defines> … … 4543 4543 <date month="&ID-MONTH;" year="&ID-YEAR;" /> 4544 4544 </front> 4545 <seriesInfo name=" Internet-Draft" value="draft-ietf-httpbis-p4-conditional-&ID-VERSION;"/>4545 <seriesInfo name="RFC" value="7232"/> 4546 4546 <x:source basename="p4-conditional" href="p4-conditional.xml"> 4547 4547 <x:defines>304 (Not Modified)</x:defines> … … 4568 4568 <date month="&ID-MONTH;" year="&ID-YEAR;"/> 4569 4569 </front> 4570 <seriesInfo name=" Internet-Draft" value="draft-ietf-httpbis-p5-range-&ID-VERSION;"/>4570 <seriesInfo name="RFC" value="7233"/> 4571 4571 <x:source href="p5-range.xml" basename="p5-range"> 4572 4572 <x:defines>Content-Range</x:defines> … … 4591 4591 <date month="&ID-MONTH;" year="&ID-YEAR;"/> 4592 4592 </front> 4593 <seriesInfo name=" Internet-Draft" value="draft-ietf-httpbis-p6-cache-&ID-VERSION;"/>4593 <seriesInfo name="RFC" value="7234"/> 4594 4594 <x:source href="p6-cache.xml" basename="p6-cache"> 4595 4595 <x:defines>Cache-Control</x:defines> … … 4612 4612 <date month="&ID-MONTH;" year="&ID-YEAR;"/> 4613 4613 </front> 4614 <seriesInfo name=" Internet-Draft" value="draft-ietf-httpbis-p7-auth-&ID-VERSION;"/>4614 <seriesInfo name="RFC" value="7235"/> 4615 4615 <x:source href="p7-auth.xml" basename="p7-auth"> 4616 4616 <x:defines>Proxy-Authenticate</x:defines> -
draft-ietf-httpbis/latest/p2-semantics.html
r2708 r2709 4290 4290 <tr> 4291 4291 <td class="reference"><b id="RFC7230">[RFC7230]</b></td> 4292 <td class="top"><a href="mailto:fielding@gbiv.com" title="Adobe Systems Incorporated">Fielding, R., Ed.</a> and <a href="mailto:julian.reschke@greenbytes.de" title="greenbytes GmbH">J. Reschke, Ed.</a>, “<a href="https://tools.ietf.org/html/ draft-ietf-httpbis-p1-messaging-latest">Hypertext Transfer Protocol (HTTP/1.1): Message Syntax and Routing</a>”, Internet-Draft draft-ietf-httpbis-p1-messaging-latest (work in progress), June 2014.4292 <td class="top"><a href="mailto:fielding@gbiv.com" title="Adobe Systems Incorporated">Fielding, R., Ed.</a> and <a href="mailto:julian.reschke@greenbytes.de" title="greenbytes GmbH">J. Reschke, Ed.</a>, “<a href="https://tools.ietf.org/html/rfc7230">Hypertext Transfer Protocol (HTTP/1.1): Message Syntax and Routing</a>”, RFC 7230, June 2014. 4293 4293 </td> 4294 4294 </tr> 4295 4295 <tr> 4296 4296 <td class="reference"><b id="RFC7232">[RFC7232]</b></td> 4297 <td class="top"><a href="mailto:fielding@gbiv.com" title="Adobe Systems Incorporated">Fielding, R., Ed.</a> and <a href="mailto:julian.reschke@greenbytes.de" title="greenbytes GmbH">J. Reschke, Ed.</a>, “<a href="https://tools.ietf.org/html/ draft-ietf-httpbis-p4-conditional-latest">Hypertext Transfer Protocol (HTTP/1.1): Conditional Requests</a>”, Internet-Draft draft-ietf-httpbis-p4-conditional-latest (work in progress), June 2014.4297 <td class="top"><a href="mailto:fielding@gbiv.com" title="Adobe Systems Incorporated">Fielding, R., Ed.</a> and <a href="mailto:julian.reschke@greenbytes.de" title="greenbytes GmbH">J. Reschke, Ed.</a>, “<a href="https://tools.ietf.org/html/rfc7232">Hypertext Transfer Protocol (HTTP/1.1): Conditional Requests</a>”, RFC 7232, June 2014. 4298 4298 </td> 4299 4299 </tr> 4300 4300 <tr> 4301 4301 <td class="reference"><b id="RFC7233">[RFC7233]</b></td> 4302 <td class="top"><a href="mailto:fielding@gbiv.com" title="Adobe Systems Incorporated">Fielding, R., Ed.</a>, <a href="mailto:ylafon@w3.org" title="World Wide Web Consortium">Lafon, Y., Ed.</a>, and <a href="mailto:julian.reschke@greenbytes.de" title="greenbytes GmbH">J. Reschke, Ed.</a>, “<a href="https://tools.ietf.org/html/ draft-ietf-httpbis-p5-range-latest">Hypertext Transfer Protocol (HTTP/1.1): Range Requests</a>”, Internet-Draft draft-ietf-httpbis-p5-range-latest (work in progress), June 2014.4302 <td class="top"><a href="mailto:fielding@gbiv.com" title="Adobe Systems Incorporated">Fielding, R., Ed.</a>, <a href="mailto:ylafon@w3.org" title="World Wide Web Consortium">Lafon, Y., Ed.</a>, and <a href="mailto:julian.reschke@greenbytes.de" title="greenbytes GmbH">J. Reschke, Ed.</a>, “<a href="https://tools.ietf.org/html/rfc7233">Hypertext Transfer Protocol (HTTP/1.1): Range Requests</a>”, RFC 7233, June 2014. 4303 4303 </td> 4304 4304 </tr> 4305 4305 <tr> 4306 4306 <td class="reference"><b id="RFC7234">[RFC7234]</b></td> 4307 <td class="top"><a href="mailto:fielding@gbiv.com" title="Adobe Systems Incorporated">Fielding, R., Ed.</a>, <a href="mailto:mnot@mnot.net" title="Akamai">Nottingham, M., Ed.</a>, and <a href="mailto:julian.reschke@greenbytes.de" title="greenbytes GmbH">J. Reschke, Ed.</a>, “<a href="https://tools.ietf.org/html/ draft-ietf-httpbis-p6-cache-latest">Hypertext Transfer Protocol (HTTP/1.1): Caching</a>”, Internet-Draft draft-ietf-httpbis-p6-cache-latest (work in progress), June 2014.4307 <td class="top"><a href="mailto:fielding@gbiv.com" title="Adobe Systems Incorporated">Fielding, R., Ed.</a>, <a href="mailto:mnot@mnot.net" title="Akamai">Nottingham, M., Ed.</a>, and <a href="mailto:julian.reschke@greenbytes.de" title="greenbytes GmbH">J. Reschke, Ed.</a>, “<a href="https://tools.ietf.org/html/rfc7234">Hypertext Transfer Protocol (HTTP/1.1): Caching</a>”, RFC 7234, June 2014. 4308 4308 </td> 4309 4309 </tr> 4310 4310 <tr> 4311 4311 <td class="reference"><b id="RFC7235">[RFC7235]</b></td> 4312 <td class="top"><a href="mailto:fielding@gbiv.com" title="Adobe Systems Incorporated">Fielding, R., Ed.</a> and <a href="mailto:julian.reschke@greenbytes.de" title="greenbytes GmbH">J. Reschke, Ed.</a>, “<a href="https://tools.ietf.org/html/ draft-ietf-httpbis-p7-auth-latest">Hypertext Transfer Protocol (HTTP/1.1): Authentication</a>”, Internet-Draft draft-ietf-httpbis-p7-auth-latest (work in progress), June 2014.4312 <td class="top"><a href="mailto:fielding@gbiv.com" title="Adobe Systems Incorporated">Fielding, R., Ed.</a> and <a href="mailto:julian.reschke@greenbytes.de" title="greenbytes GmbH">J. Reschke, Ed.</a>, “<a href="https://tools.ietf.org/html/rfc7235">Hypertext Transfer Protocol (HTTP/1.1): Authentication</a>”, RFC 7235, June 2014. 4313 4313 </td> 4314 4314 </tr> … … 4439 4439 <tr> 4440 4440 <td class="reference"><b id="RFC7238">[RFC7238]</b></td> 4441 <td class="top"><a href="mailto:julian.reschke@greenbytes.de" title="greenbytes GmbH">Reschke, J.</a>, “<a href="https://tools.ietf.org/html/ draft-reschke-http-status-308-07">The Hypertext Transfer Protocol (HTTP) Status Code 308 (Permanent Redirect)</a>”, Internet-Draft draft-reschke-http-status-308-07 (work in progress), March 2012.4441 <td class="top"><a href="mailto:julian.reschke@greenbytes.de" title="greenbytes GmbH">Reschke, J.</a>, “<a href="https://tools.ietf.org/html/rfc7238">The Hypertext Transfer Protocol (HTTP) Status Code 308 (Permanent Redirect)</a>”, RFC 7238, June 2014. 4442 4442 </td> 4443 4443 </tr> -
draft-ietf-httpbis/latest/p2-semantics.xml
r2708 r2709 5142 5142 <date month="&ID-MONTH;" year="&ID-YEAR;"/> 5143 5143 </front> 5144 <seriesInfo name=" Internet-Draft" value="draft-ietf-httpbis-p1-messaging-&ID-VERSION;"/>5144 <seriesInfo name="RFC" value="7230"/> 5145 5145 <x:source href="p1-messaging.xml" basename="p1-messaging"> 5146 5146 <x:defines>close</x:defines> … … 5169 5169 <date month="&ID-MONTH;" year="&ID-YEAR;"/> 5170 5170 </front> 5171 <seriesInfo name=" Internet-Draft" value="draft-ietf-httpbis-p4-conditional-&ID-VERSION;"/>5171 <seriesInfo name="RFC" value="7232"/> 5172 5172 <x:source basename="p4-conditional" href="p4-conditional.xml"> 5173 5173 <x:defines>304 (Not Modified)</x:defines> … … 5199 5199 <date month="&ID-MONTH;" year="&ID-YEAR;"/> 5200 5200 </front> 5201 <seriesInfo name=" Internet-Draft" value="draft-ietf-httpbis-p5-range-&ID-VERSION;"/>5201 <seriesInfo name="RFC" value="7233"/> 5202 5202 <x:source href="p5-range.xml" basename="p5-range"> 5203 5203 <x:defines>206</x:defines> … … 5228 5228 <date month="&ID-MONTH;" year="&ID-YEAR;"/> 5229 5229 </front> 5230 <seriesInfo name=" Internet-Draft" value="draft-ietf-httpbis-p6-cache-&ID-VERSION;"/>5230 <seriesInfo name="RFC" value="7234"/> 5231 5231 <x:source href="p6-cache.xml" basename="p6-cache"/> 5232 5232 </reference> … … 5245 5245 <date month="&ID-MONTH;" year="&ID-YEAR;"/> 5246 5246 </front> 5247 <seriesInfo name=" Internet-Draft" value="draft-ietf-httpbis-p7-auth-&ID-VERSION;"/>5247 <seriesInfo name="RFC" value="7235"/> 5248 5248 <x:source href="p7-auth.xml" basename="p7-auth"> 5249 5249 <x:defines>401 (Unauthorized)</x:defines> … … 5793 5793 </address> 5794 5794 </author> 5795 <date month=" March" year="2012"/>5795 <date month="June" year="2014"/> 5796 5796 </front> 5797 <seriesInfo name=" Internet-Draft" value="draft-reschke-http-status-308-07"/>5797 <seriesInfo name="RFC" value="7238"/> 5798 5798 </reference> 5799 5799 -
draft-ietf-httpbis/latest/p4-conditional.html
r2708 r2709 1352 1352 <tr> 1353 1353 <td class="reference"><b id="RFC7230">[RFC7230]</b></td> 1354 <td class="top"><a href="mailto:fielding@gbiv.com" title="Adobe Systems Incorporated">Fielding, R., Ed.</a> and <a href="mailto:julian.reschke@greenbytes.de" title="greenbytes GmbH">J. Reschke, Ed.</a>, “<a href="https://tools.ietf.org/html/ draft-ietf-httpbis-p1-messaging-latest">Hypertext Transfer Protocol (HTTP/1.1): Message Syntax and Routing</a>”, Internet-Draft draft-ietf-httpbis-p1-messaging-latest (work in progress), June 2014.1354 <td class="top"><a href="mailto:fielding@gbiv.com" title="Adobe Systems Incorporated">Fielding, R., Ed.</a> and <a href="mailto:julian.reschke@greenbytes.de" title="greenbytes GmbH">J. Reschke, Ed.</a>, “<a href="https://tools.ietf.org/html/rfc7230">Hypertext Transfer Protocol (HTTP/1.1): Message Syntax and Routing</a>”, RFC 7230, June 2014. 1355 1355 </td> 1356 1356 </tr> 1357 1357 <tr> 1358 1358 <td class="reference"><b id="RFC7231">[RFC7231]</b></td> 1359 <td class="top"><a href="mailto:fielding@gbiv.com" title="Adobe Systems Incorporated">Fielding, R., Ed.</a> and <a href="mailto:julian.reschke@greenbytes.de" title="greenbytes GmbH">J. Reschke, Ed.</a>, “<a href="https://tools.ietf.org/html/ draft-ietf-httpbis-p2-semantics-latest">Hypertext Transfer Protocol (HTTP/1.1): Semantics and Content</a>”, Internet-Draft draft-ietf-httpbis-p2-semantics-latest (work in progress), June 2014.1359 <td class="top"><a href="mailto:fielding@gbiv.com" title="Adobe Systems Incorporated">Fielding, R., Ed.</a> and <a href="mailto:julian.reschke@greenbytes.de" title="greenbytes GmbH">J. Reschke, Ed.</a>, “<a href="https://tools.ietf.org/html/rfc7231">Hypertext Transfer Protocol (HTTP/1.1): Semantics and Content</a>”, RFC 7231, June 2014. 1360 1360 </td> 1361 1361 </tr> 1362 1362 <tr> 1363 1363 <td class="reference"><b id="RFC7233">[RFC7233]</b></td> 1364 <td class="top"><a href="mailto:fielding@gbiv.com" title="Adobe Systems Incorporated">Fielding, R., Ed.</a>, <a href="mailto:ylafon@w3.org" title="World Wide Web Consortium">Lafon, Y., Ed.</a>, and <a href="mailto:julian.reschke@greenbytes.de" title="greenbytes GmbH">J. Reschke, Ed.</a>, “<a href="https://tools.ietf.org/html/ draft-ietf-httpbis-p5-range-latest">Hypertext Transfer Protocol (HTTP/1.1): Range Requests</a>”, Internet-Draft draft-ietf-httpbis-p5-range-latest (work in progress), June 2014.1364 <td class="top"><a href="mailto:fielding@gbiv.com" title="Adobe Systems Incorporated">Fielding, R., Ed.</a>, <a href="mailto:ylafon@w3.org" title="World Wide Web Consortium">Lafon, Y., Ed.</a>, and <a href="mailto:julian.reschke@greenbytes.de" title="greenbytes GmbH">J. Reschke, Ed.</a>, “<a href="https://tools.ietf.org/html/rfc7233">Hypertext Transfer Protocol (HTTP/1.1): Range Requests</a>”, RFC 7233, June 2014. 1365 1365 </td> 1366 1366 </tr> 1367 1367 <tr> 1368 1368 <td class="reference"><b id="RFC7234">[RFC7234]</b></td> 1369 <td class="top"><a href="mailto:fielding@gbiv.com" title="Adobe Systems Incorporated">Fielding, R., Ed.</a>, <a href="mailto:mnot@mnot.net" title="Akamai">Nottingham, M., Ed.</a>, and <a href="mailto:julian.reschke@greenbytes.de" title="greenbytes GmbH">J. Reschke, Ed.</a>, “<a href="https://tools.ietf.org/html/ draft-ietf-httpbis-p6-cache-latest">Hypertext Transfer Protocol (HTTP/1.1): Caching</a>”, Internet-Draft draft-ietf-httpbis-p6-cache-latest (work in progress), June 2014.1369 <td class="top"><a href="mailto:fielding@gbiv.com" title="Adobe Systems Incorporated">Fielding, R., Ed.</a>, <a href="mailto:mnot@mnot.net" title="Akamai">Nottingham, M., Ed.</a>, and <a href="mailto:julian.reschke@greenbytes.de" title="greenbytes GmbH">J. Reschke, Ed.</a>, “<a href="https://tools.ietf.org/html/rfc7234">Hypertext Transfer Protocol (HTTP/1.1): Caching</a>”, RFC 7234, June 2014. 1370 1370 </td> 1371 1371 </tr> -
draft-ietf-httpbis/latest/p4-conditional.xml
r2708 r2709 1284 1284 <date month="&ID-MONTH;" year="&ID-YEAR;"/> 1285 1285 </front> 1286 <seriesInfo name=" Internet-Draft" value="draft-ietf-httpbis-p1-messaging-&ID-VERSION;"/>1286 <seriesInfo name="RFC" value="7230"/> 1287 1287 <x:source href="p1-messaging.xml" basename="p1-messaging"/> 1288 1288 </reference> … … 1301 1301 <date month="&ID-MONTH;" year="&ID-YEAR;"/> 1302 1302 </front> 1303 <seriesInfo name=" Internet-Draft" value="draft-ietf-httpbis-p2-semantics-&ID-VERSION;"/>1303 <seriesInfo name="RFC" value="7231"/> 1304 1304 <x:source href="p2-semantics.xml" basename="p2-semantics"> 1305 1305 <x:defines>2xx</x:defines> … … 1334 1334 <date month="&ID-MONTH;" year="&ID-YEAR;"/> 1335 1335 </front> 1336 <seriesInfo name=" Internet-Draft" value="draft-ietf-httpbis-p5-range-&ID-VERSION;"/>1336 <seriesInfo name="RFC" value="7233"/> 1337 1337 <x:source href="p5-range.xml" basename="p5-range"> 1338 1338 <x:defines>If-Range</x:defines> … … 1359 1359 <date month="&ID-MONTH;" year="&ID-YEAR;"/> 1360 1360 </front> 1361 <seriesInfo name=" Internet-Draft" value="draft-ietf-httpbis-p6-cache-&ID-VERSION;"/>1361 <seriesInfo name="RFC" value="7234"/> 1362 1362 <x:source href="p6-cache.xml" basename="p6-cache"> 1363 1363 <x:defines>Cache-Control</x:defines> -
draft-ietf-httpbis/latest/p5-range.html
r2708 r2709 1208 1208 <tr> 1209 1209 <td class="reference"><b id="RFC7230">[RFC7230]</b></td> 1210 <td class="top"><a href="mailto:fielding@gbiv.com" title="Adobe Systems Incorporated">Fielding, R., Ed.</a> and <a href="mailto:julian.reschke@greenbytes.de" title="greenbytes GmbH">J. Reschke, Ed.</a>, “<a href="https://tools.ietf.org/html/ draft-ietf-httpbis-p1-messaging-latest">Hypertext Transfer Protocol (HTTP/1.1): Message Syntax and Routing</a>”, Internet-Draft draft-ietf-httpbis-p1-messaging-latest (work in progress), June 2014.1210 <td class="top"><a href="mailto:fielding@gbiv.com" title="Adobe Systems Incorporated">Fielding, R., Ed.</a> and <a href="mailto:julian.reschke@greenbytes.de" title="greenbytes GmbH">J. Reschke, Ed.</a>, “<a href="https://tools.ietf.org/html/rfc7230">Hypertext Transfer Protocol (HTTP/1.1): Message Syntax and Routing</a>”, RFC 7230, June 2014. 1211 1211 </td> 1212 1212 </tr> 1213 1213 <tr> 1214 1214 <td class="reference"><b id="RFC7231">[RFC7231]</b></td> 1215 <td class="top"><a href="mailto:fielding@gbiv.com" title="Adobe Systems Incorporated">Fielding, R., Ed.</a> and <a href="mailto:julian.reschke@greenbytes.de" title="greenbytes GmbH">J. Reschke, Ed.</a>, “<a href="https://tools.ietf.org/html/ draft-ietf-httpbis-p2-semantics-latest">Hypertext Transfer Protocol (HTTP/1.1): Semantics and Content</a>”, Internet-Draft draft-ietf-httpbis-p2-semantics-latest (work in progress), June 2014.1215 <td class="top"><a href="mailto:fielding@gbiv.com" title="Adobe Systems Incorporated">Fielding, R., Ed.</a> and <a href="mailto:julian.reschke@greenbytes.de" title="greenbytes GmbH">J. Reschke, Ed.</a>, “<a href="https://tools.ietf.org/html/rfc7231">Hypertext Transfer Protocol (HTTP/1.1): Semantics and Content</a>”, RFC 7231, June 2014. 1216 1216 </td> 1217 1217 </tr> 1218 1218 <tr> 1219 1219 <td class="reference"><b id="RFC7232">[RFC7232]</b></td> 1220 <td class="top"><a href="mailto:fielding@gbiv.com" title="Adobe Systems Incorporated">Fielding, R., Ed.</a> and <a href="mailto:julian.reschke@greenbytes.de" title="greenbytes GmbH">J. Reschke, Ed.</a>, “<a href="https://tools.ietf.org/html/ draft-ietf-httpbis-p4-conditional-latest">Hypertext Transfer Protocol (HTTP/1.1): Conditional Requests</a>”, Internet-Draft draft-ietf-httpbis-p4-conditional-latest (work in progress), June 2014.1220 <td class="top"><a href="mailto:fielding@gbiv.com" title="Adobe Systems Incorporated">Fielding, R., Ed.</a> and <a href="mailto:julian.reschke@greenbytes.de" title="greenbytes GmbH">J. Reschke, Ed.</a>, “<a href="https://tools.ietf.org/html/rfc7232">Hypertext Transfer Protocol (HTTP/1.1): Conditional Requests</a>”, RFC 7232, June 2014. 1221 1221 </td> 1222 1222 </tr> 1223 1223 <tr> 1224 1224 <td class="reference"><b id="RFC7234">[RFC7234]</b></td> 1225 <td class="top"><a href="mailto:fielding@gbiv.com" title="Adobe Systems Incorporated">Fielding, R., Ed.</a>, <a href="mailto:mnot@mnot.net" title="Akamai">Nottingham, M., Ed.</a>, and <a href="mailto:julian.reschke@greenbytes.de" title="greenbytes GmbH">J. Reschke, Ed.</a>, “<a href="https://tools.ietf.org/html/ draft-ietf-httpbis-p6-cache-latest">Hypertext Transfer Protocol (HTTP/1.1): Caching</a>”, Internet-Draft draft-ietf-httpbis-p6-cache-latest (work in progress), June 2014.1225 <td class="top"><a href="mailto:fielding@gbiv.com" title="Adobe Systems Incorporated">Fielding, R., Ed.</a>, <a href="mailto:mnot@mnot.net" title="Akamai">Nottingham, M., Ed.</a>, and <a href="mailto:julian.reschke@greenbytes.de" title="greenbytes GmbH">J. Reschke, Ed.</a>, “<a href="https://tools.ietf.org/html/rfc7234">Hypertext Transfer Protocol (HTTP/1.1): Caching</a>”, RFC 7234, June 2014. 1226 1226 </td> 1227 1227 </tr> -
draft-ietf-httpbis/latest/p5-range.xml
r2708 r2709 1098 1098 <date month="&ID-MONTH;" year="&ID-YEAR;"/> 1099 1099 </front> 1100 <seriesInfo name=" Internet-Draft" value="draft-ietf-httpbis-p1-messaging-&ID-VERSION;"/>1100 <seriesInfo name="RFC" value="7230"/> 1101 1101 <x:source href="p1-messaging.xml" basename="p1-messaging"> 1102 1102 <x:defines>Content-Length</x:defines> … … 1117 1117 <date month="&ID-MONTH;" year="&ID-YEAR;"/> 1118 1118 </front> 1119 <seriesInfo name=" Internet-Draft" value="draft-ietf-httpbis-p2-semantics-&ID-VERSION;"/>1119 <seriesInfo name="RFC" value="7231"/> 1120 1120 <x:source href="p2-semantics.xml" basename="p2-semantics"> 1121 1121 <x:defines>200 (OK)</x:defines> … … 1142 1142 <date month="&ID-MONTH;" year="&ID-YEAR;"/> 1143 1143 </front> 1144 <seriesInfo name=" Internet-Draft" value="draft-ietf-httpbis-p4-conditional-&ID-VERSION;"/>1144 <seriesInfo name="RFC" value="7232"/> 1145 1145 <x:source href="p4-conditional.xml" basename="p4-conditional"> 1146 1146 <x:defines>304 (Not Modified)</x:defines> … … 1171 1171 <date month="&ID-MONTH;" year="&ID-YEAR;"/> 1172 1172 </front> 1173 <seriesInfo name=" Internet-Draft" value="draft-ietf-httpbis-p6-cache-&ID-VERSION;"/>1173 <seriesInfo name="RFC" value="7234"/> 1174 1174 <x:source href="p6-cache.xml" basename="p6-cache"> 1175 1175 <x:defines>Cache-Control</x:defines> -
draft-ietf-httpbis/latest/p6-cache.html
r2708 r2709 1967 1967 <tr> 1968 1968 <td class="reference"><b id="RFC7231">[RFC7231]</b></td> 1969 <td class="top"><a href="mailto:fielding@gbiv.com" title="Adobe Systems Incorporated">Fielding, R., Ed.</a> and <a href="mailto:julian.reschke@greenbytes.de" title="greenbytes GmbH">J. Reschke, Ed.</a>, “<a href="https://tools.ietf.org/html/ draft-ietf-httpbis-p2-semantics-latest">Hypertext Transfer Protocol (HTTP/1.1): Semantics and Content</a>”, Internet-Draft draft-ietf-httpbis-p2-semantics-latest (work in progress), June 2014.1969 <td class="top"><a href="mailto:fielding@gbiv.com" title="Adobe Systems Incorporated">Fielding, R., Ed.</a> and <a href="mailto:julian.reschke@greenbytes.de" title="greenbytes GmbH">J. Reschke, Ed.</a>, “<a href="https://tools.ietf.org/html/rfc7231">Hypertext Transfer Protocol (HTTP/1.1): Semantics and Content</a>”, RFC 7231, June 2014. 1970 1970 </td> 1971 1971 </tr> 1972 1972 <tr> 1973 1973 <td class="reference"><b id="RFC7232">[RFC7232]</b></td> 1974 <td class="top"><a href="mailto:fielding@gbiv.com" title="Adobe Systems Incorporated">Fielding, R., Ed.</a> and <a href="mailto:julian.reschke@greenbytes.de" title="greenbytes GmbH">J. Reschke, Ed.</a>, “<a href="https://tools.ietf.org/html/ draft-ietf-httpbis-p4-conditional-latest">Hypertext Transfer Protocol (HTTP/1.1): Conditional Requests</a>”, Internet-Draft draft-ietf-httpbis-p4-conditional-latest (work in progress), June 2014.1974 <td class="top"><a href="mailto:fielding@gbiv.com" title="Adobe Systems Incorporated">Fielding, R., Ed.</a> and <a href="mailto:julian.reschke@greenbytes.de" title="greenbytes GmbH">J. Reschke, Ed.</a>, “<a href="https://tools.ietf.org/html/rfc7232">Hypertext Transfer Protocol (HTTP/1.1): Conditional Requests</a>”, RFC 7232, June 2014. 1975 1975 </td> 1976 1976 </tr> 1977 1977 <tr> 1978 1978 <td class="reference"><b id="RFC7233">[RFC7233]</b></td> 1979 <td class="top"><a href="mailto:fielding@gbiv.com" title="Adobe Systems Incorporated">Fielding, R., Ed.</a>, <a href="mailto:ylafon@w3.org" title="World Wide Web Consortium">Lafon, Y., Ed.</a>, and <a href="mailto:julian.reschke@greenbytes.de" title="greenbytes GmbH">J. Reschke, Ed.</a>, “<a href="https://tools.ietf.org/html/ draft-ietf-httpbis-p5-range-latest">Hypertext Transfer Protocol (HTTP/1.1): Range Requests</a>”, Internet-Draft draft-ietf-httpbis-p5-range-latest (work in progress), June 2014.1979 <td class="top"><a href="mailto:fielding@gbiv.com" title="Adobe Systems Incorporated">Fielding, R., Ed.</a>, <a href="mailto:ylafon@w3.org" title="World Wide Web Consortium">Lafon, Y., Ed.</a>, and <a href="mailto:julian.reschke@greenbytes.de" title="greenbytes GmbH">J. Reschke, Ed.</a>, “<a href="https://tools.ietf.org/html/rfc7233">Hypertext Transfer Protocol (HTTP/1.1): Range Requests</a>”, RFC 7233, June 2014. 1980 1980 </td> 1981 1981 </tr> 1982 1982 <tr> 1983 1983 <td class="reference"><b id="RFC7235">[RFC7235]</b></td> 1984 <td class="top"><a href="mailto:fielding@gbiv.com" title="Adobe Systems Incorporated">Fielding, R., Ed.</a> and <a href="mailto:julian.reschke@greenbytes.de" title="greenbytes GmbH">J. Reschke, Ed.</a>, “<a href="https://tools.ietf.org/html/ draft-ietf-httpbis-p7-auth-latest">Hypertext Transfer Protocol (HTTP/1.1): Authentication</a>”, Internet-Draft draft-ietf-httpbis-p7-auth-latest (work in progress), June 2014.1984 <td class="top"><a href="mailto:fielding@gbiv.com" title="Adobe Systems Incorporated">Fielding, R., Ed.</a> and <a href="mailto:julian.reschke@greenbytes.de" title="greenbytes GmbH">J. Reschke, Ed.</a>, “<a href="https://tools.ietf.org/html/rfc7235">Hypertext Transfer Protocol (HTTP/1.1): Authentication</a>”, RFC 7235, June 2014. 1985 1985 </td> 1986 1986 </tr> -
draft-ietf-httpbis/latest/p6-cache.xml
r2708 r2709 2238 2238 <date month="&ID-MONTH;" year="&ID-YEAR;" /> 2239 2239 </front> 2240 <seriesInfo name=" Internet-Draft" value="draft-ietf-httpbis-p2-semantics-&ID-VERSION;"/>2240 <seriesInfo name="RFC" value="7231"/> 2241 2241 <x:source basename="p2-semantics" href="p2-semantics.xml"> 2242 2242 <x:defines>2xx (Successful)</x:defines> … … 2273 2273 <date month="&ID-MONTH;" year="&ID-YEAR;" /> 2274 2274 </front> 2275 <seriesInfo name=" Internet-Draft" value="draft-ietf-httpbis-p4-conditional-&ID-VERSION;"/>2275 <seriesInfo name="RFC" value="7232"/> 2276 2276 <x:source basename="p4-conditional" href="p4-conditional.xml"> 2277 2277 <x:defines>304</x:defines> … … 2304 2304 <date month="&ID-MONTH;" year="&ID-YEAR;" /> 2305 2305 </front> 2306 <seriesInfo name=" Internet-Draft" value="draft-ietf-httpbis-p5-range-&ID-VERSION;"/>2306 <seriesInfo name="RFC" value="7233"/> 2307 2307 <x:source basename="p5-range" href="p5-range.xml"> 2308 2308 <x:defines>206 (Partial Content)</x:defines> … … 2326 2326 <date month="&ID-MONTH;" year="&ID-YEAR;" /> 2327 2327 </front> 2328 <seriesInfo name=" Internet-Draft" value="draft-ietf-httpbis-p7-auth-&ID-VERSION;"/>2328 <seriesInfo name="RFC" value="7235"/> 2329 2329 <x:source basename="p7-auth" href="p7-auth.xml"> 2330 2330 <x:defines>Authorization</x:defines> -
draft-ietf-httpbis/latest/p7-auth.html
r2708 r2709 1076 1076 <tr> 1077 1077 <td class="reference"><b id="RFC7230">[RFC7230]</b></td> 1078 <td class="top"><a href="mailto:fielding@gbiv.com" title="Adobe Systems Incorporated">Fielding, R., Ed.</a> and <a href="mailto:julian.reschke@greenbytes.de" title="greenbytes GmbH">J. Reschke, Ed.</a>, “<a href="https://tools.ietf.org/html/ draft-ietf-httpbis-p1-messaging-latest">Hypertext Transfer Protocol (HTTP/1.1): Message Syntax and Routing</a>”, Internet-Draft draft-ietf-httpbis-p1-messaging-latest (work in progress), June 2014.1078 <td class="top"><a href="mailto:fielding@gbiv.com" title="Adobe Systems Incorporated">Fielding, R., Ed.</a> and <a href="mailto:julian.reschke@greenbytes.de" title="greenbytes GmbH">J. Reschke, Ed.</a>, “<a href="https://tools.ietf.org/html/rfc7230">Hypertext Transfer Protocol (HTTP/1.1): Message Syntax and Routing</a>”, RFC 7230, June 2014. 1079 1079 </td> 1080 1080 </tr> 1081 1081 <tr> 1082 1082 <td class="reference"><b id="RFC7231">[RFC7231]</b></td> 1083 <td class="top"><a href="mailto:fielding@gbiv.com" title="Adobe Systems Incorporated">Fielding, R., Ed.</a> and <a href="mailto:julian.reschke@greenbytes.de" title="greenbytes GmbH">J. Reschke, Ed.</a>, “<a href="https://tools.ietf.org/html/ draft-ietf-httpbis-p2-semantics-latest">Hypertext Transfer Protocol (HTTP/1.1): Semantics and Content</a>”, Internet-Draft draft-ietf-httpbis-p2-semantics-latest (work in progress), June 2014.1083 <td class="top"><a href="mailto:fielding@gbiv.com" title="Adobe Systems Incorporated">Fielding, R., Ed.</a> and <a href="mailto:julian.reschke@greenbytes.de" title="greenbytes GmbH">J. Reschke, Ed.</a>, “<a href="https://tools.ietf.org/html/rfc7231">Hypertext Transfer Protocol (HTTP/1.1): Semantics and Content</a>”, RFC 7231, June 2014. 1084 1084 </td> 1085 1085 </tr> 1086 1086 <tr> 1087 1087 <td class="reference"><b id="RFC7234">[RFC7234]</b></td> 1088 <td class="top"><a href="mailto:fielding@gbiv.com" title="Adobe Systems Incorporated">Fielding, R., Ed.</a>, <a href="mailto:mnot@mnot.net" title="Akamai">Nottingham, M., Ed.</a>, and <a href="mailto:julian.reschke@greenbytes.de" title="greenbytes GmbH">J. Reschke, Ed.</a>, “<a href="https://tools.ietf.org/html/ draft-ietf-httpbis-p6-cache-latest">Hypertext Transfer Protocol (HTTP/1.1): Caching</a>”, Internet-Draft draft-ietf-httpbis-p6-cache-latest (work in progress), June 2014.1088 <td class="top"><a href="mailto:fielding@gbiv.com" title="Adobe Systems Incorporated">Fielding, R., Ed.</a>, <a href="mailto:mnot@mnot.net" title="Akamai">Nottingham, M., Ed.</a>, and <a href="mailto:julian.reschke@greenbytes.de" title="greenbytes GmbH">J. Reschke, Ed.</a>, “<a href="https://tools.ietf.org/html/rfc7234">Hypertext Transfer Protocol (HTTP/1.1): Caching</a>”, RFC 7234, June 2014. 1089 1089 </td> 1090 1090 </tr> -
draft-ietf-httpbis/latest/p7-auth.xml
r2708 r2709 829 829 <date month="&ID-MONTH;" year="&ID-YEAR;"/> 830 830 </front> 831 <seriesInfo name=" Internet-Draft" value="draft-ietf-httpbis-p1-messaging-&ID-VERSION;"/>831 <seriesInfo name="RFC" value="7230"/> 832 832 <x:source href="p1-messaging.xml" basename="p1-messaging"/> 833 833 </reference> … … 846 846 <date month="&ID-MONTH;" year="&ID-YEAR;" /> 847 847 </front> 848 <seriesInfo name=" Internet-Draft" value="draft-ietf-httpbis-p2-semantics-&ID-VERSION;"/>848 <seriesInfo name="RFC" value="7231"/> 849 849 <x:source basename="p2-semantics" href="p2-semantics.xml"> 850 850 <x:defines>403 (Forbidden)</x:defines> … … 870 870 <date month="&ID-MONTH;" year="&ID-YEAR;"/> 871 871 </front> 872 <seriesInfo name=" Internet-Draft" value="draft-ietf-httpbis-p6-cache-&ID-VERSION;"/>872 <seriesInfo name="RFC" value="7234"/> 873 873 <x:source href="p6-cache.xml" basename="p6-cache"/> 874 874 </reference>
Note: See TracChangeset
for help on using the changeset viewer.