- Timestamp:
- 26/02/11 11:26:02 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis-content-disp/latest/draft-ietf-httpbis-content-disp.xml
r1142 r1143 836 836 <t> 837 837 <list style="symbols"> 838 <t>Include a 'filename'parameter when US-ASCII is sufficiently838 <t>Include a "filename" parameter when US-ASCII is sufficiently 839 839 expressive.</t> 840 840 <t>Use the 'token' form of the filename parameter only when it does not … … 851 851 most existing implementations will decode them as ISO-8859-1, some 852 852 will apply heuristics to detect UTF-8, and thus might fail on certain names.</t> 853 <t>Include a 'filename*'parameter where the desired filename cannot be854 expressed faithfully using the 'filename'form. Note that legacy user855 agents will not process this, and will fall back to using the 'filename'853 <t>Include a "filename*" parameter where the desired filename cannot be 854 expressed faithfully using the "filename" form. Note that legacy user 855 agents will not process this, and will fall back to using the "filename" 856 856 parameter's content. 857 857 </t> 858 <t>When a 'filename*' parameter is sent, to also generate a 'filename'859 parameter as a fallback for user agents that do not support the 'filename*'858 <t>When a "filename*" parameter is sent, to also generate a "filename" 859 parameter as a fallback for user agents that do not support the "filename*" 860 860 form, if possible. This can be done by substituting characters with 861 861 US-ASCII sequences (e.g., Unicode character point U+00E4 (LATIN SMALL … … 863 863 some locales. 864 864 </t> 865 <t>When a 'filename'parameter is included as a fallback (as per above),866 'filename'should occur first, due to parsing problems in some existing865 <t>When a "filename" parameter is included as a fallback (as per above), 866 "filename" should occur first, due to parsing problems in some existing 867 867 implementations. 868 868 <cref anchor="fallbackbug" source="jre"> … … 870 870 Firefox 5.</cref> 871 871 </t> 872 <t>Use UTF-8 as the encoding of the 'filename*'parameter, when present,872 <t>Use UTF-8 as the encoding of the "filename*" parameter, when present, 873 873 because at least one existing implementation only implements that encoding.</t> 874 874 </list>
Note: See TracChangeset
for help on using the changeset viewer.