You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Matthias Weßendorf (JIRA)" <de...@myfaces.apache.org> on 2008/11/24 08:53:44 UTC

[jira] Commented: (TRINIDAD-1320) Issues with TrinidadFilterImpl.init() and design time

    [ https://issues.apache.org/jira/browse/TRINIDAD-1320?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12650131#action_12650131 ] 

Matthias Weßendorf commented on TRINIDAD-1320:
----------------------------------------------

proposed fix:
...
   if(!java.beans.Beans.isDesignTime())
   {
     //There is some functionality that still might require
servlet-only filter services.
     _filters =
ClassLoaderUtils.getServices(TrinidadFilterImpl.class.getName());
     for(Filter f:_filters)
     {
       f.init(filterConfig);
     }
   }
...

> Issues with TrinidadFilterImpl.init() and design time
> -----------------------------------------------------
>
>                 Key: TRINIDAD-1320
>                 URL: https://issues.apache.org/jira/browse/TRINIDAD-1320
>             Project: MyFaces Trinidad
>          Issue Type: Bug
>    Affects Versions: 1.2.10-core, 1.0.10-core
>            Reporter: Matthias Weßendorf
>            Assignee: Matthias Weßendorf
>            Priority: Minor
>
> When in DT mode there are (eventually) some side effects with the installed Trinidad filters (which may have callbacks to things that aren't interesting in DT generally).

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