You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by Mike Kienenberger <mk...@gmail.com> on 2006/04/21 01:28:30 UTC

Re: ExtensionsFilter error with Tomahawk-1.1.2-SNAPSHOT

On 4/20/06, Nagaraddi, Prashant <pr...@amazon.com> wrote:
> I am invoking a JSF page
> via a Jetspeed 1.6 portlet
>I get the
> following error upon startup:
>
> java.lang.IllegalStateException: ExtensionsFilter not correctly configured.

Well, the base problem is that servlet filters don't work with portlets.

Perhaps Mario's latest extension filter check is being too rigorous
about requiring it.

You might try setting this parameter and see if it gets you past the
error, but some tomahawk functionality is not possible from a portlet.

    <context-param>
        <param-name>org.apache.myfaces.CHECK_EXTENSIONS_FILTER</param-name>
        <param-value>false</param-value>
    </context-param>