Bug #2457
client cn.resolve() follows the redirect
Status:
Closed
Priority:
High
Assignee:
Category:
d1_libclient_java
Target version:
Start date:
Due date:
% Done:
100%
Milestone:
CCI-1.0.0
Product Version:
*
Story Points:
Sprint:
Description
cn.resolve() no longer returns the objectLocationList, but follows the redirect and returns the data object instead.
need to turn off the redirect in libclient_java.
see: http://stackoverflow.com/questions/1352949/preventing-httpclient-4-from-following-redirect.
HttpClientParams.setRedirecting(params, false);
History
#1 Updated by Rob Nahf over 12 years ago
- Category set to d1_libclient_java
- Assignee set to Rob Nahf
- Priority changed from Normal to High
#2 Updated by Rob Nahf over 12 years ago
- Status changed from New to Closed
fixed in d1_libclient_java trunk.