Changeset 1024 for draft-ietf-httpbis-content-disp
- Timestamp:
- 04/10/10 15:54:08 (12 years ago)
- Location:
- draft-ietf-httpbis-content-disp/latest
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis-content-disp/latest/draft-ietf-httpbis-content-disp.html
r1023 r1024 561 561 <p>Defined in <a href="#RFC5987" id="rfc.xref.RFC5987.1"><cite title="Character Set and Language Encoding for Hypertext Transfer Protocol (HTTP) Header Field Parameters">[RFC5987]</cite></a>: 562 562 </p> <pre class="inline"> ext-value = <ext-value, defined in <a href="#RFC5987" id="rfc.xref.RFC5987.2"><cite title="Character Set and Language Encoding for Hypertext Transfer Protocol (HTTP) Header Field Parameters">[RFC5987]</cite></a>, <a href="http://tools.ietf.org/html/rfc5987#section-3.2">Section 3.2</a>> 563 </pre><h2 id="rfc.section.3.2"><a href="#rfc.section.3.2">3.2</a> <a id="disposition.type" href="#disposition.type">Disposition Type</a></h2> 563 </pre><p id="rfc.section.3.1.p.4">Parameter names <em class="bcp14">MUST NOT</em> be repeated; a header field value with multiple instances of the same parameter <em class="bcp14">SHOULD</em> be treated as invalid. 564 </p> 565 <h2 id="rfc.section.3.2"><a href="#rfc.section.3.2">3.2</a> <a id="disposition.type" href="#disposition.type">Disposition Type</a></h2> 564 566 <p id="rfc.section.3.2.p.1">If the disposition type matches "attachment" (case-insensitively), this indicates that the user agent should prompt the user 565 567 to save the response locally, rather than process it normally (as per its media type). … … 897 899 <p id="rfc.section.D.7.p.1">Closed issues: </p> 898 900 <ul> 901 <li> <<a href="http://tools.ietf.org/wg/httpbis/trac/ticket/244">http://tools.ietf.org/wg/httpbis/trac/ticket/244</a>>: "state that repeating parameters are invalid" 902 </li> 899 903 <li> <<a href="http://tools.ietf.org/wg/httpbis/trac/ticket/246">http://tools.ietf.org/wg/httpbis/trac/ticket/246</a>>: "mention control chars when talking about postprecessing the filename parameter" 900 904 </li> -
draft-ietf-httpbis-content-disp/latest/draft-ietf-httpbis-content-disp.xml
r1023 r1024 151 151 ext-value = <ext-value, defined in <xref target="RFC5987" x:sec="3.2"/>> 152 152 </artwork></figure> 153 154 <t> 155 Parameter names &MUST-NOT; be repeated; a header field value with 156 multiple instances of the same parameter &SHOULD; be treated as invalid. 157 </t> 158 153 159 </section> 154 160 … … 830 836 <list style="symbols"> 831 837 <t> 838 <eref target="http://tools.ietf.org/wg/httpbis/trac/ticket/244"/>: 839 "state that repeating parameters are invalid" 840 </t> 841 <t> 832 842 <eref target="http://tools.ietf.org/wg/httpbis/trac/ticket/246"/>: 833 843 "mention control chars when talking about postprecessing the filename parameter"
Note: See TracChangeset
for help on using the changeset viewer.