You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2016/03/04 10:37:02 UTC

svn commit: r1733571 - /myfaces/tobago/trunk/src/site/apt/migration-3.0.apt

Author: lofwyr
Date: Fri Mar  4 09:37:01 2016
New Revision: 1733571

URL: http://svn.apache.org/viewvc?rev=1733571&view=rev
Log:
TOBAGO-1539: Using Servlet 3.0 for uploading files with <tc:file>

Modified:
    myfaces/tobago/trunk/src/site/apt/migration-3.0.apt

Modified: myfaces/tobago/trunk/src/site/apt/migration-3.0.apt
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/src/site/apt/migration-3.0.apt?rev=1733571&r1=1733570&r2=1733571&view=diff
==============================================================================
--- myfaces/tobago/trunk/src/site/apt/migration-3.0.apt (original)
+++ myfaces/tobago/trunk/src/site/apt/migration-3.0.apt Fri Mar  4 09:37:01 2016
@@ -80,6 +80,11 @@ Migration from Tobago 2.0 to 3.0 (work i
   * If using JSF 2.0 or 2.1 you will need to add a tag <<<\multipart-config\>>>> Tag to the FacesServlet config
     in the <<<web.xml>>>.
 
+  * The type of value of the <<<\<tc:file\>>>> has been changed
+    from <<<org.apache.commons.fileupload.FileItem>>> to <<<javax.servlet.http.Part>>>.
+
+  * For an example consult the demo.
+
 * Introducing enums instead of constant classes
 
     Some static utils classes are migrated to Java enums.