device-mgt-core/components/identity-extensions/org.wso2.carbon.identity.jwt.client.extension/src
Madhawa Perera b87763dba1
Add capability to WSO2 IOT server to route HTTP/HTTPS calls through Proxy server (#1244)
* Fix IoT Server HTTP/HTTPS calls bypassing a Proxy server

Since the Feign client is not supporting proxy routing this fix has included okhttp client and pass it to the feigns okkhttp client wrapper in order to pass HTTP/HTTPS call through proxy server if the system proxy properties are set. Further this modifies the apache http client also to pick system properties.

fixes wso2/product-iots#1806

* Remove unwanted comments and commented lines

* Remove the localhost host check

* Add default non proxy hosts

Added localhost as a default non proxy host

* use the version property from parent pom

Use the version property, "github.openfeign.version" from parent pom instead of hard-coding the version range
2018-04-18 15:18:59 +05:30
..
main/java/org/wso2/carbon/identity/jwt/client/extension Add capability to WSO2 IOT server to route HTTP/HTTPS calls through Proxy server (#1244) 2018-04-18 15:18:59 +05:30
test Implemented operation response publishing to analytics 2018-01-25 14:52:32 +05:30