Open GoogleCodeExporter opened 9 years ago
Correction: the logging should be enabled with log().body() or log().full(),
not with log().status()
Original comment by m...@farewellutopia.com
on 27 Aug 2012 at 4:53
How does your service return it? As a string? In that case I think it's correct
since \" will read as " in Java. If you're in doubt check with wireshark and
see what's actually sent on the wire.
Original comment by johan.ha...@gmail.com
on 28 Aug 2012 at 6:34
The service returns \", the escape is present over the wire as well as when
directly consumng the body such as with ResponseBody.asString(). Without the
esacpe it wouldn't be valid json.
Original comment by m...@farewellutopia.com
on 28 Aug 2012 at 8:29
Ok thanks for investigating.
Original comment by johan.ha...@gmail.com
on 28 Aug 2012 at 8:53
Do you know if this issue is still valid?
Original comment by johan.ha...@gmail.com
on 4 Jun 2014 at 1:34
Original issue reported on code.google.com by
m...@farewellutopia.com
on 26 Aug 2012 at 3:39