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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]