You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jena.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/03/09 16:32:38 UTC

[jira] [Commented] (JENA-1309) Default java properties for proxy setting not picked up

    [ https://issues.apache.org/jira/browse/JENA-1309?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15903328#comment-15903328 ] 

ASF GitHub Bot commented on JENA-1309:
--------------------------------------

GitHub user ajs6f opened a pull request:

    https://github.com/apache/jena/pull/223

    JENA-1309: HttpOp should respect system properties for default client

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/ajs6f/jena JENA-1309

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/jena/pull/223.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 #223
    
----
commit 6f9e59d64bdba14f63178a3776cabb914a6d5537
Author: ajs6f <aj...@virginia.edu>
Date:   2017-03-09T16:31:33Z

    JENA-1309: HttpOp should respect system properties for default client

----


> Default java properties for proxy setting not picked up
> -------------------------------------------------------
>
>                 Key: JENA-1309
>                 URL: https://issues.apache.org/jira/browse/JENA-1309
>             Project: Apache Jena
>          Issue Type: Bug
>          Components: ARQ, Fuseki
>    Affects Versions: Fuseki 2.5.0
>            Reporter: Dominique Vandensteen
>            Assignee: A. Soroka
>
> While trying to run a sparql with "service" I'm getting timeout errors. It seems fuseki is not picking up the default java proxy properties (-Dhttp.proxyHost=... and such)
> A workaround based on http://stackoverflow.com/a/25690647 works. To use this workaround together with the system properties, this can be used instead of the code in the stackoverflow post:
>   static {
>     HttpOp.setDefaultHttpClient(HttpClients.createSystem());
>   }
> Link to mailing list: http://mail-archives.apache.org/mod_mbox/jena-users/201703.mbox/%3CCA+wZyeuHOy+_6wY6YzcNArUzAoCRmMOY1848mVnO7VYodct35w@mail.gmail.com%3E



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)