[forge-issues] [JBoss JIRA] (FORGE-822) Proxy settings utility for plugin writers

Ivan St. Ivanov (JIRA) jira-events at lists.jboss.org
Thu Mar 14 16:41:41 EDT 2013


Ivan St. Ivanov created FORGE-822:
-------------------------------------

             Summary: Proxy settings utility for plugin writers
                 Key: FORGE-822
                 URL: https://issues.jboss.org/browse/FORGE-822
             Project: Forge
          Issue Type: Enhancement
          Components: Shell
    Affects Versions: 1.2.3.Final
            Reporter: Ivan St. Ivanov
            Assignee: Ivan St. Ivanov
             Fix For: 1.2.3.Final


There is a utility class that the built-in plugins may use to read the proxy information from the Forge user configuration. This is the org.jboss.forge.shell.util.ProxySettgins class, which is part of the forge-shell project. 

However, the plugins that are  not part of that module do not have access at runtime to this utility class. So if they need information about the HTTP proxy, the plugin writers have to know all the details how these are set in the ~/.forge/config.xml file.

The solution is to move the ProxySettings class to the same package, but in the forge-shell-api project. The latter can be safely accessed by the plugins.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the forge-issues mailing list