Add ability to see raw response from server when something goes wrong. (OC Transpo...
authorChris Jaekl <cejaekl@yahoo.com>
Sun, 21 Dec 2014 03:24:59 +0000 (22:24 -0500)
committerChris Jaekl <cejaekl@yahoo.com>
Sun, 21 Dec 2014 03:24:59 +0000 (22:24 -0500)
commit418e4d229a8b607b022cfb867bb702bec1765d13
tree3b92673bd615777c348f6c659b3f65572256d745
parentd870b8b1ca2e633b0f2b58969cc042888d07db6e
Add ability to see raw response from server when something goes wrong.  (OC Transpo returns a non-html plain-text response when things go wrong).  Also, clean up a warning about deprecation in one unit test.
cov.sh
go.sh
prod/net/jaekl/qd/http/InvalidResponseException.java
prod/net/jaekl/qd/http/RequestBroker.java
prod/net/jaekl/qd/util/InputStreamWrapper.java [new file with mode: 0644]
test/net/jaekl/qd/http/HttpServletRequestMock.java
test/net/jaekl/qd/http/RequestBrokerTest.java
test/net/jaekl/qd/util/InputStreamWrapperTest.java [new file with mode: 0644]