softlayer / softlayer-object-storage-java

SoftLayer Object Storage Java Client
Other
9 stars 10 forks source link

Client search method fix #1

Closed nasdf closed 12 years ago

nasdf commented 12 years ago

In order to get the search method in the client class to work you must change params.put(X_CONTENT, "search"); to params.put("X-Context", "search");

ibivibiv commented 12 years ago

Changed to X-Context... good catch Thanks!!!