Closed GoogleCodeExporter closed 9 years ago
That's probably because text/html is already recognized by REST Assured as a
parser. While it probably should work I don't quite understand why you would
want to parse HTML using the JSON parser.
Original comment by johan.ha...@gmail.com
on 14 Jul 2012 at 6:56
Yes, this sounds weird, while we could not change the HTTP respond from
'text/html' to 'text/json', while the actual http body is json string. So it
will be great if RestAssured.registerParser("text/html", Parser.JSON) works
for this.
thanks.
Original comment by yydz...@gmail.com
on 14 Jul 2012 at 8:48
Fixed in trunk. Please verify.
Original comment by johan.ha...@gmail.com
on 16 Aug 2012 at 1:36
Original issue reported on code.google.com by
yydz...@gmail.com
on 13 Jul 2012 at 2:49