You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-user@portals.apache.org by anyz <an...@gmail.com> on 2011/09/22 10:11:30 UTC

Filter at Portlet Application Level

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