Hi, the current FilterManagerService interface uses the PortletApplicationDefinition and the portlet name (string):
getFilterManager(PortletApplicationDefinition portletAppDD, String portletName, String lifeCycle) I would like to change the signature of this method to use the PortletEntity: getFilterManager(PortletEntity, String lifeCycle). This would allow portals to provide different filter chains based on a portlet entity. WDYT? Carsten -- Carsten Ziegeler [email protected]
