]
George Gastaldi updated FORGE-822:
----------------------------------
Affects Version/s: 1.2.2.Final
(was: 1.2.3.Final)
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.2.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: