00174: RSS version of AllRecentChanges lists some content of password protected pages
Description: I have a group of pages that are password protected for both read and edit; however, the RSS feed for AllRecentChanges still lists the first several lines of content for them when they change, without requiring a password.
Closed - fixed in 1.0.14 and 2.0.devel27
Reopend. Have two wikis (beta6 and beta8) there this problem still exists. A site is read and write protected, but it is shown in the RSS Feed.
Schlaefer December 14, 2004, at 01:41 PM
Can you give me a URL that shows the problem? --Pm
Here is the RSS-Feed http://apfelwiki.de/index.php/Main/RecentChanges?action=rss
and look for Main.Blocklist. --kt007 December 14, 2004, at 11:42 PM
How is Main.Blocklist on that site being password protected? Does it have a password set via ?action=attr
, or is the password being set in config.php or in the local/Main.Blocklist.php file? The rss.php script can't detect $DefaultPasswords
set in per-group or per-page configuration files... (in fact, none of the scripts can). --Pm
Password was set with Main.Blocklist.php. Was not aware about this difference in password handling. Thanks. Schlaefer