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.