Incorrect proxyMappings example in the guides

Closes #25514

Signed-off-by: rmartinc <rmartinc@redhat.com>
This commit is contained in:
rmartinc 2024-04-22 13:21:07 +02:00 committed by Marek Posolda
parent 64862d568e
commit eac4b53751

View file

@ -85,7 +85,9 @@ For example, consider the following regex:
You apply a regex-based hostname pattern by entering this command:
<@kc.start parameters="--spi-connections-http-client-default-proxy-mappings=\"\'*\\\\\\.(google|googleapis)\\\\\\.com;http://www-proxy.acme.com:8080\'\""/>
<@kc.start parameters="--spi-connections-http-client-default-proxy-mappings=\'.*\\\\.(google|googleapis)\\\\.com;http://www-proxy.acme.com:8080\'"/>
The backslash character `\` is escaped again because micro-profile config is used to parse the array of mappings.
To determine the proxy for the outgoing HTTP request, the following occurs: