Skip to content

Commit de6e3d1

Browse files
committed
Update link and copy changes to Mx9 and Mx10 documentation.
1 parent fc157b6 commit de6e3d1

3 files changed

Lines changed: 91 additions & 73 deletions

File tree

  • content/en/docs

content/en/docs/refguide/runtime/custom-settings/_index.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -302,16 +302,14 @@ The settings below configure metrics through [micrometer](https://micrometer.io/
302302

303303
## Proxy Settings {#proxy-settings}
304304

305-
{{% todo %}}Copy across to Mx9 and Mx 10{{% /todo %}}
306-
307305
### Http(s) Connections
308306

309307
The settings below configure the app to use a proxy for all connections, whether they are using the HTTP or HTTPS protocol. They are used in the following circumstances:
310308

311309
1. In the integration microflow activities [call web service](/refguide/call-web-service-action/), [call REST service](/refguide/call-rest-action/), [send REST request](/refguide/send-rest-request), and [call external action](/refguide/call-external-action/).
312310
2. In the external object microflow activities [send external object](/refguide/send-external-object/) and [delete external object](/refguide/delete-external-object/).
313311
3. When retrieving an external entity data using a [consumed OData service](/refguide/consumed-odata-service/).
314-
4. When calling the Mendix runtime API [Core.Http().executeHttpRequest](https://apidocs.rnd.mendix.com/11/runtime/com/mendix/http/Http.html) and [HttpConfiguration.getInstance().getProxyConfiguration()](https://apidocs.rnd.mendix.com/modelsdk/latest/classes/microflows.HttpConfiguration.html).
312+
4. When calling the Mendix runtime API [Core.Http().executeHttpRequest](https://apidocs.rnd.mendix.com/11/runtime/com/mendix/http/Http.html) and [HttpConfiguration.getInstance().getProxyConfiguration()](https://apidocs.rnd.mendix.com/11/runtime/com/mendix/http/IHttpConfiguration.html).
315313

316314
These settings can be set either as JVM properties or as custom Runtime settings. When both the JVM property and custom runtime setting are set, the app uses the custom runtime setting.
317315

@@ -343,5 +341,5 @@ These settings have to be set as JVM properties, not as custom runtime settings.
343341
| <a id="httpsnonProxyHosts" href="#httpsnonProxyHosts">https.nonProxyHosts</a> | Defines a list of hosts that should be reached directly, bypassing the proxy. This is a list of patterns separated by '&#x007C;'. The patterns may start or end with a '*' for wildcards. | |
344342

345343
{{% alert color="info" %}}
346-
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.
344+
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.
347345
{{% /alert %}}

content/en/docs/refguide10/runtime/custom-settings/_index.md

Lines changed: 24 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -306,32 +306,42 @@ The settings below configure metrics through [micrometer](https://micrometer.io/
306306

307307
### Http(s) Connections
308308

309-
The settings below configure the app to use a proxy for all connections, whether they are http or https connections, in:
309+
The settings below configure the app to use a proxy for all connections, whether they are using the HTTP or HTTPS protocol. They are used in the following circumstances:
310310

311-
1. Integration microflow activities [call web service](/refguide/call-web-service-action/), [call REST service](/refguide/call-rest-action/), [send REST request](/refguide/send-rest-request) and [call external action](/refguide/call-external-action/).
312-
2. External object microflow activities [send external object](/refguide/send-external-object/) and [delete external object](/refguide/delete-external-object/).
313-
3. Retrieving external entity data using a [consumed OData service](/refguide/consumed-odata-service/).
314-
4. Mendix runtime API [Core.Http().executeHttpRequest](https://apidocs.rnd.mendix.com/11/runtime/com/mendix/http/Http.html) and [HttpConfiguration.getInstance().getProxyConfiguration()].
311+
1. In the integration microflow activities [call web service](/refguide10/call-web-service-action/), [call REST service](/refguide10/call-rest-action/), [send REST request](/refguide10/send-rest-request), and [call external action](/refguide10/call-external-action/).
312+
2. In the external object microflow activities [send external object](/refguide10/send-external-object/) and [delete external object](/refguide10/delete-external-object/).
313+
3. When retrieving an external entity data using a [consumed OData service](/refguide10/consumed-odata-service/).
314+
4. When calling the Mendix runtime API [Core.Http().executeHttpRequest](https://apidocs.rnd.mendix.com/10/runtime/com/mendix/http/Http.html) and [HttpConfiguration.getInstance().getProxyConfiguration()](https://apidocs.rnd.mendix.com/10/runtime/com/mendix/http/IHttpConfiguration.html).
315315

316-
These settings can be set either as JVM properties or as custom Runtime settings. When set as both a JVM propery and a custom runtime setting, the app uses the custom runtime setting.
316+
These settings can be set either as JVM properties or as custom Runtime settings. When both the JVM property and custom runtime setting are set, the app uses the custom runtime setting.
317317

318318
| Name | Description | Default Value |
319319
| --- | --- | --- |
320-
| <a id="httpproxyHost" href="#httpproxyHost">http.proxyHost</a> | Defines the hostname of the HTTP proxy server. | |
321-
| <a id="httpproxyPort" href="#httpproxyPort">http.proxyPort</a> | Defines the port number of the HTTP proxy server. | |
320+
| <a id="httpproxyHost" href="#httpproxyHost">http.proxyHost</a> | Defines the hostname of the HTTP proxy server. | |
321+
| <a id="httpproxyPort" href="#httpproxyPort">http.proxyPort</a> | Defines the port number of the HTTP proxy server. | |
322322
| <a id="httpproxyUser" href="#httpproxyUser">http.proxyUser</a> | Defines the user of the HTTP proxy server. | |
323323
| <a id="httpproxyPassword" href="#httpproxyPassword">http.proxyPassword</a> | Defines the password of the HTTP proxy server. | |
324324

325-
Note that the `http.` part of the names of these settings does not imply anything about `http` or `https` connections - it's just the name of the setting.
325+
{{% alert color="info" %}}
326+
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.
327+
{{% /alert %}}
326328

327329
### License Server
328330

329-
The settings below configure the app to use a proxy to reach the Mendix license server. These settings have to be set as JVM properties, not as custom Runtime settings.
331+
The settings below configure the app to use a proxy to reach the Mendix license server.
332+
333+
{{% alert color="info" %}}
334+
These settings have to be set as JVM properties, not as custom runtime settings.
335+
{{% /alert %}}
330336

331-
| <a id="httpsproxyHost" href="#httpsproxyHost">https.proxyHost</a> | Defines the hostname of the HTTPS proxy server. | |
332-
| <a id="httpsproxyPort" href="#httpsproxyPort">https.proxyPort</a> | Defines the port number of the HTTPS proxy server. | |
337+
| Name | Description | Default Value |
338+
| --- | --- | --- |
339+
| <a id="httpsproxyHost" href="#httpsproxyHost">https.proxyHost</a> | Defines the hostname of the HTTPS proxy server. | |
340+
| <a id="httpsproxyPort" href="#httpsproxyPort">https.proxyPort</a> | Defines the port number of the HTTPS proxy server. | |
333341
| <a id="httpsproxyUser" href="#httpsproxyUser">https.proxyUser</a> | Defines the user of the HTTPS proxy server. | |
334342
| <a id="httpsproxyPassword" href="#httpsproxyPassword">https.proxyPassword</a> | Defines the password of the HTTPS proxy server. | |
335-
| <a id="httpsnonProxyHosts" href="#httpsnonProxyHosts">https.nonProxyHosts</a> | 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. | |
343+
| <a id="httpsnonProxyHosts" href="#httpsnonProxyHosts">https.nonProxyHosts</a> | Defines a list of hosts that should be reached directly, bypassing the proxy. This is a list of patterns separated by '&#x007C;'. The patterns may start or end with a '*' for wildcards. | |
336344

337-
Note that the `https.` part of the names of these settings does not imply anything about `http` or `https` connections - it's just the name of the setting.
345+
{{% alert color="info" %}}
346+
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.
347+
{{% /alert %}}

0 commit comments

Comments
 (0)