Bug #1161
d1client error handling not returning error messages
Status:
Closed
Priority:
Normal
Assignee:
Category:
d1_libclient_java
Target version:
Start date:
Due date:
% Done:
100%
Milestone:
Product Version:
*
Story Points:
Sprint:
History
#1 Updated by Rob Nahf almost 14 years ago
- Category set to d1_libclient_java
- Status changed from In Progress to Closed
- Assignee set to Rob Nahf
- % Done changed from 0 to 100
create errors were not making to the errorStream output by the test cases. Investigation showed some commented code, and extra parsing code in a few places that seemed hastily committed. Cleaned up the code so that the protected methods sendRequest and handleCreateAndUpdate use correctly propagate http errors up the calling chain.