[
https://issues.apache.org/jira/browse/TOBAGO-1539?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15178282#comment-15178282
]
Hudson commented on TOBAGO-1539:
--------------------------------
SUCCESS: Integrated in Tobago 3.0.x #255 (See
[https://builds.apache.org/job/Tobago%203.0.x/255/])
TOBAGO-1539: Summary: Using Servelt 3.0 for uploading files with <tc:file>
(lofwyr: [http://svn.apache.org/viewvc/?view=rev&rev=1733503])
* tobago-3.0.x/pom.xml
* tobago-3.0.x/tobago-assembly/pom.xml
* tobago-3.0.x/tobago-core/pom.xml
*
tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/component/AbstractUIFile.java
*
tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/component/AbstractUIPage.java
*
tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/component/FileTagDeclaration.java
*
tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/util/PartUtils.java
*
tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/webapp/TobagoMultipartFormdataRequest.java
*
tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/validator/FileItemValidator.java
*
tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/webapp/TobagoMultipartFormdataFilter.java
*
tobago-3.0.x/tobago-core/src/test/java/org/apache/myfaces/tobago/internal/util/PartUtilsUnitTest.java
*
tobago-3.0.x/tobago-core/src/test/java/org/apache/myfaces/tobago/webapp/TobagoMultipartFormdataRequestUnitTest.java
* tobago-3.0.x/tobago-example/tobago-example-addressbook/pom.xml
*
tobago-3.0.x/tobago-example/tobago-example-addressbook/src/main/java/org/apache/myfaces/tobago/example/addressbook/Picture.java
*
tobago-3.0.x/tobago-example/tobago-example-addressbook/src/main/java/org/apache/myfaces/tobago/example/addressbook/web/Controller.java
*
tobago-3.0.x/tobago-example/tobago-example-addressbook/src/main/webapp/WEB-INF/web.xml
*
tobago-3.0.x/tobago-example/tobago-example-blank/src/main/webapp/WEB-INF/web.xml
* tobago-3.0.x/tobago-example/tobago-example-demo/pom.xml
*
tobago-3.0.x/tobago-example/tobago-example-demo/src/main/java/org/apache/myfaces/tobago/example/demo/Upload.java
*
tobago-3.0.x/tobago-example/tobago-example-demo/src/main/java/org/apache/myfaces/tobago/example/demo/UploadItem.java
*
tobago-3.0.x/tobago-example/tobago-example-demo/src/main/webapp/WEB-INF/web.xml
*
tobago-3.0.x/tobago-example/tobago-example-demo/src/main/webapp/content/40-upload/upload.xhtml
*
tobago-3.0.x/tobago-example/tobago-example-portlet/src/main/webapp/WEB-INF/web.xml
*
tobago-3.0.x/tobago-example/tobago-example-security/src/main/webapp/WEB-INF/web.xml
*
tobago-3.0.x/tobago-example/tobago-example-test/src/main/java/org/apache/myfaces/tobago/example/test/Upload.java
*
tobago-3.0.x/tobago-example/tobago-example-test/src/main/webapp/WEB-INF/web.xml
*
tobago-3.0.x/tobago-example/tobago-example-test/src/main/webapp/test/file/file.xhtml
* tobago-3.0.x/tobago-extension/pom.xml
* tobago-3.0.x/tobago-extension/tobago-fileupload
*
tobago-3.0.x/tobago-theme/tobago-theme-standard/src/main/java/org/apache/myfaces/tobago/renderkit/html/standard/standard/tag/FileRenderer.java
> Using Servlet 3.0 for uploading files with <tc:file>
> ----------------------------------------------------
>
> Key: TOBAGO-1539
> URL: https://issues.apache.org/jira/browse/TOBAGO-1539
> Project: MyFaces Tobago
> Issue Type: New Feature
> Components: Core, Demo, Themes
> Reporter: Udo Schnurpfeil
> Assignee: Udo Schnurpfeil
> Fix For: 3.0.0-alpha-3, 3.0.0
>
>
> Changes regarding to Tobago 2.0.x:
> * You no long need to define a TobagoMultipartFormdataFilter in the web.xml
> * There is no longer a tobago-fileupload.jar
> * Remove the dependency to commons-fileupload.jar in your web app, if there
> is any.
> * If using JSF 2.0 or 2.1 (not for 2.2. and higher) you will need to add a
> tag <multipart-config> Tag to the FacesServlet config in the web.xml
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)