users@jersey.java.net

[Jersey] Sending "" body to Jersey

From: Oded Hassidi <oded.hassidi_at_gmail.com>
Date: Thu, 2 Feb 2012 16:12:04 +0200

Hi I am trying to send "" (empty string) as an application/json to jersey
using rest-client and it seems stuck in some infinite loop after thread
dump I saw that it stuck on JsonXmlStreamReader.readNext, any ideas?