New Wicket Portlet support: Merge WicketPortletFilter back in WicketFilter using a delagate class for handling and (class) loading the portlet specific functionality ---------------------------------------------------------------------------------------------------------------------------------------------------------------------
Key: WICKET-660 URL: https://issues.apache.org/jira/browse/WICKET-660 Project: Wicket Issue Type: Sub-task Components: wicket-portlet Affects Versions: 1.3.0-beta2 Reporter: Ate Douma Assignee: Ate Douma I moved the usage of all portlet api specific classes in WicketPortletFilter to a separately class, WicketFilterPortletContext, which will only be created when running in a portlet container. As effect, the resulting WicketPortletFilter code doesn't depend on the portlet api anymore, so using it within a non-portlet container context (plain Tomcat or Jetty for instance) is now possible too. But, now the remaing code in WicketPortletFilter really does do much itself anymore and can easily be integrated back in WicketFilter without problems. I've decided to do so as it makes Wicket portlet support even less intrusive as it was before: no need to configure a different filter anymore in web.xml ! -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.