[richfaces-issues] [JBoss JIRA] Commented: (RF-10928) rileUpload: MyFaces extension filter compatibility question.

Nick Belaevski (JIRA) jira-events at lists.jboss.org
Fri Apr 29 13:56:18 EDT 2011


    [ https://issues.jboss.org/browse/RF-10928?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12599154#comment-12599154 ] 

Nick Belaevski commented on RF-10928:
-------------------------------------

I did the following:

1) Took tomahawk-examples 1.1.10 for JSF 2.0
2) Added init parameter to web.xml:

{noformat}
  <context-param>
    <param-name>org.apache.myfaces.DISABLE_TOMAHAWK_FACES_CONTEXT_WRAPPER</param-name>
    <param-value>false</param-value>
  </context-param>{noformat}

3) Changed ExtensionsFilter mapping to the only:

{noformat}  <filter-mapping>
    <filter-name>extensionsFilter</filter-name>
    <url-pattern>/faces/extensionResource/*</url-pattern>
  </filter-mapping>
{noformat}

After those changes both RichFaces & Tomahawk uploads work well. 

> rileUpload: MyFaces extension filter compatibility question. 
> -------------------------------------------------------------
>
>                 Key: RF-10928
>                 URL: https://issues.jboss.org/browse/RF-10928
>             Project: RichFaces
>          Issue Type: Task
>      Security Level: Public(Everyone can see) 
>          Components: compatibility, component-input
>    Affects Versions: 4.0.0.Final
>            Reporter: Ilya Shaikovsky
>            Assignee: Nick Belaevski
>            Priority: Critical
>              Labels: tran
>             Fix For: 4.1.0.Milestone1
>
>         Attachments: MyFacesExtensionsExclusionsFilter.java
>
>
> that problem should be investigated and documented as could be not trivial for migration.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the richfaces-issues mailing list