[rabbitmq-discuss] webmachine error
Simon MacMullen
simon at rabbitmq.com
Fri Nov 8 08:27:13 GMT 2013
On 07/11/2013 9:38PM, Frank Shearar wrote:
> We already know that the HTTP API breaks for queues with malformed
> names (i.e., names that are not UTF-8) -
> http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/2013-October/031505.html.
> This looks like the same bug or similar.
Yeah, looks like it.
The AMQP (and STOMP and MQTT) specs all say that names should be encoded
in UTF-8 (and usually don't provide a way to specify an alternate
encoding, so it's not obvious what an invalid UTF-8 byte sequence could
be taken to mean).
Unfortunately the broker does not enforce this. A future version
probably will.
Cheers, Simon
--
Simon MacMullen
RabbitMQ, Pivotal
More information about the rabbitmq-discuss
mailing list