Return-Path: Delivered-To: apache-cvs-archive@hyperreal.org Received: (qmail 595 invoked by uid 6000); 28 Dec 1998 13:12:08 -0000 Received: (qmail 589 invoked by alias); 28 Dec 1998 13:12:06 -0000 Delivered-To: apache-1.3-cvs@hyperreal.org Received: (qmail 587 invoked by uid 82); 28 Dec 1998 13:12:06 -0000 Date: 28 Dec 1998 13:12:06 -0000 Message-ID: <19981228131206.586.qmail@hyperreal.org> From: fielding@hyperreal.org To: apache-1.3-cvs@hyperreal.org Subject: cvs commit: apache-1.3 STATUS Sender: apache-cvs-owner@apache.org Precedence: bulk Reply-To: new-httpd@apache.org fielding 98/12/28 05:12:06 Modified: . STATUS Log: The "Pragma: no-cache" has no meaning in a response for HTTP/1.0 or HTTP/1.1, regardless of what some other applications do in reaction to that field. Also, the no_cache indicator in the request_rec exists ONLY to replicate the functionality of the Vary field in HTTP/1.1. It is therefore not appropriate to add Pragma or Cache-Control to such responses. If such is desired for specific resources, then it would be better to use mod_headers to directly control these fields. Revision Changes Path 1.570 +2 -2 apache-1.3/STATUS Index: STATUS =================================================================== RCS file: /home/cvs/apache-1.3/STATUS,v retrieving revision 1.569 retrieving revision 1.570 diff -u -r1.569 -r1.570 --- STATUS 1998/12/28 12:30:27 1.569 +++ STATUS 1998/12/28 13:12:05 1.570 @@ -1,5 +1,5 @@ 1.3 STATUS: - Last modified at [$Date: 1998/12/28 12:30:27 $] + Last modified at [$Date: 1998/12/28 13:12:05 $] Release: @@ -120,7 +120,7 @@ if r->no_cache is set and r->headers_out contains no Expires header yet. Message-ID: PR#3023 - Status: Martin +1 + Status: Martin +1, Roy -1 (see PR for reason) * Ronald Tschal�r's ap_uuencode() bugfix Message-ID: PR#3411