JENA-576: Merge commit 'refs/pull/151/head' of github.com:apache/jena

This closes #151.


Project: http://git-wip-us.apache.org/repos/asf/jena/repo
Commit: http://git-wip-us.apache.org/repos/asf/jena/commit/be13685c
Tree: http://git-wip-us.apache.org/repos/asf/jena/tree/be13685c
Diff: http://git-wip-us.apache.org/repos/asf/jena/diff/be13685c

Branch: refs/heads/master
Commit: be13685c1932ae60876f1e476df1bc0a8f4e31a8
Parents: 1fd19ed 722b3f3
Author: Andy Seaborne <a...@apache.org>
Authored: Fri Oct 14 19:57:13 2016 +0100
Committer: Andy Seaborne <a...@apache.org>
Committed: Fri Oct 14 19:57:13 2016 +0100

----------------------------------------------------------------------
 .../auth/AbstractCredentialsAuthenticator.java  | 114 -----
 .../web/auth/AbstractScopedAuthenticator.java   | 151 -------
 .../atlas/web/auth/ApacheModAuthFormLogin.java  |  49 ---
 .../atlas/web/auth/DelegatingAuthenticator.java |  89 ----
 .../apache/jena/atlas/web/auth/FormLogin.java   | 120 ------
 .../jena/atlas/web/auth/FormsAuthenticator.java | 202 ---------
 .../jena/atlas/web/auth/HttpAuthenticator.java  |  69 ---
 .../web/auth/PreemptiveBasicAuthenticator.java  | 109 -----
 .../atlas/web/auth/ScopedAuthenticator.java     | 101 -----
 .../atlas/web/auth/ScopedNTAuthenticator.java   | 137 ------
 .../atlas/web/auth/ServiceAuthenticator.java    | 129 ------
 .../atlas/web/auth/SimpleAuthenticator.java     |  78 ----
 .../atlas/web/auth/SimpleNTAuthenticator.java   |  71 ---
 .../jena/query/DatasetAccessorFactory.java      |  10 +-
 .../jena/query/QueryExecutionFactory.java       |  48 +--
 .../java/org/apache/jena/riot/web/HttpOp.java   | 430 +++++--------------
 .../jena/sparql/engine/http/HttpQuery.java      | 164 +++----
 .../apache/jena/sparql/engine/http/Params.java  |  49 +--
 .../sparql/engine/http/QueryEngineHTTP.java     | 190 +++-----
 .../apache/jena/sparql/engine/http/Service.java |  32 +-
 .../jena/sparql/modify/UpdateProcessRemote.java |  15 +-
 .../sparql/modify/UpdateProcessRemoteBase.java  |  72 +---
 .../sparql/modify/UpdateProcessRemoteForm.java  |  21 +-
 .../org/apache/jena/sparql/util/Context.java    |   7 +-
 .../jena/update/UpdateExecutionFactory.java     |  52 +--
 .../jena/web/DatasetGraphAccessorHTTP.java      |  51 +--
 .../jena/sparql/engine/http/TestService.java    |  53 +--
 .../java/org/apache/jena/fuseki/ServerCtl.java  | 108 +++++
 .../java/org/apache/jena/fuseki/ServerTest.java |  71 +--
 .../java/org/apache/jena/fuseki/TS_Fuseki.java  |  27 +-
 .../java/org/apache/jena/fuseki/TestAuth.java   | 246 +++++------
 .../java/org/apache/jena/fuseki/TestQuery.java  |  18 +-
 .../apache/jena/fuseki/TestSPARQLProtocol.java  |   2 -
 .../fuseki/http/TestDatasetAccessorHTTP.java    |  14 +-
 .../http/TestDatasetGraphAccessorHTTP.java      |   9 +-
 .../org/apache/jena/fuseki/http/TestHttpOp.java |  20 +-
 .../java/org/apache/jena/fuseki/FusekiTest.java |  13 +-
 .../java/org/apache/jena/fuseki/ServerTest.java |   5 +-
 .../java/org/apache/jena/fuseki/TestAuth.java   | 173 +++-----
 .../apache/jena/fuseki/TestHttpOperations.java  |  28 +-
 .../org/apache/jena/fuseki/http/TestHttpOp.java |  77 +---
 .../AbstractJenaConnectionTests.java            |  24 +-
 .../jdbc/results/AbstractResultSetTests.java    |   8 +-
 .../org/apache/jena/jdbc/utils/TestUtils.java   |  27 +-
 .../jena/jdbc/remote/RemoteEndpointDriver.java  | 166 ++-----
 .../connections/RemoteEndpointConnection.java   |  27 +-
 .../RemoteEndpointPreparedStatement.java        |  24 +-
 .../statements/RemoteEndpointStatement.java     |  23 +-
 .../jena/jdbc/remote/TS_JdbcDriverRemote.java   |  20 +-
 .../AbstractRemoteEndpointConnectionTests.java  |   8 -
 .../TestRemoteEndpointConnection.java           |  30 +-
 .../TestRemoteEndpointConnectionWithAuth.java   |  24 +-
 ...stRemoteEndpointConnectionWithGraphUris.java |  34 +-
 ...oteEndpointConnectionWithResultSetTypes.java |  30 +-
 .../metadata/TestRemoteConnectionMetadata.java  |  34 +-
 .../AbstractRemoteEndpointResultSetTests.java   |   5 +-
 .../results/TestRemoteEndpointResults.java      |  19 +-
 .../TestRemoteEndpointResultsWithAuth.java      |  21 +-
 .../TestRemoteEndpointResultsWithGraphUris.java |  28 +-
 ...RemoteEndpointResultsWithResultSetTypes.java |  25 +-
 .../TestRemoteEndpointStatements.java           |  36 +-
 61 files changed, 995 insertions(+), 3042 deletions(-)
----------------------------------------------------------------------


Reply via email to