Incorrect Information in documentation.
---------------------------------------
Key: FILEUPLOAD-147
URL: https://issues.apache.org/jira/browse/FILEUPLOAD-147
Project: Commons FileUpload
Issue Type: Bug
Affects Versions: 1.2
Environment: Firefox
Reporter: Steven Zimmer
Priority: Trivial
http://commons.apache.org/fileupload/using.html
The guide refers to functions not in the current API's for apache commons io
and commons upload
The specific section:
FileCleaningTracker fileCleaningTracker
= FileCleanerCleanup.getFileCleaningTracker(context);
return new DiskFileItemFactory(fileCleaningTracker,
DiskFileItemFactory.DEFAULT_SIZE_THRESHOLD,
repository);
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.