- fixed a bug in the File asset that caused file redirects to be cached
incorrectly for Visitor. Thanks to Jukka Raimovaara / Axxion Oy.
This commit is contained in:
parent
ccfbca55e0
commit
2384bca6ba
2 changed files with 3 additions and 1 deletions
|
|
@ -330,7 +330,7 @@ sub www_view {
|
|||
return $self->getContainer->www_view;
|
||||
}
|
||||
$self->session->http->setRedirect($self->getFileUrl);
|
||||
return undef;
|
||||
return '1';
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue