I just realized that the template "[uBlogsy] Rss" also renders blogposts into the RSS feed, that are not yet published!
It is pretty alarming to only see that there is a post listed. What shocked me more is, that the RSS entry also contains the content of the blog post, too. So currently, as soon as one uses the integrated uBlogsy RSS (at least the current MVC version on Umbraco 6.1.4) shows unpublished content to the public.
The only way to counter this right now is to immediately set the "Hide from navigation" checkbox after creating this item, if the post shouldn't be published immediately anyway. (And if one doesn't care if an empty post is listed in the RSS feed until the post is saved and published with content.)
Even though, the "Hide from navigation" flag shouldn't exclude a blog post from feeds, but from menues (hence the name), so the usage in this case to hide it from there is a bit odd..
Unpublished blogposts listed in RSS feed
Heyho,
I just realized that the template "[uBlogsy] Rss" also renders blogposts into the RSS feed, that are not yet published!
It is pretty alarming to only see that there is a post listed. What shocked me more is, that the RSS entry also contains the content of the blog post, too. So currently, as soon as one uses the integrated uBlogsy RSS (at least the current MVC version on Umbraco 6.1.4) shows unpublished content to the public.
The only way to counter this right now is to immediately set the "Hide from navigation" checkbox after creating this item, if the post shouldn't be published immediately anyway. (And if one doesn't care if an empty post is listed in the RSS feed until the post is saved and published with content.)
Even though, the "Hide from navigation" flag shouldn't exclude a blog post from feeds, but from menues (hence the name), so the usage in this case to hide it from there is a bit odd..
Thanks for the bug report.
It is fixed in the latest version 3.0.1
Hi Anthony,
Is there any changelog so I can see what is new in version 3.0.1 ?
- date folders bug
- your rss issue
- an rss issue where comments in the code were causing xml error.
Sorry, but this problem is still not fixed.
I updated to 3.0.1 and I still get unpublished blog entries in the feed.
Strange.
There is a call to .ToIPublishedContent(true) which will instantiate only for Published content.
Can you check if that is in your rss cshtml has that call?
is working on a reply...