Story #1271
Refactor d1_libclient_java to work with new MMP handlers
Status:
Closed
Priority:
High
Assignee:
Category:
d1_libclient_java
Target version:
Start date:
2011-01-28
Due date:
% Done:
100%
Story Points:
Sprint:
Description
The new mimemulitpart classes are incompatible with the structure of D1Node, which has somewhat brittle handlers for different types of calls. Need to refactor and generalize these lower level functions.
Subtasks
Related issues
History
#1 Updated by Dave Vieglais almost 14 years ago
- Target version changed from Sprint-2011.05 to Sprint-2011.06
- Position set to 4
#2 Updated by Rob Nahf almost 14 years ago
- Target version changed from Sprint-2011.06 to Sprint-2011.09-Block.2
- Position deleted (
5) - Position set to 30
#3 Updated by Dave Vieglais almost 14 years ago
- Target version changed from Sprint-2011.09-Block.2 to Sprint-2011.10-Block.2
- Position deleted (
52) - Position set to 2
#4 Updated by Rob Nahf almost 14 years ago
- Status changed from In Progress to Closed
all methods except login methods are switched over to use the new httpClient-based D1RestClient. Login methods would have required extension of the D1RestClient to handle non-MMP message bodies, but since these are likely to change with upcoming authorization and authentication reimplementation, left this work for later.