Smarty Forum Index Smarty
The discussions here are for Smarty, a template engine for the PHP programming language.
Dedicated server web hosting provided by Guru-host.eu.
If-modiified header sent when it should not be sent

 
Post new topic   Reply to topic    Smarty Forum Index -> Bugs
View previous topic :: View next topic  
Author Message
wphilips
Smarty n00b


Joined: 14 Dec 2003
Posts: 1

PostPosted: Sun Dec 14, 2003 6:41 pm    Post subject: If-modiified header sent when it should not be sent Reply with quote

In smarty 2.6.0, the function fetch should only output a header if it was called from display. However, if cache_modified_check is set, it will output a
Last-modifiied header.
even when not called from display

The solution is to replace the following code iin Smarty.class.php line 1266

if ($this->cache_modified_check) {
header("Last-Modified: ".gmdate('D, d M Y H:i:s', time()).' GMT

with
if ($this->cache_modified_check&&$display) {
header("Last-Modified: ".gmdate('D, d M Y H:i:s', time()).' GMT
Back to top
View user's profile Send private message
messju
Administrator


Joined: 16 Apr 2003
Posts: 3335
Location: Oldenburg, Germany

PostPosted: Tue Dec 16, 2003 9:05 am    Post subject: Reply with quote

fixed in CVS. thanks!
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    Smarty Forum Index -> Bugs All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group
Protected by Anti-Spam ACP