The url parameter
The url parameter is one of the main parameters. In the configuration files, the url parameter defines the list of matching client endpoints for which the contained configuration parameters are applied. (The client endpoint address is retrieved using HTTPConduit.getAddress()).
-
.* matches all endpoints,
-
https.* matches all client addresses starting with "https".
-
https://localhost.* matches all client addresses starting with "https" only at localhost.
-
in the order defined by the order parameter (see the table in the order parameter),
-
then by an exact match,
-
then by a configuration with a matching conduit bean name.
If a parameter is defined in multiple matching configuration files, then the last parameter definition found is the one that is used.