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 2019/10/28 14:18:00 UTC

[jira] [Created] (WAGON-572) Mark ByteArrayInputStream in RequestEntityImplementation as repeatable

Michael Osipov created WAGON-572:
------------------------------------

             Summary: Mark ByteArrayInputStream in RequestEntityImplementation 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


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}}.



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