I was getting access denied on node/%/feed urls.

I modified the code at line 268:
....
$items['node/%/feed'] = array(
'title' => 'RSS feed',
'page callback' => 'category_feed',
'page arguments' => array(1),
+ 'access arguments' => array('access content'),
'type' => MENU_CALLBACK,
'file' => 'category.pages.inc',
.....

CommentFileSizeAuthor
#3 cat-feed-access.patch488 bytesJirkaRybka

Comments

totoforte’s picture

in category.module file

totoforte’s picture

Status: Fixed » Needs review
JirkaRybka’s picture

Status: Needs review » Reviewed & tested by the community
StatusFileSize
new488 bytes

I agree - the 'access arguments' part was obviously missing. I also confirm, that there was the Access Denied problem, and it's fixed by the change.

Attaching a proper patch, which is just a reroll from the initial post, no changes. It's tiny and trivial, and works, so RTBC.

Jaza’s picture

Status: Reviewed & tested by the community » Fixed

Committed to HEAD. Thanks.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.