From 3c5631f8e16718eca2d6a34c2296673d208da662 Mon Sep 17 00:00:00 2001 From: Joost Verhoog Date: Fri, 24 Apr 2026 09:31:31 +0200 Subject: [PATCH 1/2] Fix documentation for license server proxy and add 11.10.0 documentation --- .../refguide/runtime/custom-settings/_index.md | 16 +++++++++++++++- .../refguide10/runtime/custom-settings/_index.md | 2 +- .../refguide9/runtime/custom-settings/_index.md | 2 +- 3 files changed, 17 insertions(+), 3 deletions(-) diff --git a/content/en/docs/refguide/runtime/custom-settings/_index.md b/content/en/docs/refguide/runtime/custom-settings/_index.md index 1e724084793..2acb933fcd5 100644 --- a/content/en/docs/refguide/runtime/custom-settings/_index.md +++ b/content/en/docs/refguide/runtime/custom-settings/_index.md @@ -322,6 +322,7 @@ These settings can be set either as JVM properties or as custom Runtime settings | http.proxyPort | Defines the port number of the HTTP proxy server. | | | http.proxyUser | Defines the user of the HTTP proxy server. | | | http.proxyPassword | Defines the password of the HTTP proxy server. | | +| http.nonProxyHosts | See below | | {{% alert color="info" %}} The `http.` part of the names of these settings does not imply anything about whether the `HTTP` or `HTTPS` protocol is used - it is just the name of the setting. @@ -341,8 +342,21 @@ These settings have to be set as JVM properties, not as custom runtime settings. | https.proxyPort | Defines the port number of the HTTPS proxy server. | | | https.proxyUser | Defines the user of the HTTPS proxy server. | | | https.proxyPassword | Defines the password of the HTTPS proxy server. | | -| https.nonProxyHosts | Defines a list of hosts that should be reached directly, bypassing the proxy. This is a list of patterns separated by '|'. The patterns may start or end with a '*' for wildcards. | | +| http.nonProxyHosts | See below | | {{% alert color="info" %}} The `https.` part of the names of these settings does not imply anything about whether the `HTTP` or `HTTPS` protocol is used - it is just the name of the setting. {{% /alert %}} + +### Non-proxy hosts {#non-proxy-hosts} + +The setting `http.nonProxyHosts` defines a list of hosts that should be reached directly, bypassing the proxy. This is a list of patterns separated by '|'. + +This settings applies to both http(s) connections and the license server: + +1. For http(s) connections the patterns may start or end with a '*' for wildcards. +2. For the license server the runtime ignores wildcards. + +{{% alert color="info" %}} +Using `http.nonProxyHosts` for http(s) connections was introduced in Mendix 11.10.0. +{{% /alert %}} diff --git a/content/en/docs/refguide10/runtime/custom-settings/_index.md b/content/en/docs/refguide10/runtime/custom-settings/_index.md index b276b1e9e0b..2357dcacced 100644 --- a/content/en/docs/refguide10/runtime/custom-settings/_index.md +++ b/content/en/docs/refguide10/runtime/custom-settings/_index.md @@ -334,7 +334,7 @@ These settings have to be set as JVM properties, not as custom runtime settings. | https.proxyPort | Defines the port number of the HTTPS proxy server. | | | https.proxyUser | Defines the user of the HTTPS proxy server. | | | https.proxyPassword | Defines the password of the HTTPS proxy server. | | -| https.nonProxyHosts | Defines a list of hosts that should be reached directly, bypassing the proxy. This is a list of patterns separated by '|'. The patterns may start or end with a '*' for wildcards. | | +| http.nonProxyHosts | Defines a list of hosts that should be reached directly, bypassing the proxy. This is a list of host names separated by '|'. | | {{% alert color="info" %}} The `https.` part of the names of these settings does not imply anything about whether the `HTTP` or `HTTPS` protocol is used - it is just the name of the setting. diff --git a/content/en/docs/refguide9/runtime/custom-settings/_index.md b/content/en/docs/refguide9/runtime/custom-settings/_index.md index 424884847c2..20ab214b8cf 100644 --- a/content/en/docs/refguide9/runtime/custom-settings/_index.md +++ b/content/en/docs/refguide9/runtime/custom-settings/_index.md @@ -284,7 +284,7 @@ These settings have to be set as JVM properties, not as custom runtime settings. | https.proxyPort | Defines the port number of the HTTPS proxy server. | | | https.proxyUser | Defines the user of the HTTPS proxy server. | | | https.proxyPassword | Defines the password of the HTTPS proxy server. | | -| https.nonProxyHosts | Defines a list of hosts that should be reached directly, bypassing the proxy. This is a list of patterns separated by '|'. The patterns may start or end with a '*' for wildcards. | | +| http.nonProxyHosts | Defines a list of hosts that should be reached directly, bypassing the proxy. This is a list of host names separated by '|'. | | {{% alert color="info" %}} The `https.` part of the names of these settings does not imply anything about whether the `HTTP` or `HTTPS` protocol is used - it is just the name of the setting. From 4f492e9128f3817759f6f197fbb032c2244b4721 Mon Sep 17 00:00:00 2001 From: Quinn Tracy <142489060+quinntracy@users.noreply.github.com> Date: Fri, 24 Apr 2026 11:44:13 +0200 Subject: [PATCH 2/2] Review --- .../refguide/runtime/custom-settings/_index.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/content/en/docs/refguide/runtime/custom-settings/_index.md b/content/en/docs/refguide/runtime/custom-settings/_index.md index 2acb933fcd5..389e81af2f0 100644 --- a/content/en/docs/refguide/runtime/custom-settings/_index.md +++ b/content/en/docs/refguide/runtime/custom-settings/_index.md @@ -350,13 +350,14 @@ The `https.` part of the names of these settings does not imply anything about w ### Non-proxy hosts {#non-proxy-hosts} -The setting `http.nonProxyHosts` defines a list of hosts that should be reached directly, bypassing the proxy. This is a list of patterns separated by '|'. - -This settings applies to both http(s) connections and the license server: - -1. For http(s) connections the patterns may start or end with a '*' for wildcards. -2. For the license server the runtime ignores wildcards. - {{% alert color="info" %}} Using `http.nonProxyHosts` for http(s) connections was introduced in Mendix 11.10.0. {{% /alert %}} + +The `http.nonProxyHosts` setting defines a list of hosts that should be reached directly, bypassing the proxy. This is a list of patterns separated by '|'. + +This setting applies to both http(s) connections and the license server: + +* Http(s) connections – the patterns may start or end with a '*' for wildcards +* License server – the runtime ignores wildcards +