mirror of
https://github.com/corda/corda.git
synced 2025-03-15 08:41:04 +00:00
* ENT-2669: Introduce option for HTTP proxy for outbound Bridge connectivity One of our customers currently using HTTP proxy without which outbound connection from Corda Node cannot be established. Also, propagate `trace` setting correctly down the Bridge stack. * ENT-2669: Compilation fixes. * ENT-2669: Revert deleted constructor back. * ENT-2669: First stub on HTTP Proxy integration test. * ENT-2669: Minor changes. * ENT-2669: Reduce test to bare minimum. * ENT-2669: Attempt to write own HttpProxy. * ENT-2669: Another attempt to make programmatic HttpProxy work. * ENT-2697: Disable DNS resolution before sending requests to proxies. * ENT-2669: Switch to use Jetty HttpProxy for integration testing. * Adds a pipeline logger ahead of the proxy stage if trace is set. The logging is removed once the proxy completes. Define a constant for pipeline stage.