wso2 / product-ei

An open source, a high-performance hybrid integration platform that allows developers quick integration with any application, data, or system.
https://wso2.com/integration/
Apache License 2.0
374 stars 280 forks source link

Inconsistent ports for OData services #5575

Closed PasanT9 closed 2 years ago

PasanT9 commented 2 years ago

Description: The responses to the OData requests always contains the Servlet port. Even if the request is sent to the Passthrough port, response contains URLs as if the request came to the Servlet port. This is caused due to routing traffic from Passthrough port to the Servlet port to process the OData request.

Suggested Labels:

Suggested Assignees:

Affected Product Version: EI-6.6.0

OS, DB, other environment details and versions:

Steps to reproduce:

  1. Create an OData service.
  2. Send an OData GET request to the 9763 port.

Related Issues:

PasanT9 commented 2 years ago

The issue is not there for Micro Integrator 4.1.0 since we do not use a Servelet transport.