-
Bug
-
Resolution: Done
-
Major
-
2.3.2.Final
-
None
-
None
public <T> T postTarget(Class<T> returnType) throws Exception
{ BaseClientResponse<T> response = (BaseClientResponse<T>) post(returnType); return response.getEntity(); }postTarget should check if response is 200 before returning an entity. if it is 204 then return null.