[ 
https://issues.apache.org/jira/browse/AXIOM-495?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16770231#comment-16770231
 ] 

Hudson commented on AXIOM-495:
------------------------------

SUCCESS: Integrated in Jenkins build axiom-trunk #3004 (See 
[https://builds.apache.org/job/axiom-trunk/3004/])
AXIOM-495: Correct behavior of MemoryBlobInputStream when reset() is called 
without mark(). (veithen: rev 1853727)
* (edit) 
axiom/axiom-api/src/main/java/org/apache/axiom/blob/MemoryBlobInputStreamImpl.java
* (add) 
axiom/axiom-api/src/test/java/org/apache/axiom/blob/suite/TestResetWithoutMark.java
* (edit) 
axiom/axiom-api/src/test/java/org/apache/axiom/blob/suite/WritableBlobTestSuiteBuilder.java


> MemoryBlobInputStream reset() broken
> ------------------------------------
>
>                 Key: AXIOM-495
>                 URL: https://issues.apache.org/jira/browse/AXIOM-495
>             Project: Axiom
>          Issue Type: Bug
>    Affects Versions: 1.2.20
>            Reporter: Ralf Hauser
>            Assignee: Andreas Veithen
>            Priority: Minor
>
> When markSupported() is true, doing a reset() before the first read should be 
> possible.
> With org.apache.axiom.blob.MemoryBlobInputStream this is not true, while 
> before reset(), available() returns a value > 0, after reset(), it is 0



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

Reply via email to