From 5fe7ffa55c342bc8863125ac01fd842cc817cf3f Mon Sep 17 00:00:00 2001 From: Graham Knop Date: Thu, 22 Jan 2009 01:14:26 +0000 Subject: [PATCH] fixed: HTTP Proxy doesn't serve new content to visitors --- docs/changelog/7.x.x.txt | 1 + lib/WebGUI/Asset/Wobject/HttpProxy.pm | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/docs/changelog/7.x.x.txt b/docs/changelog/7.x.x.txt index e8854e8ff..be1433b12 100644 --- a/docs/changelog/7.x.x.txt +++ b/docs/changelog/7.x.x.txt @@ -10,6 +10,7 @@ - fixed a bug where no Payment Gateway labels show up when checking out. - fixed #9511: Subcategories displayed incorrectly (Henry Tang, Long Term Results B.v.) - fixed #4137: Calendar Search page has head tags in body + - fixed: HTTP Proxy doesn't serve new content to visitors 7.6.8 - added #!/usr/bin/env perl to all utility scripts diff --git a/lib/WebGUI/Asset/Wobject/HttpProxy.pm b/lib/WebGUI/Asset/Wobject/HttpProxy.pm index b4a98d936..4b02bd944 100644 --- a/lib/WebGUI/Asset/Wobject/HttpProxy.pm +++ b/lib/WebGUI/Asset/Wobject/HttpProxy.pm @@ -178,6 +178,12 @@ sub definition { return $class->SUPER::definition($session, $definition); } +#------------------------------------------------------------------- +sub getContentLastModified { + return time; +} + + #------------------------------------------------------------------- sub getCookieJar { my $self = shift;