Re: Content Permissions

2011-02-28 Thread Divesh Dutta
You can do a trick to handle this: Its genericContentPermission service which executes, when you use /content/control/stream?contentId. So you write SECA rule in your component on service genericContentPermission: Rule should be: When ever genericContentPermission runs, your new custom servic

Content Permissions

2011-02-24 Thread Gavin Mabie
Hi Can anybody give me a short answer on how to give view permission to an anonymous/guest user to view content. I am using "/content/control/stream?contentId " in an FTL to show images but it only displays when I log onto the ContentMgr application on the back end. Thanks in advance.