[ http://jira.jboss.com/jira/browse/RF-2935?page=all ]

Mikhail Vitenkov closed RF-2935.
--------------------------------

    Assignee: Mikhail Vitenkov  (was: Aleksej Yanul)

Verified at 3.2.1.CR3.
Code from my web.xml:
<filter>
                <filter-name>extensionsFilter</filter-name>
                
<filter-class>org.apache.myfaces.webapp.filter.ExtensionsFilter</filter-class>
                <init-param>
                        <description>Set the size limit for uploaded files. 
Format: 10 -
                                10 bytes 10k - 10 KB 10m - 10 MB 1g - 1 
GB</description>
                        <param-name>uploadMaxFileSize</param-name>
                        <param-value>100m</param-value>
                </init-param>
                <init-param>
                        <description>Set the threshold size - files below this 
limit are
                                stored in memory, files above this limit are 
stored on disk. Format:
                                10 - 10 bytes 10k - 10 KB 10m - 10 MB 1g - 1 
GB</description>
                        <param-name>uploadThresholdSize</param-name>
                        <param-value>100k</param-value>
                </init-param>
        </filter>
        <filter>
                <display-name>Ajax4jsf Filter</display-name>
                <filter-name>ajax4jsf</filter-name>
                <filter-class>org.ajax4jsf.Filter</filter-class>
        </filter>
        
        <filter-mapping>
                <filter-name>ajax4jsf</filter-name>
                <servlet-name>Faces Servlet</servlet-name>
                <dispatcher>FORWARD</dispatcher>
                <dispatcher>REQUEST</dispatcher>
                <dispatcher>INCLUDE</dispatcher>
        </filter-mapping>
        <filter-mapping>
                <filter-name>extensionsFilter</filter-name>
                <servlet-name>Faces Servlet</servlet-name>
        </filter-mapping>       

> File upload and myfaces: listener does not fire.
> ------------------------------------------------
>
>                 Key: RF-2935
>                 URL: http://jira.jboss.com/jira/browse/RF-2935
>             Project: RichFaces
>          Issue Type: Bug
>    Affects Versions: 3.2.0
>            Reporter: Andrei Markavtsov
>         Assigned To: Mikhail Vitenkov
>             Fix For: 3.2.1
>
>


-- 
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

        
_______________________________________________
richfaces-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/richfaces-issues

Reply via email to