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


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.

Reply via email to