GitHub user afs opened a pull request:
https://github.com/apache/jena/pull/247
Query string in URLs; uniform HttpClient/HttpContext usage.
JENA-1330: pass HttpClient/HttpContext in query and update calls.
JENA-1331: Support additional query string in URLs for services.
Add operations for HttpClient/HttpContext to
QueryExecutionFactory and UpdateExecutionFactory.
Use HttpContext in HtpQuery, then HttpClientContext.adapt as necessary.
Tests for URL generation.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/afs/jena rdfconnection-httpclient
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/jena/pull/247.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 #247
----
commit 5c5518a765f5c22749be3a2b9cac6ab5431f4627
Author: Andy Seaborne <[email protected]>
Date: 2017-04-27T13:18:26Z
Query string in URLs; uniform HttpClient/HttpContext usage.
JENA-1330: pass HttpClient/HttpContext in query and update calls.
JENA-1331: Support additional query string in URLs for services.
Add operations for HttpClient/HttpContext to
QueryExecutionFactory and UpdateExecutionFactory.
Use HttpContext in HtpQuery, then HttpClientContext.adapt as necessary.
Tests for URL generation.
----
---
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.
---