Ashan Hansaka
Ashan Hansaka
### Problem Currently, transactions are counted using the [Integration Transaction Counter](https://github.com/wso2/integration-transaction-counter), which is a separate service. ### Solution Integrate the transaction counter directly within the APIM to streamline the counting...
### Purpose - Improve the filtering of block conditions by enabling support for filtering based on the exact condition value. - Related to: https://github.com/wso2/api-manager/issues/3084 ### Approach - Introduce a new...
### Description An `SQLSyntaxErrorException` occurs when using the `CONCAT` function in Oracle versions prior to 23c. The error is triggered when attempting to concatenate more than two arguments, which is...
### Problem Following changes are suggested during the [DEMO] Transaction Counter Improvement. ### Solution - [x] Simplify configuration settings and change the configuration title in the transaction counter. - [x]...
### Problem Currently, errors encountered during the deny policy search process are not logged with sufficient detail. The existing implementation handles errors without capturing or passing the error logs. ###...
### Purpose Add integration test for the improvement https://github.com/wso2/carbon-apimgt/pull/12560 Related to: https://github.com/wso2/api-manager/issues/3084
### Purpose > - Currently, API Products do not support resources with mock implementations. To enable this functionality, it is necessary to check for the availability of the mediation script...
### Description 1. **publisher/003-run-time-configs/04-enable-mutual-ssl-and-upload-certificate.spec.js** - https://github.com/wso2-support/apim-apps/blob/05b1f22dbf9bfbef434ba326311fe7948ba68b03/tests/cypress/integration/publisher/003-run-time-configs/04-enable-mutual-ssl-and-upload-certificate.spec.js#L38 and https://github.com/wso2-support/apim-apps/blob/05b1f22dbf9bfbef434ba326311fe7948ba68b03/tests/cypress/integration/publisher/003-run-time-configs/04-enable-mutual-ssl-and-upload-certificate.spec.js#L83 need to be updated as the current implementation fails. **Update to:** ```js cy.get('#transportLevel div:first', { timeout: Cypress.config().largeTimeout }).click({ force: true }); cy.wait(1000);...
### Description Generating access tokens with scopes hangs indefinitely. `generate-token` request is not sent, only the `oauth-keys` request is sent. `oauth-keys` request status is 200 and following is the reference....
### Description The button/icon to copy the cURL request does not appear in the Publisher Portal Try Out console. ### Steps to Reproduce 1. Create an API and deploy it....