[ https://issues.apache.org/jira/browse/COCOON-2055?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Martin Heiden updated COCOON-2055: ---------------------------------- Attachment: MultipartFilter490029.patch The patch for 490029. > MultipartFilter disposes uploaded file before processing the pipeline > --------------------------------------------------------------------- > > Key: COCOON-2055 > URL: https://issues.apache.org/jira/browse/COCOON-2055 > Project: Cocoon > Issue Type: Bug > Components: * Cocoon Core > Affects Versions: 2.2-dev (Current SVN) > Reporter: Martin Heiden > Attachments: MultipartFilter490029.patch > > > The org.apache.cocoon.servlet.multipart.MultipartFilter disposes uploaded > files before the request is processed by a pipline. The method call > filterChain.doFilter(request, response); is made after the finally clause > which deletes the autosaved files and disposes it from the request object. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.