MaMengzhen opened a new pull request, #6268: URL: https://github.com/apache/shenyu/pull/6268
<!-- Describe your PR here; e.g. Fixes #issueNo --> In the addCustoms Header method, when obtaining the value of the header, only the basic type is checked. If a string type check is added, when testing the MCP tool, except for string type, numerical and Boolean basic types cannot be replaced with the value of the header.I removed the value that can only replace headers of type string. #6267 <!-- Thank you for proposing a pull request. This template will guide you through the essential steps necessary for a pull request. --> Make sure that: - [ ] You have read the [contribution guidelines](https://shenyu.apache.org/community/contributor-guide). - [ ] You submit test cases (unit or integration tests) that back your changes. - [ ] Your local test passed `./mvnw clean install -Dmaven.javadoc.skip=true`. -- 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]
