Fix typos
This commit is contained in:
parent
ee11f25d4c
commit
2f7a81a3c8
1 changed files with 3 additions and 3 deletions
|
@ -37,7 +37,7 @@ connection-ttl-millis::
|
||||||
|
|
||||||
max-connection-idle-time-millis::
|
max-connection-idle-time-millis::
|
||||||
Maximum time the connection might stay idle in the connection pool (900 seconds by default). Will start background cleaner thread of Apache HTTP client.
|
Maximum time the connection might stay idle in the connection pool (900 seconds by default). Will start background cleaner thread of Apache HTTP client.
|
||||||
Set to -`1` to disable this checking and the background thread.
|
Set to `-1` to disable this checking and the background thread.
|
||||||
|
|
||||||
disable-cookies::
|
disable-cookies::
|
||||||
`true` by default.
|
`true` by default.
|
||||||
|
@ -56,7 +56,7 @@ client-key-password::
|
||||||
This is _REQUIRED_ if `client-keystore` is set.
|
This is _REQUIRED_ if `client-keystore` is set.
|
||||||
|
|
||||||
proxy-mappings::
|
proxy-mappings::
|
||||||
Dennotes proxy configurations for outgoing HTTP requests.
|
Denotes proxy configurations for outgoing HTTP requests.
|
||||||
See the section on <<_proxymappings, Proxy Mappings for Outgoing HTTP Requests>> for more details.
|
See the section on <<_proxymappings, Proxy Mappings for Outgoing HTTP Requests>> for more details.
|
||||||
|
|
||||||
[[_proxymappings]]
|
[[_proxymappings]]
|
||||||
|
@ -107,7 +107,7 @@ echo SETUP: Configure proxy routes for HttpClient SPI
|
||||||
----
|
----
|
||||||
|
|
||||||
The `jboss-cli` command results in the following subsystem configuration.
|
The `jboss-cli` command results in the following subsystem configuration.
|
||||||
Note that one needs to encode `"` characters with `"`.
|
Note that one needs to encode `"` characters with `\"`.
|
||||||
[source,xml]
|
[source,xml]
|
||||||
----
|
----
|
||||||
<spi name="connectionsHttpClient">
|
<spi name="connectionsHttpClient">
|
||||||
|
|
Loading…
Reference in a new issue