You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by "Norman Maurer (JIRA)" <ji...@apache.org> on 2011/05/24 12:30:47 UTC

[jira] [Created] (MAILBOX-71) InputStreamContent should limit the returned InputStreams to match the size() return value

InputStreamContent should limit the returned InputStreams to match the size() return value
------------------------------------------------------------------------------------------

                 Key: MAILBOX-71
                 URL: https://issues.apache.org/jira/browse/MAILBOX-71
             Project: James Mailbox
          Issue Type: Bug
          Components: store
    Affects Versions: 0.2
            Reporter: Norman Maurer
            Assignee: Norman Maurer
             Fix For: 0.3


InputStreamContent does over a InputStream which contains the content of a message. Beside this it offer a method to get the size of the content. We should make sure the returned InputStream does not contain more data as the returned size to make this conistent in all cases

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org


[jira] [Resolved] (MAILBOX-71) InputStreamContent should limit the returned InputStreams to match the size() return value

Posted by "Norman Maurer (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MAILBOX-71?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Norman Maurer resolved MAILBOX-71.
----------------------------------

    Resolution: Fixed

done

> InputStreamContent should limit the returned InputStreams to match the size() return value
> ------------------------------------------------------------------------------------------
>
>                 Key: MAILBOX-71
>                 URL: https://issues.apache.org/jira/browse/MAILBOX-71
>             Project: James Mailbox
>          Issue Type: Bug
>          Components: store
>    Affects Versions: 0.2
>            Reporter: Norman Maurer
>            Assignee: Norman Maurer
>             Fix For: 0.3
>
>
> InputStreamContent does over a InputStream which contains the content of a message. Beside this it offer a method to get the size of the content. We should make sure the returned InputStream does not contain more data as the returned size to make this conistent in all cases

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org