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
