I'm currently trying to update from Restlet 2.0m6 to 2.0.0. I found some of my unit tests were hanging after performing the upgrade. I traced the problem down to this line:
setStatus(Status.CLIENT_ERROR_BAD_REQUEST) I found when I changed the Status type to something else, e.g. Status.CLIENT_ERROR_NOT_FOUND, then it no longer would hang. Is there something special about CLIENT_ERROR_BAD_REQUEST that could cause this problem? ------------------------------------------------------ http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2647066

