[ 
https://issues.apache.org/jira/browse/PLUTO-371?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12552504
 ] 

Christian Raschka commented on PLUTO-371:
-----------------------------------------

The SupportedModesServiceImpl is different (look for loadPortletmodes()). In 
the API patch there is (IMHO) only one line in SupportedModesServiceImpl which 
is important: 
+            //init the portletapplication filter
+            FilterManagerImpl.addFilterApp(portletAppDD, app.getContextPath());

But i am not sure, if thats all.

> Portlet Filter
> --------------
>
>                 Key: PLUTO-371
>                 URL: https://issues.apache.org/jira/browse/PLUTO-371
>             Project: Pluto
>          Issue Type: New Feature
>    Affects Versions: 1.1-286-COMPATIBILITY, 1.1-286-trunk-merge
>            Reporter: Torsten Dettborn
>             Fix For: 1.1-286-COMPATIBILITY, 1.1-286-trunk-merge
>
>         Attachments: Filter_API_r15_050607.patch, mylar-context.zip, 
> PortletFilter_090807.patch
>
>
> Portlet filters are components to transform the request or response from a 
> portlet. You have filter lifecycle for action-, event-,render- and 
> resourceRequest/Response. The configurations is defined in the deployment 
> descriptor. There is only one filter instance for each filter in the portlet 
> application. For more details see the Portlet Specification Version 2.0 early 
> draft 2 rev. 14.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to