[richfaces-issues] [JBoss JIRA] Commented: (RF-2448) org.ajax4jsf.Filter doesn't include MultipartFilter after RF-2396

Juergen Zimmermann (JIRA) jira-events at lists.jboss.org
Tue Mar 11 02:49:58 EDT 2008


    [ http://jira.jboss.com/jira/browse/RF-2448?page=comments#action_12402063 ] 
            
Juergen Zimmermann commented on RF-2448:
----------------------------------------

Removing the explicit enctype attribute made the issue go away. I'd recommend to document this being a difference to Tomahawk's upload component.

> org.ajax4jsf.Filter doesn't include MultipartFilter after RF-2396
> -----------------------------------------------------------------
>
>                 Key: RF-2448
>                 URL: http://jira.jboss.com/jira/browse/RF-2448
>             Project: RichFaces
>          Issue Type: Bug
>    Affects Versions: 3.2.0
>         Environment: richfaces-ui-3.2.0-20080310.045513-93
>            Reporter: Juergen Zimmermann
>         Assigned To: Andrei Markavtsov
>            Priority: Critical
>             Fix For: 3.2.0
>
>
> In 3.2.0CR1 there was MultipartFilter for file upload. It worked (although there are some bugs which are registered in JIRA).
> After RF-2396 I changed web.xml as follows:
> * Remove <filter> for MultipartFilter
> * Remove the according <filter-mapping>
> * Move the 2 <init-param> with maxRequestSize and createTempFiles to org.ajax4jsf.Filter
> Result: upload doesn't work any more.
> * The action method for <h:form enctype="multipart/form-data"> isn't invoked where <rich:fileUpload> is contained.
> * I also tried an action listener method which isn't invoked either.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the richfaces-issues mailing list