freeside/htetc global.asa,1.21.4.9,1.21.4.10 handler.pl,1.22.4.12,1.22.4.13

ivan ivan at pouncequick.420.am
Fri Apr 2 05:45:28 PST 2004


Update of /home/cvs/cvsroot/freeside/htetc
In directory pouncequick:/tmp/cvs-serv32673/htetc

Modified Files:
      Tag: FREESIDE_1_4_BRANCH
	global.asa handler.pl 
Log Message:
remove Pragma:no-cache header, and set Content-Length and Cache-Control for viewing .pdf invoices with IE over SSL.  http://support.microsoft.com/default.aspx?scid=kb;en-us;323308

Index: global.asa
===================================================================
RCS file: /home/cvs/cvsroot/freeside/htetc/global.asa,v
retrieving revision 1.21.4.9
retrieving revision 1.21.4.10
diff -u -d -r1.21.4.9 -r1.21.4.10
--- global.asa	28 Feb 2004 22:43:26 -0000	1.21.4.9
+++ global.asa	2 Apr 2004 13:45:26 -0000	1.21.4.10
@@ -56,7 +56,6 @@
 use FS::msgcat;
 
 sub Script_OnStart {
-  $Response->AddHeader('Pragma' => 'no-cache');
   $Response->AddHeader('Cache-control' => 'no-cache');
 #  $Response->AddHeader('Expires' => 0);
   $Response->{Expires} = -36288000;

Index: handler.pl
===================================================================
RCS file: /home/cvs/cvsroot/freeside/htetc/handler.pl,v
retrieving revision 1.22.4.12
retrieving revision 1.22.4.13
diff -u -d -r1.22.4.12 -r1.22.4.13
--- handler.pl	13 Mar 2004 00:50:43 -0000	1.22.4.12
+++ handler.pl	2 Apr 2004 13:45:26 -0000	1.22.4.13
@@ -144,7 +144,7 @@
     #eorar
 
     my $headers = $r->headers_out;
-    $headers->{'Pragma'} = $headers->{'Cache-control'} = 'no-cache';
+    $headers->{'Cache-control'} = 'no-cache';
     #$r->no_cache(1);
     $headers->{'Expires'} = '0';
 




More information about the freeside-commits mailing list