diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-01-07 03:45:53 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-01-07 03:45:53 +0000 |
commit | 10308be19ef7fa44699562cc75946e7ea1fdf6b9 (patch) | |
tree | 4bc444c00a79e88105f2cfce5b6209994c413ca0 /kioslave/http/kcookiejar/netscape_cookie_spec.html | |
parent | 307136d8eef0ba133b78ceee8e901138d4c996a1 (diff) | |
download | tdelibs-10308be19ef7fa44699562cc75946e7ea1fdf6b9.tar.gz tdelibs-10308be19ef7fa44699562cc75946e7ea1fdf6b9.zip |
Revert automated changes
Sorry guys, they are just not ready for prime time
Work will continue as always
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1212479 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kioslave/http/kcookiejar/netscape_cookie_spec.html')
-rw-r--r-- | kioslave/http/kcookiejar/netscape_cookie_spec.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kioslave/http/kcookiejar/netscape_cookie_spec.html b/kioslave/http/kcookiejar/netscape_cookie_spec.html index afd1f1565..eb190f2e3 100644 --- a/kioslave/http/kcookiejar/netscape_cookie_spec.html +++ b/kioslave/http/kcookiejar/netscape_cookie_spec.html @@ -151,7 +151,7 @@ the URL request. The path "/foo" would match "/foobar" and "/foo/bar.html". The path "/" is the most general path. <P> If the <B>path</B> is not specified, it as assumed to be the same path -as the document being described by the header which tqcontains the cookie. +as the document being described by the header which contains the cookie. <P> <DT> <B>secure</B> <DD> @@ -223,16 +223,16 @@ as long as it is less than 4 kilobytes. <LI>If a CGI script wishes to delete a cookie, it can do so by returning a cookie with the same name, and an <B>expires</B> time which is in the past. The path and name must match exactly -in order for the expiring cookie to tqreplace the valid cookie. +in order for the expiring cookie to replace the valid cookie. This requirement makes it difficult for anyone but the originator of a cookie to delete a cookie. <P><LI>When caching HTTP, as a proxy server might do, the <B>Set-cookie</B> response header should never be cached. <P><LI>If a proxy server receives a response which -tqcontains a <B>Set-cookie</B> header, it should propagate the <B>Set-cookie</B> +contains a <B>Set-cookie</B> header, it should propagate the <B>Set-cookie</B> header to the client, regardless of whether the response was 304 (Not Modified) or 200 (OK). -<P>Similarly, if a client request tqcontains a Cookie: header, it +<P>Similarly, if a client request contains a Cookie: header, it should be forwarded through a proxy, even if the conditional If-modified-since request is being made. </UL> |