On entering a internal path to the link path in the Global link area which a authenticated user should have access. It is displayed on the page for anonymous user also.
The link should only be visible to user who has access to it.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | do-not-check-access-2668790-1.patch | 666 bytes | pradeep22saini |
Comments
Comment #2
pradeep22saini commentedAdding check for the internal path and adding check for valid path access.
Comment #3
kristofferwiklund commentedI don't think this is needed.
In views_handler_area_link.inc the path is check with:
And that is the same function that drupal_valid_path uses.
I have tried creating a link with url /node/add/news and as anonymous I don't see that link.
Comment #4
minoroffense commentedPretty sure this is covered in the new dev release. If it's still a bug please reopen.