[rabbitmq-discuss] Management Plugin URL Encoding Bug
Jerry Kuch
jerryk at vmware.com
Wed Feb 29 20:04:13 GMT 2012
Gavin:
Ooops... that looks like a bug. I'll file one in our Bugzilla for it.
Thanks for pointing it out.
Best regards,
Jerry
----- Original Message -----
From: "Gavin M. Roy" <gmr at myyearbook.com>
To: "List::RabbitMQ" <rabbitmq-discuss at lists.rabbitmq.com>
Sent: Wednesday, February 29, 2012 11:56:03 AM
Subject: [rabbitmq-discuss] Management Plugin URL Encoding Bug
It appears that the Javascript code that encodes values does not properly encode more than one underscore (_) when creating a URL.
For example, when deleting a binding:
Routing Key: foo_bar_baz
Will be encoded as foo%255Fbar_baz
/api/bindings/vhost_name/e/exchange_name/q/queue_name/foo%255Fbar_baz
Should be encoded as foo%255Fbar%255Fbaz
/api/bindings/vhost_name/e/exchange_name/q/queue_name/foo%255Fbar%255Fbaz
If there's an external bug-tracker I can use to submit this (or other trivial items like it), please let me know.
Thanks,
Gavin
_______________________________________________
rabbitmq-discuss mailing list
rabbitmq-discuss at lists.rabbitmq.com
https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss
More information about the rabbitmq-discuss
mailing list