GitHub user CanardSauvage opened a pull request:
https://github.com/apache/httpclient/pull/35
URIBuilder extended for new method for empty values
We are using the URIBuilder heavily across many projects. Before this we
had our only implementation of an 'UrlBuilder' but we changed every usage to
the URIBuilder. There is only one method missing - we add a lot of parameters,
but sometimes they are not set/ empty/ null.
So this method would really help us to keep urls short and to not add
unnecessary parameters.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/CanardSauvage/httpclient
extend_uri_builder_for_empty_values
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/httpclient/pull/35.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #35
----
commit f30914d1f1e09f93f83565a889c434202447cf80
Author: Sebastian Waschnick <[email protected]>
Date: 2015-08-25T09:00:51Z
URIBuilder extended for new method for empty values
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]