fixed: HTTP Proxy doesn't serve new content to visitors
This commit is contained in:
parent
315ce0941f
commit
5fe7ffa55c
2 changed files with 7 additions and 0 deletions
|
|
@ -10,6 +10,7 @@
|
||||||
- fixed a bug where no Payment Gateway labels show up when checking out.
|
- 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 #9511: Subcategories displayed incorrectly (Henry Tang, Long Term Results B.v.)
|
||||||
- fixed #4137: Calendar Search page has head tags in body
|
- fixed #4137: Calendar Search page has head tags in body
|
||||||
|
- fixed: HTTP Proxy doesn't serve new content to visitors
|
||||||
|
|
||||||
7.6.8
|
7.6.8
|
||||||
- added #!/usr/bin/env perl to all utility scripts
|
- added #!/usr/bin/env perl to all utility scripts
|
||||||
|
|
|
||||||
|
|
@ -178,6 +178,12 @@ sub definition {
|
||||||
return $class->SUPER::definition($session, $definition);
|
return $class->SUPER::definition($session, $definition);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#-------------------------------------------------------------------
|
||||||
|
sub getContentLastModified {
|
||||||
|
return time;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
#-------------------------------------------------------------------
|
#-------------------------------------------------------------------
|
||||||
sub getCookieJar {
|
sub getCookieJar {
|
||||||
my $self = shift;
|
my $self = shift;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue