Revision: 14413 Author: adrian.chadd Date: Tue Feb 16 20:13:42 2010 Log: Document ignore-no-store option.
http://code.google.com/p/lusca-cache/source/detail?r=14413 Modified: /branches/LUSCA_HEAD/src/cf.data.pre ======================================= --- /branches/LUSCA_HEAD/src/cf.data.pre Tue Feb 16 03:21:51 2010 +++ /branches/LUSCA_HEAD/src/cf.data.pre Tue Feb 16 20:13:42 2010 @@ -3148,6 +3148,12 @@ from a server, only a client, though plenty of servers send it anyway. + ignore-no-store ignores any ``Pragma: no-store'' and + ``Cache-control: no-store'' headers received from a server. + The HTTP RFC never allows the use of this (Pragma) header + from a server, only a client, though plenty of servers + send it anyway. + ignore-private ignores any ``Cache-control: private'' headers received from a server. Doing this VIOLATES the HTTP standard. Enabling this feature could make you -- You received this message because you are subscribed to the Google Groups "lusca-commit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/lusca-commit?hl=en.
