I have written an custom valve to get the authenticated user and set in Portal level session. Then i have a PortletFilter that gets the authenticated user from Portal Level Session and palces in Portlet Level Session. However i have to configure each individual portlet in the Portlet Application to use this Filter. Is there a way to configure PortletFilter or some thing similar that gets called when any of the portlet is invoked from Portlet Application.
Thanks