It seems like the preferred way to manipulate the query string associated with a URI when using org.apache.http.client.utils.URIBuilder is using the [set|clear|add]Parameter[s] methods rather than the setQuery and removeQuery methods. However, while the setQuery method is deprecated the removeQuery method is not. Is this an oversight or is there a specific reason for this? I would like to understand their intended uses better.
BTW, I posted a question about this at StackOverflow.com as well, but I am not sure if members of this list monitor those or not. http://stackoverflow.com/questions/19668899/what-is-the-difference-between-removequery-and-clearparameters-in-org-ap Thanks for your time & for your work on HttpComponents/HttpClient! -Jacob ****************************************************************************** "This message and any attachments are solely for the intended recipient and may contain confidential or privileged information. If you are not the intended recipient, any disclosure, copying, use, or distribution of the information included in this message and any attachments is prohibited. If you have received this communication in error, please notify us by reply e-mail and immediately and permanently delete this message and any attachments. Thank you." ****************************************************************************** --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
