You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by simon <sk...@apache.org> on 2007/10/04 22:02:39 UTC

[orchestra] combining OrchestraServletFilter and RequestParameterServletFilter

G'day,

There are three servlet filters provided by orchestra:
* filter.OrchestraServletFilter is optional, and just provides some
"nice to have" stuff.
* JsfFrameworkAdapterFilter (formerly FrameworkAdapterFilter) sets up
the jsf adapter for orchestra.
* RequestProviderServletFilter intercepts calls to encodeURL.

Class conversation.jsf.OrchestraServletFilter combines the first two, so
that the user has to only configure one filter not two.

Should we make conversation.jsf.OrchestraServletFilter also include the
RequestProviderServletFilter to make it a "one stop shop"?

Regards,

Simon