n-jay commented on code in PR #55: URL: https://github.com/apache/synapse/pull/55#discussion_r979421279
########## modules/core/src/main/java/org/apache/synapse/endpoints/EndpointDefinition.java: ########## @@ -208,7 +216,18 @@ public String getAddress(MessageContext messageContext) { * @param address the absolute address to be used */ public void setAddress(String address) { - this.address = address; + this.originalAddress = address; + String fetchedAddress = ConfigUtils.fetchEnvironmentVariables(address); Review Comment: Resolved https://github.com/apache/synapse/pull/55/commits/80314352fca33dba35454bd2aa6af3402fa8b151 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@synapse.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@synapse.apache.org For additional commands, e-mail: dev-h...@synapse.apache.org