-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Plugins | Response transformer broken on Kong 2.8.1.4 #9461
Labels
Comments
@PalAditya Thank you for your investigation. We will give it a try and this one needs to be fixed. |
hello @PalAditya, I think I was able to replicate this but there are a couple of details I'd like to clarify:
Could you confirm the issue I reproduced reflects your findings? |
Hi @samugi , that's right |
resolved by #9463 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is there an existing issue for this?
Kong version (
$ kong version
)2.8.1.4
Current Behavior
The response transformer plugin breaks on Kong 2.8.1.4 if there's a string response.
Sample:
Same issue does not occur with response-transformer-advanced
Expected Behavior
The plugin shouldn't crash kong, as the response is plain string and not json.
Steps To Reproduce
Anything else?
OS: Rhel8
The text was updated successfully, but these errors were encountered: