DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13541>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13541

SAVE_UPLOAD_FILES_TO_DISK should be configurable

           Summary: SAVE_UPLOAD_FILES_TO_DISK should be configurable
           Product: Cocoon 2
           Version: Current CVS
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Enhancement
          Priority: Other
         Component: core
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


CocoonServlet passes a final boolean SAVE_UPLOADED_FILES_TO_DISK = true to the 
RequestFactory.

This should become a ServetConfig init parameter to allow using the 
MultipartRequestFactoryImpl producing FilePartArray objects for upload requests.

Provided one is not afraid of memory exhaustion, FilePartArray avoids the 
problems of FilePartFile (race condition, privacy issue, housekeeping).

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to