In Plone 4.1, I'd like to make member portraits (found in portal_memberdata/portraits) viewable by Anonymous users.
Even if I return the correct url to the image in a public View, the image is always protected, and the default one ('defaultUser.png') is returned instead.
How can I accomplish this and display author portraits to Anonymous users inside my viewlets?
Just to clarify:
author.getPersonalPortrait().absolute_url()
will return the correct url to the image. When the image is then fetched by the browser when the view is accessed, the resource is protected.