Transit XML Proxy Declaration
Description
Optional proxy settings.
Attributes
host | required | The proxy host. |
Nested Elements
credentials | Optional declaration of a proxy username and password. |
excludes | Declaration of a set of proxy exclude paths. |
Example
<transit cache="${dpml.data}/cache" layout="classic"> <local path="file:${dpml.share}/local" layout="modern"/> <proxy host="http://proxy.acme.org:8082"> <credentials> <username>batman</username> <password>password</password> </credentials> <excludes> <exclude>*.acme.org</exclude> </excludes> </proxy> ... </transit>