This is an automated email from the ASF dual-hosted git repository.
cstamas pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-site.git
The following commit(s) were added to refs/heads/master by this push:
new 9123b91a Clarify the use of Java system properties (#392)
9123b91a is described below
commit 9123b91aba49c9d62e8df185985aad4cfb9d89e8
Author: Tamas Cservenak <[email protected]>
AuthorDate: Tue Mar 7 14:24:32 2023 +0100
Clarify the use of Java system properties (#392)
They MAY work but that is NOT the official way of doing things nor should
be considered as proper way: it is implementation detail of transport (does it
obey or not).
---
content/apt/guides/mini/guide-proxies.apt | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/content/apt/guides/mini/guide-proxies.apt
b/content/apt/guides/mini/guide-proxies.apt
index 18bdae75..8eb1d317 100644
--- a/content/apt/guides/mini/guide-proxies.apt
+++ b/content/apt/guides/mini/guide-proxies.apt
@@ -59,8 +59,9 @@ Configuring a proxy
+----+
- Please note that currently NTLM proxies are not supported as they have not
been tested. You may be able to use the
- relevant system properties on JDK 1.4+ to make this work.
+ Please note that currently NTLM proxies are not supported as they have not
been tested. Some transports allow to use
+ the relevant Java system properties to make this work, but that approach is
specific for given implementation,
+ and should not be considered the "official" way of configuring proxies.
* Resources