kvin024 / ksoap2-android

Automatically exported from code.google.com/p/ksoap2-android
0 stars 0 forks source link

Compressed error streams are not being unzipped #131

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Call a webservice
2. During HttpTransportSE.call(), an IOException occurs
3. If the error stream is compressed, ksoap will attempt to read from it 
without unzipping it first. This causes the xml parser to fail.

What is the expected output? What do you see instead?
Expected: If the server is returning gzipped content, the error stream should 
be unzipped before reading from it.
Actual: The error stream is never unzipped before reading from it.

What version of the product are you using? On what operating system?
ksoap2-android-assembly-2.6.5-jar-with-dependencies.jar
Android 4.0.4
Android 4.1.1

Please provide any additional information below.
I've submitted a pull request on GitHub with a fix for this issue.
https://github.com/mosabua/ksoap2-android/pull/27

Original issue reported on code.google.com by wwi...@gmail.com on 26 Aug 2012 at 5:44

GoogleCodeExporter commented 9 years ago
Pull request pulled in. Thank you for the contribution. Will be release with 
3.0.0-RC.2

Original comment by mosa...@gmail.com on 13 Sep 2012 at 4:58