I think I've fixed this problem by explicitly setting the connector helper in
my client with:
Engine.getInstance().getRegisteredClients().clear();
Engine.getInstance().getRegisteredClients().add(new HttpClientHelper(null));I'm using the net client. So far it seems to have fixed the issue. Thanks! ------------------------------------------------------ http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2805979

