ICEfaces
  1. ICEfaces
  2. ICE-1357

Bring file upload into the refactored http package.

    Details

    • Type: Improvement Improvement
    • Status: Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: 1.6DR#3
    • Fix Version/s: 1.6DR#3, 1.6
    • Component/s: Framework, ICE-Components
    • Labels:
      None
    • Environment:
      server

      Description

      Refactor file upload to run as part of the framework environment.

        Activity

        Mircea Toma created issue -
        Mircea Toma made changes -
        Field Original Value New Value
        Assignee Mircea Toma [ mircea.toma ]
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #13424 Fri Mar 23 18:02:54 MDT 2007 mircea.toma Refactor file upload functionality -- ICE-1357
        Files Changed
        Commit graph MODIFY /icefaces/trunk/icefaces/core/src/com/icesoft/faces/webapp/http/servlet/MainSessionBoundServlet.java
        Commit graph MODIFY /icefaces/trunk/icefaces/core/src/com/icesoft/faces/webapp/http/core/SendUpdatedViews.java
        Commit graph MODIFY /icefaces/trunk/icefaces/core/src/com/icesoft/faces/webapp/http/core/SendUpdates.java
        Commit graph MODIFY /icefaces/trunk/icefaces/component/src/com/icesoft/faces/component/inputfile/InputFile.java
        Commit graph MODIFY /icefaces/trunk/icefaces/core/src/com/icesoft/faces/webapp/http/servlet/ServletView.java
        Commit graph DEL /icefaces/trunk/icefaces/component/src/com/icesoft/faces/component/inputfile/DiskFileUpload.java
        Commit graph ADD /icefaces/trunk/icefaces/core/src/com/icesoft/faces/webapp/http/servlet/FileUploadComponent.java
        Commit graph MODIFY /icefaces/trunk/icefaces/core/src/com/icesoft/faces/webapp/http/core/ViewQueue.java
        Commit graph MODIFY /icefaces/trunk/icefaces/samples/component-showcase/web/inc/components/inputFile.jspx
        Commit graph MODIFY /icefaces/trunk/icefaces/component-metadata/src/main/java/com/icesoft/metadata/generators/TagLibraryGenerator.java
        Commit graph MODIFY /icefaces/trunk/icefaces/core/src/com/icesoft/faces/webapp/xmlhttp/PersistentFacesState.java
        Commit graph ADD /icefaces/trunk/icefaces/core/src/com/icesoft/faces/webapp/http/servlet/UploadServlet.java
        Commit graph ADD /icefaces/trunk/icefaces/core/src/com/icesoft/faces/webapp/http/core/SendUpdatesHandler.java
        Commit graph MODIFY /icefaces/trunk/icefaces/bridge/src/connection.async.js
        Commit graph MODIFY /icefaces/trunk/icefaces/component/src/com/icesoft/faces/component/inputfile/InputFileRenderer.java
        Commit graph MODIFY /icefaces/trunk/icefaces/samples/component-showcase/src/com/icesoft/icefaces/samples/showcase/components/fileUpload/InputFileBean.java
        Commit graph MODIFY /icefaces/trunk/icefaces/samples/component-showcase/build.xml
        Commit graph DEL /icefaces/trunk/icefaces/component/src/com/icesoft/faces/component/inputfile/ProgressOutputStream.java
        Commit graph MODIFY /icefaces/trunk/icefaces/component/src/com/icesoft/faces/component/inputfile/FileUploadServlet.java
        Commit graph MODIFY /icefaces/trunk/icefaces/core/src/com/icesoft/faces/webapp/http/core/ReceiveSendUpdates.java
        Commit graph MODIFY /icefaces/trunk/icefaces/core/src/com/icesoft/faces/webapp/http/servlet/SessionDispatcher.java
        Commit graph MODIFY /icefaces/trunk/icefaces/component/src/com/icesoft/faces/component/inputfile/FileInfo.java
        Commit graph MODIFY /icefaces/trunk/icefaces/component-metadata/src/main/resources/conf/ice_cust_properties/cust-inputFile-props.xml
        Commit graph MODIFY /icefaces/trunk/icefaces/core/src/com/icesoft/faces/context/PushModeSerializer.java
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #13425 Mon Mar 26 10:36:50 MDT 2007 mircea.toma Add library version 1.2 -- ICE-1357
        Files Changed
        Commit graph MODIFY /icefaces/trunk/icefaces/lib/commons-fileupload.jar
        Hide
        Rob Mayhew added a comment -

        The commit for this bug (r13424) breaks all applications that use file upload. All constants in the InputFile class have been removed, as well as getStatus, getFile, and getFileInfo methods.

        We should avoid this if at all possible.

        Show
        Rob Mayhew added a comment - The commit for this bug (r13424) breaks all applications that use file upload. All constants in the InputFile class have been removed, as well as getStatus, getFile, and getFileInfo methods. We should avoid this if at all possible.
        Ken Fyten made changes -
        Assignee Priority P1
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #13432 Wed Mar 28 14:52:53 MDT 2007 mircea.toma Rollback changes in the component and beans APIs -- ICE-1357.
        Files Changed
        Commit graph MODIFY /icefaces/trunk/icefaces/core/src/com/icesoft/faces/webapp/http/servlet/UploadServlet.java
        Commit graph MODIFY /icefaces/trunk/icefaces/component/src/com/icesoft/faces/component/inputfile/InputFileRenderer.java
        Commit graph MODIFY /icefaces/trunk/icefaces/component/src/com/icesoft/faces/component/inputfile/InputFile.java
        Commit graph MODIFY /icefaces/trunk/icefaces/samples/component-showcase/src/com/icesoft/icefaces/samples/showcase/components/fileUpload/InputFileBean.java
        Commit graph MODIFY /icefaces/trunk/icefaces/core/src/com/icesoft/faces/webapp/http/servlet/FileUploadComponent.java
        Commit graph MODIFY /icefaces/trunk/icefaces/component/src/com/icesoft/faces/component/inputfile/FileInfo.java
        Commit graph MODIFY /icefaces/trunk/icefaces/samples/component-showcase/web/inc/components/inputFile.jspx
        Commit graph MODIFY /icefaces/trunk/icefaces/component-metadata/src/main/java/com/icesoft/metadata/generators/TagLibraryGenerator.java
        Commit graph MODIFY /icefaces/trunk/icefaces/component-metadata/src/main/resources/conf/ice_cust_properties/cust-inputFile-props.xml
        Hide
        Mircea Toma added a comment -

        Rollback part of the changes so that publicly defined interactions between component & beans remains the same.

        Show
        Mircea Toma added a comment - Rollback part of the changes so that publicly defined interactions between component & beans remains the same.
        Mircea Toma made changes -
        Status Open [ 1 ] Resolved [ 5 ]
        Resolution Fixed [ 1 ]
        Ken Fyten made changes -
        Affects Version/s 1.6DR#3 [ 10050 ]
        Affects Version/s 1.6 [ 10031 ]
        Ken Fyten made changes -
        Fix Version/s 1.6DR#3 [ 10050 ]
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #13433 Wed Mar 28 17:09:46 MDT 2007 mircea.toma Add methods as expected/described in the component metadata -- ICE-1357.
        Files Changed
        Commit graph MODIFY /icefaces/trunk/icefaces/component/src/com/icesoft/faces/component/inputfile/InputFile.java
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #13436 Thu Mar 29 11:02:47 MDT 2007 mircea.toma Avoid stack overflow when acquiring progressListener -- ICE-1357.
        Files Changed
        Commit graph MODIFY /icefaces/trunk/icefaces/component/src/com/icesoft/faces/component/inputfile/InputFile.java
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #13441 Fri Mar 30 11:33:47 MDT 2007 mircea.toma Fix test in progress tracking -- ICE-1357
        Files Changed
        Commit graph MODIFY /icefaces/trunk/icefaces/core/src/com/icesoft/faces/webapp/http/servlet/UploadServlet.java
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #13882 Tue May 15 15:04:54 MDT 2007 mircea.toma File upload gets a reference to this class now -- ICE-1357.
        Files Changed
        Commit graph MODIFY /icefaces/trunk/icefaces/core/src/com/icesoft/faces/webapp/xmlhttp/PersistentFacesState.java
        Ken Fyten made changes -
        Fix Version/s 1.6 [ 10031 ]
        Ken Fyten made changes -
        Status Resolved [ 5 ] Closed [ 6 ]
        Assignee Priority P1
        Assignee Mircea Toma [ mircea.toma ]

          People

          • Assignee:
            Unassigned
            Reporter:
            Mircea Toma
          • Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: