Changeset 1487 for draft-ietf-httpbis/latest/p6-cache.xml
- Timestamp:
- Dec 5, 2011, 5:24:57 AM (8 years ago)
- Location:
- draft-ietf-httpbis/latest
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest
- Property svn:ignore
-
old new 1 *.abnf 2 *.abnf-appendix 3 *.cache-directives 4 *.diff 5 *.iana-status-codes 6 *.iana-warn-codes 1 7 *.redxml 8 *.xhtml 9 p1-messaging.iana-headers 10 p1-messaging.iana-headers.xml 11 p1-messaging.parsed-abnf 2 12 p1-messaging.txt 13 p2-semantics.iana-headers 14 p2-semantics.iana-headers.xml 15 p2-semantics.iana-methods 16 p2-semantics.iana-methods.xml 17 p2-semantics.iana-status-codes 18 p2-semantics.iana-status-codes.xml 19 p2-semantics.parsed-abnf 3 20 p2-semantics.txt 21 p3-payload.iana-headers 22 p3-payload.iana-headers.xml 23 p3-payload.parsed-abnf 4 24 p3-payload.txt 25 p4-conditional.iana-headers 26 p4-conditional.iana-headers.xml 27 p4-conditional.parsed-abnf 5 28 p4-conditional.txt 29 p5-range.iana-headers 30 p5-range.iana-headers.xml 31 p5-range.parsed-abnf 6 32 p5-range.txt 33 p6-cache.iana-headers 34 p6-cache.iana-headers.xml 35 p6-cache.parsed-abnf 7 36 p6-cache.txt 37 p7-auth.iana-headers 38 p7-auth.iana-headers.xml 39 p7-auth.parsed-abnf 8 40 p7-auth.txt 9 41 p8-cookies.txt 10 p2-semantics.iana-methods.xml11 p2-semantics.iana-status-codes.xml12 p1-messaging.iana-headers.xml13 p2-semantics.iana-headers.xml14 p3-payload.iana-headers.xml15 p4-conditional.iana-headers.xml16 p5-range.iana-headers.xml17 p6-cache.iana-headers.xml18 p7-auth.iana-headers.xml19 *.abnf20 p1-messaging.iana-headers21 p1-messaging.parsed-abnf22 p2-semantics.iana-headers23 p2-semantics.iana-methods24 p2-semantics.iana-status-codes25 p2-semantics.parsed-abnf26 p3-payload.iana-headers27 p3-payload.parsed-abnf28 p4-conditional.iana-headers29 p4-conditional.parsed-abnf30 p5-range.iana-headers31 p5-range.parsed-abnf32 p6-cache.iana-headers33 p6-cache.parsed-abnf34 p7-auth.iana-headers35 p7-auth.parsed-abnf36 *.abnf-appendix37 *.iana-status-codes38 *.cache-directives39 *.xhtml40 *.diff
-
- Property svn:ignore
-
draft-ietf-httpbis/latest/p6-cache.xml
r1485 r1487 1867 1867 recommended warn-text in English, and a description of its meaning. 1868 1868 </t> 1869 <t><?rfc needLines="4"?> 1870 110 Response is stale 1871 <list> 1872 <t>A cache &SHOULD; include this whenever the returned response is stale.</t> 1873 </list> 1874 </t> 1875 <t><?rfc needLines="4"?> 1876 111 Revalidation failed 1877 <list> 1878 <t>A cache &SHOULD; include this when returning a stale response because an 1879 attempt to validate the response failed, due to an inability to reach 1880 the server.</t> 1881 </list> 1882 </t> 1883 <t><?rfc needLines="4"?> 1884 112 Disconnected operation 1885 <list> 1886 <t>A cache &SHOULD; include this if it is intentionally disconnected from 1887 the rest of the network for a period of time.</t> 1888 </list> 1889 </t> 1890 <t><?rfc needLines="4"?> 1891 113 Heuristic expiration 1892 <list> 1893 <t>A cache &SHOULD; include this if it heuristically chose a freshness 1894 lifetime greater than 24 hours and the response's age is greater than 24 1895 hours.</t> 1896 </list> 1897 </t> 1898 <t><?rfc needLines="4"?> 1899 199 Miscellaneous warning 1900 <list> 1901 <t>The warning text can include arbitrary information to be presented to 1902 a human user, or logged. A system receiving this warning &MUST-NOT; take 1903 any automated action, besides presenting the warning to the user.</t> 1904 </list> 1905 </t> 1906 <t><?rfc needLines="4"?> 1907 214 Transformation applied 1908 <list> 1909 <t>&MUST; be added by a proxy if it applies any 1910 transformation to the representation, such as changing the 1911 content-coding, media-type, or modifying the representation data, unless 1912 this Warning code already appears in the response.</t> 1913 </list> 1914 </t> 1915 <t><?rfc needLines="4"?> 1916 299 Miscellaneous persistent warning 1917 <list> 1918 <t>The warning text can include arbitrary information to be presented to 1919 a human user, or logged. A system receiving this warning &MUST-NOT; take 1920 any automated action.</t> 1921 </list> 1922 </t> 1869 1870 <section title="110 Response is Stale" anchor="warn.110"> 1871 <iref primary="true" item="110 Response is Stale (warn code)" x:for-anchor=""/> 1872 <iref primary="true" item="Warn Codes" subitem="110 Response is Stale" x:for-anchor=""/> 1873 <t> 1874 A cache &SHOULD; include this whenever the returned response is stale. 1875 </t> 1876 </section> 1877 1878 <section title="111 Revalidation Failed" anchor="warn.111"> 1879 <iref primary="true" item="111 Revalidation Failed (warn code)" x:for-anchor=""/> 1880 <iref primary="true" item="Warn Codes" subitem="111 Revalidation Failed" x:for-anchor=""/> 1881 <t> 1882 A cache &SHOULD; include this when returning a stale response because an 1883 attempt to validate the response failed, due to an inability to reach 1884 the server. 1885 </t> 1886 </section> 1887 1888 <section title="112 Disconnected Operation" anchor="warn.112"> 1889 <iref primary="true" item="112 Disconnected Operation (warn code)" x:for-anchor=""/> 1890 <iref primary="true" item="Warn Codes" subitem="112 Disconnected Operation" x:for-anchor=""/> 1891 <t> 1892 A cache &SHOULD; include this if it is intentionally disconnected from 1893 the rest of the network for a period of time. 1894 </t> 1895 </section> 1896 1897 <section title="113 Heuristic Expiration" anchor="warn.113"> 1898 <iref primary="true" item="113 Heuristic Expiration (warn code)" x:for-anchor=""/> 1899 <iref primary="true" item="Warn Codes" subitem="113 Heuristic Expiration" x:for-anchor=""/> 1900 <t> 1901 A cache &SHOULD; include this if it heuristically chose a freshness 1902 lifetime greater than 24 hours and the response's age is greater than 24 1903 hours. 1904 </t> 1905 </section> 1906 1907 <section title="199 Miscellaneous Warning" anchor="warn.199"> 1908 <iref primary="true" item="199 Miscellaneous Warning (warn code)" x:for-anchor=""/> 1909 <iref primary="true" item="Warn Codes" subitem="199 Miscellaneous Warning" x:for-anchor=""/> 1910 <t> 1911 The warning text can include arbitrary information to be presented to 1912 a human user, or logged. A system receiving this warning &MUST-NOT; take 1913 any automated action, besides presenting the warning to the user. 1914 </t> 1915 </section> 1916 1917 <section title="214 Transformation Applied" anchor="warn.214"> 1918 <iref primary="true" item="214 Transformation Applied (warn code)" x:for-anchor=""/> 1919 <iref primary="true" item="Warn Codes" subitem="214 Transformation Applied" x:for-anchor=""/> 1920 <t> 1921 &MUST; be added by a proxy if it applies any transformation to the 1922 representation, such as changing the content-coding, media-type, or 1923 modifying the representation data, unless this Warning code already appears 1924 in the response. 1925 </t> 1926 </section> 1927 1928 <section title="299 Miscellaneous Persistent Warning" anchor="warn.299"> 1929 <iref primary="true" item="299 Miscellaneous Persistent Warning (warn code)" x:for-anchor=""/> 1930 <iref primary="true" item="Warn Codes" subitem="299 Miscellaneous Persistent Warning" x:for-anchor=""/> 1931 <t> 1932 The warning text can include arbitrary information to be presented to 1933 a human user, or logged. A system receiving this warning &MUST-NOT; take 1934 any automated action. 1935 </t> 1936 </section> 1937 1923 1938 <section title="Warn Code Extensions" anchor="warn.code.extensions"> 1924 1939 <t> … … 2056 2071 populated with the registrations below: 2057 2072 </t> 2058 2059 <texttable align="left" suppress-title="true"> 2073 <?BEGININC p6-cache.iana-warn-codes ?> 2074 <!--AUTOGENERATED FROM extract-warn-code-defs.xslt, do not edit manually--> 2075 <texttable align="left" suppress-title="true" anchor="iana.warn.code.registration.table"> 2060 2076 <ttcol>Warn Code</ttcol> 2061 2077 <ttcol>Short Description</ttcol> 2062 2078 <ttcol>Reference</ttcol> 2063 2064 2079 <c>110</c> 2065 <c>Response is stale</c> 2066 <c><xref target="header.warning"/></c> 2067 2080 <c>Response is Stale</c> 2081 <c> 2082 <xref target="warn.110"/> 2083 </c> 2068 2084 <c>111</c> 2069 <c>Revalidation failed</c> 2070 <c><xref target="header.warning"/></c> 2071 2085 <c>Revalidation Failed</c> 2086 <c> 2087 <xref target="warn.111"/> 2088 </c> 2072 2089 <c>112</c> 2073 <c>Disconnected operation</c> 2074 <c><xref target="header.warning"/></c> 2075 2090 <c>Disconnected Operation</c> 2091 <c> 2092 <xref target="warn.112"/> 2093 </c> 2076 2094 <c>113</c> 2077 <c>Heuristic expiration</c> 2078 <c><xref target="header.warning"/></c> 2079 2095 <c>Heuristic Expiration</c> 2096 <c> 2097 <xref target="warn.113"/> 2098 </c> 2080 2099 <c>199</c> 2081 <c>Miscellaneous warning</c> 2082 <c><xref target="header.warning"/></c> 2083 2100 <c>Miscellaneous Warning</c> 2101 <c> 2102 <xref target="warn.199"/> 2103 </c> 2084 2104 <c>214</c> 2085 <c>Transformation applied</c> 2086 <c><xref target="header.warning"/></c> 2087 2105 <c>Transformation Applied</c> 2106 <c> 2107 <xref target="warn.214"/> 2108 </c> 2088 2109 <c>299</c> 2089 <c>Miscellaneous persistent warning</c> 2090 <c><xref target="header.warning"/></c> 2110 <c>Miscellaneous Persistent Warning</c> 2111 <c> 2112 <xref target="warn.299"/> 2113 </c> 2091 2114 </texttable> 2115 <!--(END)--> 2116 <?ENDINC p6-cache.iana-warn-codes ?> 2092 2117 </section> 2093 2118 </section>
Note: See TracChangeset
for help on using the changeset viewer.