Branch: refs/heads/3.0
Home:
https://github.com/resteasy/Resteasy
Commit: cc1c8483991b94fa6ef16cd763ef4580619f6b3a
https://github.com/resteasy/Resteasy/commit/cc1c8483991b94fa6ef16cd763ef4...
Author: Ingo Weiss <iweiss(a)users.noreply.github.com>
Date: 2017-06-06 (Tue, 06 Jun 2017)
Changed paths:
M
resteasy-jaxrs/src/main/java/org/jboss/resteasy/plugins/providers/SourceProvider.java
M testsuite/README.MD
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/sourceProvider/SourceProviderTest.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/sourceProvider/resource/Book.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/sourceProvider/resource/BookResource.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/sourceProvider/resource/SourceProviderApp.java
Log Message:
-----------
[RESTEASY-1649] SourceProvider fails to write StreamSource created with StringReader
(#1174)
* [RESTEASY-1649] SourceProvider fails to write StreamSource created with StringReader