Shanmuganathan Srivathsan

Results 10 comments of Shanmuganathan Srivathsan

As a solution we can set JVM parameters at the server startup as follows, ./wso2server.sh -Dhttp.nonProxyHosts =10.|localhost|127.0.0.1|.\.[domain.com](http://domain.com/) Please refer to https://ei.docs.wso2.com/en/7.2.0/micro-integrator/setup/configuring_proxy_servers/#for-blocking-service-calls, for more details.

Management API support has been added via https://github.com/wso2/micro-integrator/issues/2388

We use Opentracing in MI to publish traces. Opentracing does not support W3C Trace context propagation. We may need to go with OpenTelemetry, https://opentelemetry.io/docs/instrumentation/java/manual/, to support this.

Verified upto PR No.1540

Verified upto PR No.1574

Hi @sreenath-centime , You may refer the blog [1] get a better understanding of configuring HTTP status codes. You may also follow that blog to configure non-error HTTP status code...

Hi @yasirjanjua, From the fix https://github.com/wso2/wso2-axis2/pull/201, we have introduced a property to configure non-error HTTP status code/comma separated codes for call mediator in blocking mode. Example: `` The above fix...

The XPath function fn:environment-variable is available from XPath 3.0 onwards [1]. We came across a requirement to be able to use the above function within synapse configurations. Therefore it would...

Reopening since there were test failures

Hi @uarulraj486, our team is currently evaluating the options to make the security fixes available for the public. Will keep you posted.