Closed (outdated)
Project:
Drupal core
Version:
7.x-dev
Component:
node system
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 Jan 2014 at 23:56 UTC
Updated:
6 Feb 2014 at 20:04 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
chellman commentedComment #3
chellman commentedComment #4
drasgardian commentedIt doesn't look like this will change the last-modified http header if a node is removed from the feed.
Perhaps this could be tied in with views caching. i.e. when serving a cached version of the feed set the last-modified header to the timestamp of when the cache was generated.
Comment #5
chellman commentedThanks for taking a look. This particular patch doesn't have anything to do with Views, but I'm curious about the other issue.
You're saying the feed's modified date should change if some other, earlier node is removed? I guess technically the feed has changed in that case, but at that point there still aren't any new nodes in the feed (if one is removed, it's replaced by an older one). Considering that this core RSS feed is generally pretty much just for syndicating new content, I don't know if updating the feed's date in that case really matters. I'm saying the feed's date should be the same as that of the newest node.