InputStream.writeTo(..) may not skip the headers when Type.Body is used
-----------------------------------------------------------------------

                 Key: IMAP-235
                 URL: https://issues.apache.org/jira/browse/IMAP-235
             Project: JAMES Imap
          Issue Type: Bug
          Components: Mailbox
    Affects Versions: 0.2
            Reporter: Norman Maurer
            Assignee: Norman Maurer
             Fix For: 0.2


I introduced code to make it more performant to transfer data when using a 
FileInputStream. Unfortunally I introduced a bug here where its possible that 
the headers are not skipped before writing back the stream to the client. This 
is because I do some wrapping and not check if the header were skipped before 
write the stream to the client

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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

Reply via email to