[jbosstools-issues] [JBoss JIRA] (JBDS-3983) Development Suite Installer should work behind proxy

Denis Golovin (JIRA) issues at jboss.org
Tue Aug 9 10:04:00 EDT 2016


    [ https://issues.jboss.org/browse/JBDS-3983?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13276766#comment-13276766 ] 

Denis Golovin commented on JBDS-3983:
-------------------------------------

In Windows I found two ways to configure proxy settings:
1. In Network Settings 
2. In Internet settings

The differences between those two proxy settings:
* (2) supports PAC (Proxy Automatic Configuration) script to configure proxy and applies to requests inside browsers;
* Network level settings for all network traffic (?)

DevSuite currently use two different frameworks to send HTTP requests:
1. Angular $http service to check for T&C's status for user with provided credentials;
2. node-request module to download binaries and report progress during install;

$http service (1) uses windows Internet Settings and probably Network Settings as well.
node-request uses only Network settings.

Would be good to make installer using only angular $http service, but this approach has problems with download progress reporting.



> Development Suite Installer should work behind proxy
> ----------------------------------------------------
>
>                 Key: JBDS-3983
>                 URL: https://issues.jboss.org/browse/JBDS-3983
>             Project: Red Hat JBoss Developer Studio (devstudio)
>          Issue Type: Epic
>          Components: platform-installer
>    Affects Versions: 10.1.0.AM1
>            Reporter: Denis Golovin
>            Assignee: Denis Golovin
>             Fix For: 10.1.0.AM3
>
>
> DevSuite installer cannot download stack software form external links because it uses nodejs request module without proxy settings.
> CDK also requires proxy to be configured to have vagrant up working after installation, which could affect CDK Server Adapter Implementation.



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)


More information about the jbosstools-issues mailing list