You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Martin Grigorov (JIRA)" <ji...@apache.org> on 2013/05/16 14:43:16 UTC

[jira] [Created] (WICKET-5192) Get rid of commons-fileupload classes and use javax.servlet.http.HttpServletRequest#getPart() instead

Martin Grigorov created WICKET-5192:
---------------------------------------

             Summary: Get rid of commons-fileupload classes and use javax.servlet.http.HttpServletRequest#getPart() instead
                 Key: WICKET-5192
                 URL: https://issues.apache.org/jira/browse/WICKET-5192
             Project: Wicket
          Issue Type: Task
          Components: wicket
    Affects Versions: 7.0.0
            Reporter: Martin Grigorov
            Priority: Minor


Servlet 3.0 provides APIs for reading file uploads: javax.servlet.http.HttpServletRequest#getPart().
We can remove the copy/pasted classes from Apache Commons FileUpload (many classes in wicket-util -> org.apache.wicket.util.upload)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira