You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@labs.apache.org by fi...@apache.org on 2007/10/09 02:36:40 UTC

svn commit: r583021 - /labs/webarch/trunk/http/draft-fielding-http/p8-cookies.xml

Author: fielding
Date: Mon Oct  8 17:36:39 2007
New Revision: 583021

URL: http://svn.apache.org/viewvc?rev=583021&view=rev
Log:
It is time for cookies to become part of the main HTTP spec.


Modified:
    labs/webarch/trunk/http/draft-fielding-http/p8-cookies.xml

Modified: labs/webarch/trunk/http/draft-fielding-http/p8-cookies.xml
URL: http://svn.apache.org/viewvc/labs/webarch/trunk/http/draft-fielding-http/p8-cookies.xml?rev=583021&r1=583020&r2=583021&view=diff
==============================================================================
--- labs/webarch/trunk/http/draft-fielding-http/p8-cookies.xml (original)
+++ labs/webarch/trunk/http/draft-fielding-http/p8-cookies.xml Mon Oct  8 17:36:39 2007
@@ -1,8 +1,5 @@
+<?xml version="1.0" encoding="utf-8"?>
 <?xml-stylesheet type='text/xsl' href='rfc2629.xslt' ?>
-<?rfc toc="yes" ?>
-<?rfc symrefs="yes" ?>
-<?rfc-ext include-references-in-index="yes" ?>
-
 <!DOCTYPE rfc [
   <!ENTITY MAY "<bcp14 xmlns='http://purl.org/net/xml2rfc/ext'>MAY</bcp14>">
   <!ENTITY MUST "<bcp14 xmlns='http://purl.org/net/xml2rfc/ext'>MUST</bcp14>">
@@ -14,8 +11,19 @@
   <!ENTITY SHALL-NOT "<bcp14 xmlns='http://purl.org/net/xml2rfc/ext'>SHALL NOT</bcp14>">
   <!ENTITY SHOULD "<bcp14 xmlns='http://purl.org/net/xml2rfc/ext'>SHOULD</bcp14>">
   <!ENTITY SHOULD-NOT "<bcp14 xmlns='http://purl.org/net/xml2rfc/ext'>SHOULD NOT</bcp14>">
+  <!ENTITY shared-and-non-shared-caches "[Part 6]">
 ]>
-<rfc number="2965" obsoletes="2109" category="std" xmlns:x="http://purl.org/net/xml2rfc/ext">
+<?rfc toc="yes" ?>
+<?rfc symrefs="yes" ?>
+<?rfc compact="yes"?>
+<?rfc subcompact="no" ?>
+<?rfc linkmailto="no" ?>
+<?rfc editing="no" ?>
+<?rfc-ext allow-markup-in-artwork="yes" ?>
+<?rfc-ext include-references-in-index="yes" ?>
+<rfc obsoletes="2109, 2965" category="std"
+     ipr="full3667" docName="draft-fielding-http-p8-cookies-00"
+     xmlns:x='http://purl.org/net/xml2rfc/ext' xmlns:ed="http://greenbytes.de/2002/rfcedit">
 
 <front>
   <title>HTTP State Management Mechanism</title>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@labs.apache.org
For additional commands, e-mail: commits-help@labs.apache.org