You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Michael Osipov (Jira)" <ji...@apache.org> on 2020/02/16 11:34:00 UTC

[jira] [Updated] (WAGON-572) Mark ByteArrayInputStream in WagonHttpEntity as repeatable

     [ https://issues.apache.org/jira/browse/WAGON-572?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michael Osipov updated WAGON-572:
---------------------------------
    Description: There are cases where a request needs to be replayed. Input streams aren't repeatable by nature, but those based on byte arrays are. Our signature calculation spits out strings, byte arrays. Handle byte arrays as we handle {{FileInputStreams}}.  (was: There are cases where a request needs to be replayed. Input treams aren't repeatable by nature, but those based on byte arrays are. Our signature calculation spits out strings, byte arrays. Handle byte arrays as we handle {{FileInputStreams}}.)

> Mark ByteArrayInputStream in WagonHttpEntity as repeatable
> ----------------------------------------------------------
>
>                 Key: WAGON-572
>                 URL: https://issues.apache.org/jira/browse/WAGON-572
>             Project: Maven Wagon
>          Issue Type: Improvement
>          Components: wagon-http
>    Affects Versions: 3.3.3
>            Reporter: Michael Osipov
>            Priority: Major
>
> There are cases where a request needs to be replayed. Input streams aren't repeatable by nature, but those based on byte arrays are. Our signature calculation spits out strings, byte arrays. Handle byte arrays as we handle {{FileInputStreams}}.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)