mirror of https://github.com/apache/archiva.git
fix network proxies documentation
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1386885 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
7c6c74c281
commit
96616bef6a
|
@ -34,18 +34,4 @@ Understanding Network Proxy Configuration of Apache Archiva
|
|||
Once configured, the network proxy can be attached to operations that access remote resources. At present, this is configured on the
|
||||
remote repository proxy connectors that need to access the remote repository over the HTTP protocol.
|
||||
|
||||
* Network Proxy Settings and the JVM
|
||||
|
||||
As Archiva still targets Java 5 and uses the built-in networking libraries, it must configure these settings using
|
||||
system properties. This can be problematic in two scenarios:
|
||||
|
||||
* if you use multiple different network proxies on different proxy connectors, they may clash
|
||||
|
||||
* if you deploy other applications into the same container as Archiva, they will likely pick up the settings
|
||||
|
||||
[]
|
||||
|
||||
Please refer to {{{http://jira.codehaus.org/browse/MRM-1248} MRM-1248}} for workarounds and to track the issue.
|
||||
|
||||
~~TODO: walkthrough configuration
|
||||
|
||||
[../images/network-proxies.png]
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 81 KiB |
|
@ -47,7 +47,7 @@ define("archiva.network-proxies",["jquery","i18n","jquery.tmpl","bootstrap","jqu
|
|||
this.password.subscribe(function(newValue){self.modified(true)});
|
||||
|
||||
//use NTLM proxy
|
||||
this.useNtlm=ko.observable(useNtlm);
|
||||
this.useNtlm=ko.observable(useNtlm?useNtlm:false);
|
||||
this.useNtlm.subscribe(function(newValue){self.modified(true)});
|
||||
|
||||
this.modified=ko.observable(false);
|
||||
|
|
Loading…
Reference in New Issue