[ 
https://jira.nuxeo.org/browse/NXP-5897?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=84038#action_84038
 ] 

Thierry Delprat commented on NXP-5897:
--------------------------------------

Configuration is set via system properties or nuxeo properties 
(nuxeo.properties file)

public static final String CONNECT_PROXY_HOST_PROPERTY = 
"org.nuxeo.connect.proxy.host";

public static final String CONNECT_PROXY_PORT_PROPERTY = 
"org.nuxeo.connect.proxy.port";

public static final String CONNECT_PROXY_LOGIN_PROPERTY = 
"org.nuxeo.connect.proxy.login";

public static final String CONNECT_PROXY_PASSWORD_PROPERTY = 
"org.nuxeo.connect.proxy.password";

> connect client connector do not support connection through an HTTP proxy
> ------------------------------------------------------------------------
>
>                 Key: NXP-5897
>                 URL: https://jira.nuxeo.org/browse/NXP-5897
>             Project: Nuxeo Enterprise Platform
>          Issue Type: Bug
>          Components: Admin Center
>            Reporter: Stéphane Lacoin
>            Assignee: Thierry Delprat
>             Fix For: 5.4
>
>   Original Estimate: 0 minutes
>          Time Spent: 30 minutes
>  Remaining Estimate: 0 minutes
>
> Apache http client do not support java.net system properties for proxies.
> We need to add specific support in ConnectHttpConnector class for proxied 
> connection but also for authentication.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://jira.nuxeo.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       
_______________________________________________
ECM-tickets mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm-tickets

Reply via email to