Wrong configuration example for MultipartFilter
-----------------------------------------------
Key: JBSEAM-1101
URL:
http://jira.jboss.com/jira/browse/JBSEAM-1101
Project: JBoss Seam
Issue Type: Bug
Components: Documentation
Affects Versions: 1.2.0.GA
Environment: All
Reporter: Jrg Gottschlich
Priority: Minor
In chapter 24, the configuration example for the MultipartFilter (s:fileUpload) says:
<component class="org.jboss.seam.servlet.MultipartConfig">
<property name="createTempFiles">true</property>
<property name="maxRequestSize">1000000</property>
</component>
However, there is no class org.jboss.seam.servlet.MultipartConfig in the jboss-seam.jar,
so deployment doesn't work. But deployment works with the following entry:
<component class="org.jboss.seam.web.MultipartFilter">
.... same content ....
</component>
though I didn't test if the options take effect.
--
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