Repository: trafficserver
Updated Branches:
  refs/heads/master 3b19ff798 -> 12033407f


Doc: [TS-4112] By default, TS caches objects with cookie including text
This closes #410


Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/12033407
Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/12033407
Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/12033407

Branch: refs/heads/master
Commit: 12033407f162c83d8dd544f6a0fe742597b410d7
Parents: 3b19ff7
Author: Hiroaki Nakamura <[email protected]>
Authored: Mon Feb 15 16:46:48 2016 +0000
Committer: Jon Sime <[email protected]>
Committed: Mon Feb 15 16:46:48 2016 +0000

----------------------------------------------------------------------
 doc/admin-guide/configuration/cache-basics.en.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/12033407/doc/admin-guide/configuration/cache-basics.en.rst
----------------------------------------------------------------------
diff --git a/doc/admin-guide/configuration/cache-basics.en.rst 
b/doc/admin-guide/configuration/cache-basics.en.rst
index c4f3348..be2a75b 100644
--- a/doc/admin-guide/configuration/cache-basics.en.rst
+++ b/doc/admin-guide/configuration/cache-basics.en.rst
@@ -389,7 +389,7 @@ request headers:
 -  ``Cookie`` (for text objects)
 
    By default, Traffic Server caches objects served in response to
-   requests that contain cookies (unless the object is text). You can
+   requests that contain cookies (even if the object is text). You can
    configure Traffic Server to not cache cookied content of any type,
    cache all cookied content, or cache cookied content that is of image
    type only. For more information, refer to `Caching Cookied Objects`_.
@@ -546,7 +546,7 @@ Caching Cookied Objects
 .. XXX This should be extended to xml as well!
 
 By default, Traffic Server caches objects served in response to requests
-that contain cookies. This is true for all types of objects except for
+that contain cookies. This is true for all types of objects including
 text. Traffic Server does not cache cookied text content because object
 headers are stored along with the object, and personalized cookie header
 values could be saved with the object. With non-text objects, it is

Reply via email to