-
Notifications
You must be signed in to change notification settings - Fork 12
Plugin runs into an exception on invalid/unparseable HTTP response body #73
Comments
What does "crashes" mean exactly? A mere exception in the logs from the JSON parser ( |
The rabbitmq-trust-store plugin stops working (as indicated by the last lines of the stack trace). |
To be used in integration tests. References rabbitmq/rabbitmq-trust-store#73.
The problem still appears in RabbitMQ version 3.7.24. Reproduction steps:
Stack trace (with endpoint initially returning 404 status code):
|
#74 was not backported to |
Once we have a new 3.7 alpha that includes an updated build of this plugin we will post a link here so you can try it. |
3.7.25-alpha.2 should include #74. |
The rabbitmq-trust-store plugin crashes if the JSON object of the HTTP response cannot be parsed.
Stack trace:
Reproduction:
The text was updated successfully, but these errors were encountered: