On Sun, Jul 6, 2008 at 5:04 AM, Mario Ivankovits <[EMAIL PROTECTED]> wrote:
> Hi! > > What is the current state of MYFACES-434? > > I tried to upgrade to the latest Tomahawk+Sandbox and now the application > fails to run properly as the TomahawkFacesContextWrapper does the > AddResource processing AND the ExtensionsFilter does the AddResource > processing. This results in having the scripts added twice to the header > which will result in non working dojo components. > > Configuring the ExtensionsFilter to not cover the jsf requests will result > in the well known > "ExtensionsFilter not correctly configured. JSF mapping missing. JSF pages > not covered. Please see: > http://myfaces.apache.org/tomahawk/extensionsFilter.html(java.lang.IllegalStateException)" > message. > The code in extension filter that do AddResource processing should be commented (this was added to disable this feature before). But before do that, we need to test several configurations of this feature (DefaultAddResource, NonBufferingAddResource, if servlet or portlet environment and other variations), because it could break old code. Theorically the only things left are fileUpload support for portlets and do this cleanup. TomahawkFacesContextWrapper has now implemented the critical behaviors commented before about initialization params. I'll add more comments about this topic soon. > > So it seems we are half way, aren't we? > Did I do something wrong? If not, can we fix this? > > Notice: I built Tomahawk & MyFaces from a fresh checkout (which was a story > itself as the 6-SNAPSHOT master pom couldn't be found). > > Ciao, > Mario > >
