Changeset 36 for draft-ietf-httpbis/latest/p2-semantics.xml
- Timestamp:
- 14/12/07 04:57:24 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p2-semantics.xml
r35 r36 193 193 </t> 194 194 </abstract> 195 196 <note title="Editorial Note (To be removed by RFC Editor)"> 197 <t> 198 This version of the HTTP specification contains only minimal editorial 199 changes from <xref target="RFC2616"/> (abstract, introductory paragraph, 200 and authors' addresses). All other changes are due to partitioning the 201 original into seven mostly independent parts. The intent is for readers 202 of future drafts to able to use draft 00 as the basis for comparison 203 when the WG makes later changes to the specification text. This draft 204 will shortly be followed by draft 01 (containing the first round of changes 205 that have already been agreed to on the mailing list). There is no point in 206 reviewing this draft other than to verify that the partitioning has been 207 done correctly. Roy T. Fielding, Yves Lafon, and Julian Reschke 208 will be the editors after draft 00 is submitted. 209 </t> 210 <t> 211 Discussion of this draft should take place on the HTTPBIS working group 212 mailing list (ietf-http-wg@w3.org). The current issues list is 213 at <eref target="http://www.w3.org/Protocols/HTTP/1.1/rfc2616bis/issues/"/> 214 and related documents (including fancy diffs) can be found at 215 <eref target="http://www3.tools.ietf.org/wg/httpbis/"/>. 216 </t> 217 </note> 195 218 </front> 196 219 <middle> … … 2079 2102 2080 2103 <reference anchor="Part1"> 2081 <front> 2082 <title abbrev="HTTP/1.1">HTTP/1.1, part 1: URIs, Connections, and Message Parsing</title> 2083 2084 <author initials="R." surname="Fielding" fullname="Roy T. Fielding" role="editor"> 2085 <organization abbrev="Day Software">Day Software</organization> 2086 <address> 2087 <email>fielding@gbiv.com</email> 2088 </address> 2089 </author> 2090 2091 <author initials="J." surname="Gettys" fullname="Jim Gettys"> 2092 <organization>One Laptop per Child</organization> 2093 <address> 2094 <email>jg@laptop.org</email> 2095 </address> 2096 </author> 2097 2098 <author initials="J." surname="Mogul" fullname="Jeffrey C. Mogul"> 2099 <organization abbrev="HP">Hewlett-Packard Company</organization> 2100 <address> 2101 <email>JeffMogul@acm.org</email> 2102 </address> 2103 </author> 2104 2105 <author initials="H." surname="Frystyk" fullname="Henrik Frystyk Nielsen"> 2106 <organization abbrev="Microsoft">Microsoft Corporation</organization> 2107 <address> 2108 <email>henrikn@microsoft.com</email> 2109 </address> 2110 </author> 2111 2112 <author initials="L." surname="Masinter" fullname="Larry Masinter"> 2113 <organization abbrev="Adobe Systems">Adobe Systems, Incorporated</organization> 2114 <address> 2115 <email>LMM@acm.org</email> 2116 </address> 2117 </author> 2118 2119 <author initials="P." surname="Leach" fullname="Paul J. Leach"> 2120 <organization abbrev="Microsoft">Microsoft Corporation</organization> 2121 <address> 2122 <email>paulle@microsoft.com</email> 2123 </address> 2124 </author> 2125 2126 <author initials="T." surname="Berners-Lee" fullname="Tim Berners-Lee"> 2127 <organization abbrev="W3C/MIT">World Wide Web Consortium</organization> 2128 <address> 2129 <email>timbl@w3.org</email> 2130 </address> 2131 </author> 2132 2133 <date month="&ID-MONTH;" year="&ID-YEAR;"/> 2134 </front> 2135 <seriesInfo name="Internet-Draft" value="draft-fielding-p1-messaging-&ID-VERSION;"/> 2136 <x:source href="p1-messaging.xml" basename="p1-messaging"/> 2104 <front> 2105 <title abbrev="HTTP/1.1">HTTP/1.1, part 1: URIs, Connections, and Message Parsing</title> 2106 <author initials="R." surname="Fielding" fullname="Roy T. Fielding" role="editor"> 2107 <organization abbrev="Day Software">Day Software</organization> 2108 <address><email>fielding@gbiv.com</email></address> 2109 </author> 2110 <author initials="J." surname="Gettys" fullname="Jim Gettys"> 2111 <organization>One Laptop per Child</organization> 2112 <address><email>jg@laptop.org</email></address> 2113 </author> 2114 <author initials="J." surname="Mogul" fullname="Jeffrey C. Mogul"> 2115 <organization abbrev="HP">Hewlett-Packard Company</organization> 2116 <address><email>JeffMogul@acm.org</email></address> 2117 </author> 2118 <author initials="H." surname="Frystyk" fullname="Henrik Frystyk Nielsen"> 2119 <organization abbrev="Microsoft">Microsoft Corporation</organization> 2120 <address><email>henrikn@microsoft.com</email></address> 2121 </author> 2122 <author initials="L." surname="Masinter" fullname="Larry Masinter"> 2123 <organization abbrev="Adobe Systems">Adobe Systems, Incorporated</organization> 2124 <address><email>LMM@acm.org</email></address> 2125 </author> 2126 <author initials="P." surname="Leach" fullname="Paul J. Leach"> 2127 <organization abbrev="Microsoft">Microsoft Corporation</organization> 2128 <address><email>paulle@microsoft.com</email></address> 2129 </author> 2130 <author initials="T." surname="Berners-Lee" fullname="Tim Berners-Lee"> 2131 <organization abbrev="W3C/MIT">World Wide Web Consortium</organization> 2132 <address><email>timbl@w3.org</email></address> 2133 </author> 2134 <date month="&ID-MONTH;" year="&ID-YEAR;"/> 2135 </front> 2136 <seriesInfo name="Internet-Draft" value="draft-fielding-p1-messaging-&ID-VERSION;"/> 2137 <x:source href="p1-messaging.xml" basename="p1-messaging"/> 2137 2138 </reference> 2138 2139 2139 2140 <reference anchor="Part3"> 2140 <front> 2141 <title abbrev="HTTP/1.1">HTTP/1.1, part 3: Message Payload and Content Negotiation</title> 2142 2143 <author initials="R." surname="Fielding" fullname="Roy T. Fielding" role="editor"> 2144 <organization abbrev="Day Software">Day Software</organization> 2145 <address> 2146 <email>fielding@gbiv.com</email> 2147 </address> 2148 </author> 2149 2150 <author initials="J." surname="Gettys" fullname="Jim Gettys"> 2151 <organization>One Laptop per Child</organization> 2152 <address> 2153 <email>jg@laptop.org</email> 2154 </address> 2155 </author> 2156 2157 <author initials="J." surname="Mogul" fullname="Jeffrey C. Mogul"> 2158 <organization abbrev="HP">Hewlett-Packard Company</organization> 2159 <address> 2160 <email>JeffMogul@acm.org</email> 2161 </address> 2162 </author> 2163 2164 <author initials="H." surname="Frystyk" fullname="Henrik Frystyk Nielsen"> 2165 <organization abbrev="Microsoft">Microsoft Corporation</organization> 2166 <address> 2167 <email>henrikn@microsoft.com</email> 2168 </address> 2169 </author> 2170 2171 <author initials="L." surname="Masinter" fullname="Larry Masinter"> 2172 <organization abbrev="Adobe Systems">Adobe Systems, Incorporated</organization> 2173 <address> 2174 <email>LMM@acm.org</email> 2175 </address> 2176 </author> 2177 2178 <author initials="P." surname="Leach" fullname="Paul J. Leach"> 2179 <organization abbrev="Microsoft">Microsoft Corporation</organization> 2180 <address> 2181 <email>paulle@microsoft.com</email> 2182 </address> 2183 </author> 2184 2185 <author initials="T." surname="Berners-Lee" fullname="Tim Berners-Lee"> 2186 <organization abbrev="W3C/MIT">World Wide Web Consortium</organization> 2187 <address> 2188 <email>timbl@w3.org</email> 2189 </address> 2190 </author> 2191 2192 <date month="&ID-MONTH;" year="&ID-YEAR;"/> 2193 </front> 2194 <seriesInfo name="Internet-Draft" value="draft-fielding-p3-payload-&ID-VERSION;"/> 2195 <x:source href="p3-payload.xml" basename="p3-payload"/> 2141 <front> 2142 <title abbrev="HTTP/1.1">HTTP/1.1, part 3: Message Payload and Content Negotiation</title> 2143 <author initials="R." surname="Fielding" fullname="Roy T. Fielding" role="editor"> 2144 <organization abbrev="Day Software">Day Software</organization> 2145 <address><email>fielding@gbiv.com</email></address> 2146 </author> 2147 <author initials="J." surname="Gettys" fullname="Jim Gettys"> 2148 <organization>One Laptop per Child</organization> 2149 <address><email>jg@laptop.org</email></address> 2150 </author> 2151 <author initials="J." surname="Mogul" fullname="Jeffrey C. Mogul"> 2152 <organization abbrev="HP">Hewlett-Packard Company</organization> 2153 <address><email>JeffMogul@acm.org</email></address> 2154 </author> 2155 <author initials="H." surname="Frystyk" fullname="Henrik Frystyk Nielsen"> 2156 <organization abbrev="Microsoft">Microsoft Corporation</organization> 2157 <address><email>henrikn@microsoft.com</email></address> 2158 </author> 2159 <author initials="L." surname="Masinter" fullname="Larry Masinter"> 2160 <organization abbrev="Adobe Systems">Adobe Systems, Incorporated</organization> 2161 <address><email>LMM@acm.org</email></address> 2162 </author> 2163 <author initials="P." surname="Leach" fullname="Paul J. Leach"> 2164 <organization abbrev="Microsoft">Microsoft Corporation</organization> 2165 <address><email>paulle@microsoft.com</email></address> 2166 </author> 2167 <author initials="T." surname="Berners-Lee" fullname="Tim Berners-Lee"> 2168 <organization abbrev="W3C/MIT">World Wide Web Consortium</organization> 2169 <address><email>timbl@w3.org</email></address> 2170 </author> 2171 <date month="&ID-MONTH;" year="&ID-YEAR;"/> 2172 </front> 2173 <seriesInfo name="Internet-Draft" value="draft-fielding-p3-payload-&ID-VERSION;"/> 2174 <x:source href="p3-payload.xml" basename="p3-payload"/> 2196 2175 </reference> 2197 2176 2198 2177 <reference anchor="Part4"> 2199 <front> 2200 <title abbrev="HTTP/1.1">HTTP/1.1, part 4: Conditional Requests</title> 2201 2202 <author initials="R." surname="Fielding" fullname="Roy T. Fielding" role="editor"> 2203 <organization abbrev="Day Software">Day Software</organization> 2204 <address> 2205 <email>fielding@gbiv.com</email> 2206 </address> 2207 </author> 2208 2209 <author initials="J." surname="Gettys" fullname="Jim Gettys"> 2210 <organization>One Laptop per Child</organization> 2211 <address> 2212 <email>jg@laptop.org</email> 2213 </address> 2214 </author> 2215 2216 <author initials="J." surname="Mogul" fullname="Jeffrey C. Mogul"> 2217 <organization abbrev="HP">Hewlett-Packard Company</organization> 2218 <address> 2219 <email>JeffMogul@acm.org</email> 2220 </address> 2221 </author> 2222 2223 <author initials="H." surname="Frystyk" fullname="Henrik Frystyk Nielsen"> 2224 <organization abbrev="Microsoft">Microsoft Corporation</organization> 2225 <address> 2226 <email>henrikn@microsoft.com</email> 2227 </address> 2228 </author> 2229 2230 <author initials="L." surname="Masinter" fullname="Larry Masinter"> 2231 <organization abbrev="Adobe Systems">Adobe Systems, Incorporated</organization> 2232 <address> 2233 <email>LMM@acm.org</email> 2234 </address> 2235 </author> 2236 2237 <author initials="P." surname="Leach" fullname="Paul J. Leach"> 2238 <organization abbrev="Microsoft">Microsoft Corporation</organization> 2239 <address> 2240 <email>paulle@microsoft.com</email> 2241 </address> 2242 </author> 2243 2244 <author initials="T." surname="Berners-Lee" fullname="Tim Berners-Lee"> 2245 <organization abbrev="W3C/MIT">World Wide Web Consortium</organization> 2246 <address> 2247 <email>timbl@w3.org</email> 2248 </address> 2249 </author> 2250 2251 <date month="&ID-MONTH;" year="&ID-YEAR;"/> 2252 </front> 2253 <seriesInfo name="Internet-Draft" value="draft-fielding-p4-conditional-&ID-VERSION;"/> 2254 <x:source href="p4-conditional.xml" basename="p4-conditional"/> 2178 <front> 2179 <title abbrev="HTTP/1.1">HTTP/1.1, part 4: Conditional Requests</title> 2180 <author initials="R." surname="Fielding" fullname="Roy T. Fielding" role="editor"> 2181 <organization abbrev="Day Software">Day Software</organization> 2182 <address><email>fielding@gbiv.com</email></address> 2183 </author> 2184 <author initials="J." surname="Gettys" fullname="Jim Gettys"> 2185 <organization>One Laptop per Child</organization> 2186 <address><email>jg@laptop.org</email></address> 2187 </author> 2188 <author initials="J." surname="Mogul" fullname="Jeffrey C. Mogul"> 2189 <organization abbrev="HP">Hewlett-Packard Company</organization> 2190 <address><email>JeffMogul@acm.org</email></address> 2191 </author> 2192 <author initials="H." surname="Frystyk" fullname="Henrik Frystyk Nielsen"> 2193 <organization abbrev="Microsoft">Microsoft Corporation</organization> 2194 <address><email>henrikn@microsoft.com</email></address> 2195 </author> 2196 <author initials="L." surname="Masinter" fullname="Larry Masinter"> 2197 <organization abbrev="Adobe Systems">Adobe Systems, Incorporated</organization> 2198 <address><email>LMM@acm.org</email></address> 2199 </author> 2200 <author initials="P." surname="Leach" fullname="Paul J. Leach"> 2201 <organization abbrev="Microsoft">Microsoft Corporation</organization> 2202 <address><email>paulle@microsoft.com</email></address> 2203 </author> 2204 <author initials="T." surname="Berners-Lee" fullname="Tim Berners-Lee"> 2205 <organization abbrev="W3C/MIT">World Wide Web Consortium</organization> 2206 <address><email>timbl@w3.org</email></address> 2207 </author> 2208 <date month="&ID-MONTH;" year="&ID-YEAR;"/> 2209 </front> 2210 <seriesInfo name="Internet-Draft" value="draft-fielding-p4-conditional-&ID-VERSION;"/> 2211 <x:source href="p4-conditional.xml" basename="p4-conditional"/> 2255 2212 </reference> 2256 2213 2257 2214 <reference anchor="Part5"> 2258 <front> 2259 <title abbrev="HTTP/1.1">HTTP/1.1, part 5: Range Requests and Partial Responses</title> 2260 2261 <author initials="R." surname="Fielding" fullname="Roy T. Fielding" role="editor"> 2262 <organization abbrev="Day Software">Day Software</organization> 2263 <address> 2264 <email>fielding@gbiv.com</email> 2265 </address> 2266 </author> 2267 2268 <author initials="J." surname="Gettys" fullname="Jim Gettys"> 2269 <organization>One Laptop per Child</organization> 2270 <address> 2271 <email>jg@laptop.org</email> 2272 </address> 2273 </author> 2274 2275 <author initials="J." surname="Mogul" fullname="Jeffrey C. Mogul"> 2276 <organization abbrev="HP">Hewlett-Packard Company</organization> 2277 <address> 2278 <email>JeffMogul@acm.org</email> 2279 </address> 2280 </author> 2281 2282 <author initials="H." surname="Frystyk" fullname="Henrik Frystyk Nielsen"> 2283 <organization abbrev="Microsoft">Microsoft Corporation</organization> 2284 <address> 2285 <email>henrikn@microsoft.com</email> 2286 </address> 2287 </author> 2288 2289 <author initials="L." surname="Masinter" fullname="Larry Masinter"> 2290 <organization abbrev="Adobe Systems">Adobe Systems, Incorporated</organization> 2291 <address> 2292 <email>LMM@acm.org</email> 2293 </address> 2294 </author> 2295 2296 <author initials="P." surname="Leach" fullname="Paul J. Leach"> 2297 <organization abbrev="Microsoft">Microsoft Corporation</organization> 2298 <address> 2299 <email>paulle@microsoft.com</email> 2300 </address> 2301 </author> 2302 2303 <author initials="T." surname="Berners-Lee" fullname="Tim Berners-Lee"> 2304 <organization abbrev="W3C/MIT">World Wide Web Consortium</organization> 2305 <address> 2306 <email>timbl@w3.org</email> 2307 </address> 2308 </author> 2309 2310 <date month="&ID-MONTH;" year="&ID-YEAR;"/> 2311 </front> 2312 <seriesInfo name="Internet-Draft" value="draft-fielding-p5-range-&ID-VERSION;"/> 2313 <x:source href="p5-range.xml" basename="p5-range"/> 2215 <front> 2216 <title abbrev="HTTP/1.1">HTTP/1.1, part 5: Range Requests and Partial Responses</title> 2217 <author initials="R." surname="Fielding" fullname="Roy T. Fielding" role="editor"> 2218 <organization abbrev="Day Software">Day Software</organization> 2219 <address><email>fielding@gbiv.com</email></address> 2220 </author> 2221 <author initials="J." surname="Gettys" fullname="Jim Gettys"> 2222 <organization>One Laptop per Child</organization> 2223 <address><email>jg@laptop.org</email></address> 2224 </author> 2225 <author initials="J." surname="Mogul" fullname="Jeffrey C. Mogul"> 2226 <organization abbrev="HP">Hewlett-Packard Company</organization> 2227 <address><email>JeffMogul@acm.org</email></address> 2228 </author> 2229 <author initials="H." surname="Frystyk" fullname="Henrik Frystyk Nielsen"> 2230 <organization abbrev="Microsoft">Microsoft Corporation</organization> 2231 <address><email>henrikn@microsoft.com</email></address> 2232 </author> 2233 <author initials="L." surname="Masinter" fullname="Larry Masinter"> 2234 <organization abbrev="Adobe Systems">Adobe Systems, Incorporated</organization> 2235 <address><email>LMM@acm.org</email></address> 2236 </author> 2237 <author initials="P." surname="Leach" fullname="Paul J. Leach"> 2238 <organization abbrev="Microsoft">Microsoft Corporation</organization> 2239 <address><email>paulle@microsoft.com</email></address> 2240 </author> 2241 <author initials="T." surname="Berners-Lee" fullname="Tim Berners-Lee"> 2242 <organization abbrev="W3C/MIT">World Wide Web Consortium</organization> 2243 <address><email>timbl@w3.org</email></address> 2244 </author> 2245 <date month="&ID-MONTH;" year="&ID-YEAR;"/> 2246 </front> 2247 <seriesInfo name="Internet-Draft" value="draft-fielding-p5-range-&ID-VERSION;"/> 2248 <x:source href="p5-range.xml" basename="p5-range"/> 2314 2249 </reference> 2315 2250 2316 2251 <reference anchor="Part6"> 2317 <front> 2318 <title abbrev="HTTP/1.1">HTTP/1.1, part 6: Caching</title> 2319 2320 <author initials="R." surname="Fielding" fullname="Roy T. Fielding" role="editor"> 2321 <organization abbrev="Day Software">Day Software</organization> 2322 <address> 2323 <email>fielding@gbiv.com</email> 2324 </address> 2325 </author> 2326 2327 <author initials="J." surname="Gettys" fullname="Jim Gettys"> 2328 <organization>One Laptop per Child</organization> 2329 <address> 2330 <email>jg@laptop.org</email> 2331 </address> 2332 </author> 2333 2334 <author initials="J." surname="Mogul" fullname="Jeffrey C. Mogul"> 2335 <organization abbrev="HP">Hewlett-Packard Company</organization> 2336 <address> 2337 <email>JeffMogul@acm.org</email> 2338 </address> 2339 </author> 2340 2341 <author initials="H." surname="Frystyk" fullname="Henrik Frystyk Nielsen"> 2342 <organization abbrev="Microsoft">Microsoft Corporation</organization> 2343 <address> 2344 <email>henrikn@microsoft.com</email> 2345 </address> 2346 </author> 2347 2348 <author initials="L." surname="Masinter" fullname="Larry Masinter"> 2349 <organization abbrev="Adobe Systems">Adobe Systems, Incorporated</organization> 2350 <address> 2351 <email>LMM@acm.org</email> 2352 </address> 2353 </author> 2354 2355 <author initials="P." surname="Leach" fullname="Paul J. Leach"> 2356 <organization abbrev="Microsoft">Microsoft Corporation</organization> 2357 <address> 2358 <email>paulle@microsoft.com</email> 2359 </address> 2360 </author> 2361 2362 <author initials="T." surname="Berners-Lee" fullname="Tim Berners-Lee"> 2363 <organization abbrev="W3C/MIT">World Wide Web Consortium</organization> 2364 <address> 2365 <email>timbl@w3.org</email> 2366 </address> 2367 </author> 2368 2369 <date month="&ID-MONTH;" year="&ID-YEAR;"/> 2370 </front> 2371 <seriesInfo name="Internet-Draft" value="draft-fielding-p6-cache-&ID-VERSION;"/> 2372 <x:source href="p6-cache.xml" basename="p6-cache"/> 2252 <front> 2253 <title abbrev="HTTP/1.1">HTTP/1.1, part 6: Caching</title> 2254 <author initials="R." surname="Fielding" fullname="Roy T. Fielding" role="editor"> 2255 <organization abbrev="Day Software">Day Software</organization> 2256 <address><email>fielding@gbiv.com</email></address> 2257 </author> 2258 <author initials="J." surname="Gettys" fullname="Jim Gettys"> 2259 <organization>One Laptop per Child</organization> 2260 <address><email>jg@laptop.org</email></address> 2261 </author> 2262 <author initials="J." surname="Mogul" fullname="Jeffrey C. Mogul"> 2263 <organization abbrev="HP">Hewlett-Packard Company</organization> 2264 <address><email>JeffMogul@acm.org</email></address> 2265 </author> 2266 <author initials="H." surname="Frystyk" fullname="Henrik Frystyk Nielsen"> 2267 <organization abbrev="Microsoft">Microsoft Corporation</organization> 2268 <address><email>henrikn@microsoft.com</email></address> 2269 </author> 2270 <author initials="L." surname="Masinter" fullname="Larry Masinter"> 2271 <organization abbrev="Adobe Systems">Adobe Systems, Incorporated</organization> 2272 <address><email>LMM@acm.org</email></address> 2273 </author> 2274 <author initials="P." surname="Leach" fullname="Paul J. Leach"> 2275 <organization abbrev="Microsoft">Microsoft Corporation</organization> 2276 <address><email>paulle@microsoft.com</email></address> 2277 </author> 2278 <author initials="T." surname="Berners-Lee" fullname="Tim Berners-Lee"> 2279 <organization abbrev="W3C/MIT">World Wide Web Consortium</organization> 2280 <address><email>timbl@w3.org</email></address> 2281 </author> 2282 <date month="&ID-MONTH;" year="&ID-YEAR;"/> 2283 </front> 2284 <seriesInfo name="Internet-Draft" value="draft-fielding-p6-cache-&ID-VERSION;"/> 2285 <x:source href="p6-cache.xml" basename="p6-cache"/> 2373 2286 </reference> 2374 2287 2375 2288 <reference anchor="Part7"> 2376 <front> 2377 <title abbrev="HTTP/1.1">HTTP/1.1, part 7: Authentication</title> 2378 2379 <author initials="R." surname="Fielding" fullname="Roy T. Fielding" role="editor"> 2380 <organization abbrev="Day Software">Day Software</organization> 2381 <address> 2382 <email>fielding@gbiv.com</email> 2383 </address> 2384 </author> 2385 2386 <author initials="J." surname="Gettys" fullname="Jim Gettys"> 2387 <organization>One Laptop per Child</organization> 2388 <address> 2389 <email>jg@laptop.org</email> 2390 </address> 2391 </author> 2392 2393 <author initials="J." surname="Mogul" fullname="Jeffrey C. Mogul"> 2394 <organization abbrev="HP">Hewlett-Packard Company</organization> 2395 <address> 2396 <email>JeffMogul@acm.org</email> 2397 </address> 2398 </author> 2399 2400 <author initials="H." surname="Frystyk" fullname="Henrik Frystyk Nielsen"> 2401 <organization abbrev="Microsoft">Microsoft Corporation</organization> 2402 <address> 2403 <email>henrikn@microsoft.com</email> 2404 </address> 2405 </author> 2406 2407 <author initials="L." surname="Masinter" fullname="Larry Masinter"> 2408 <organization abbrev="Adobe Systems">Adobe Systems, Incorporated</organization> 2409 <address> 2410 <email>LMM@acm.org</email> 2411 </address> 2412 </author> 2413 2414 <author initials="P." surname="Leach" fullname="Paul J. Leach"> 2415 <organization abbrev="Microsoft">Microsoft Corporation</organization> 2416 <address> 2417 <email>paulle@microsoft.com</email> 2418 </address> 2419 </author> 2420 2421 <author initials="T." surname="Berners-Lee" fullname="Tim Berners-Lee"> 2422 <organization abbrev="W3C/MIT">World Wide Web Consortium</organization> 2423 <address> 2424 <email>timbl@w3.org</email> 2425 </address> 2426 </author> 2427 2428 <date month="&ID-MONTH;" year="&ID-YEAR;"/> 2429 </front> 2430 <seriesInfo name="Internet-Draft" value="draft-fielding-p7-auth-&ID-VERSION;"/> 2431 <x:source href="p7-auth.xml" basename="p7-auth"/> 2289 <front> 2290 <title abbrev="HTTP/1.1">HTTP/1.1, part 7: Authentication</title> 2291 <author initials="R." surname="Fielding" fullname="Roy T. Fielding" role="editor"> 2292 <organization abbrev="Day Software">Day Software</organization> 2293 <address><email>fielding@gbiv.com</email></address> 2294 </author> 2295 <author initials="J." surname="Gettys" fullname="Jim Gettys"> 2296 <organization>One Laptop per Child</organization> 2297 <address><email>jg@laptop.org</email></address> 2298 </author> 2299 <author initials="J." surname="Mogul" fullname="Jeffrey C. Mogul"> 2300 <organization abbrev="HP">Hewlett-Packard Company</organization> 2301 <address><email>JeffMogul@acm.org</email></address> 2302 </author> 2303 <author initials="H." surname="Frystyk" fullname="Henrik Frystyk Nielsen"> 2304 <organization abbrev="Microsoft">Microsoft Corporation</organization> 2305 <address><email>henrikn@microsoft.com</email></address> 2306 </author> 2307 <author initials="L." surname="Masinter" fullname="Larry Masinter"> 2308 <organization abbrev="Adobe Systems">Adobe Systems, Incorporated</organization> 2309 <address><email>LMM@acm.org</email></address> 2310 </author> 2311 <author initials="P." surname="Leach" fullname="Paul J. Leach"> 2312 <organization abbrev="Microsoft">Microsoft Corporation</organization> 2313 <address><email>paulle@microsoft.com</email></address> 2314 </author> 2315 <author initials="T." surname="Berners-Lee" fullname="Tim Berners-Lee"> 2316 <organization abbrev="W3C/MIT">World Wide Web Consortium</organization> 2317 <address><email>timbl@w3.org</email></address> 2318 </author> 2319 <date month="&ID-MONTH;" year="&ID-YEAR;"/> 2320 </front> 2321 <seriesInfo name="Internet-Draft" value="draft-fielding-p7-auth-&ID-VERSION;"/> 2322 <x:source href="p7-auth.xml" basename="p7-auth"/> 2323 </reference> 2324 2325 <reference anchor="RFC2616"> 2326 <front> 2327 <title>Hypertext Transfer Protocol -- HTTP/1.1</title> 2328 <author initials="R." surname="Fielding" fullname="R. Fielding"> 2329 <organization>University of California, Irvine</organization> 2330 <address><email>fielding@ics.uci.edu</email></address> 2331 </author> 2332 <author initials="J." surname="Gettys" fullname="J. Gettys"> 2333 <organization>W3C</organization> 2334 <address><email>jg@w3.org</email></address> 2335 </author> 2336 <author initials="J." surname="Mogul" fullname="J. Mogul"> 2337 <organization>Compaq Computer Corporation</organization> 2338 <address><email>mogul@wrl.dec.com</email></address> 2339 </author> 2340 <author initials="H." surname="Frystyk" fullname="H. Frystyk"> 2341 <organization>MIT Laboratory for Computer Science</organization> 2342 <address><email>frystyk@w3.org</email></address> 2343 </author> 2344 <author initials="L." surname="Masinter" fullname="L. Masinter"> 2345 <organization>Xerox Corporation</organization> 2346 <address><email>masinter@parc.xerox.com</email></address> 2347 </author> 2348 <author initials="P." surname="Leach" fullname="P. Leach"> 2349 <organization>Microsoft Corporation</organization> 2350 <address><email>paulle@microsoft.com</email></address> 2351 </author> 2352 <author initials="T." surname="Berners-Lee" fullname="T. Berners-Lee"> 2353 <organization>W3C</organization> 2354 <address><email>timbl@w3.org</email></address> 2355 </author> 2356 <date month="June" year="1999"/> 2357 </front> 2358 <seriesInfo name="RFC" value="2616"/> 2432 2359 </reference> 2433 2360
Note: See TracChangeset
for help on using the changeset viewer.