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

Kelly Davis commented on RF-10928:
----------------------------------

I've attached a filter that will disable the MyFaces ExtensionsFilter for POST 
requests to a set of configurable paths as a workaround for this issue. Filter 
should be configured (ahead of the MyFaces ExtensionsFilter) in the web.xml as 
follows:

<filter>
  <filter-name>MyFacesExclusionsFilter</filter-name>
  <filter-class>MyFacesExtensionsExclusionsFilter</filter-class>
  <init-param>
    <param-name>excludedPaths</param-name>
    <param-value>/servlet/path</param-value>
  </init-param>
</filter>

> 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
>            Priority: Critical
>         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
_______________________________________________
richfaces-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/richfaces-issues

Reply via email to