Uploaded image for project: 'Commons FileUpload'
  1. Commons FileUpload
  2. FILEUPLOAD-50

[fileupload] FileItem implements Serializable incorrectly

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • None
    • None
    • Operating System: All
      Platform: PC

    • 32785

    Description

      org.apache.commons.fileupload.FileItem implements Serializable, but does not
      honor the contract. It contains member field
      org.apache.commons.fileupload.DeferredFileOutputStream, which is not
      Serializable. Would prefer to have this class be truly Serializable but may not
      be practical considering the nature of it. It should at least not define itself
      as such, as it is misleading.

      Attachments

        Activity

          People

            Unassigned Unassigned
            cris@dsnet.net Cris Daniluk
            Votes:
            2 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: