[rabbitmq-discuss] Virtual host switch in the 3.0.2 web management
Gotthard, Petr
Petr.Gotthard at Honeywell.com
Thu Feb 7 16:19:51 GMT 2013
The code is not available, but I found the problem:
VHOST_QUERIES["/xyz"] = "";
needed to be replaced by
VHOST_QUERIES.push(new RegExp("/xyz"));
Petr
-----Original Message-----
From: Simon MacMullen [mailto:simon at rabbitmq.com]
Sent: 7. února 2013 15:38
To: Gotthard, Petr
Cc: Discussions about RabbitMQ
Subject: Re: [rabbitmq-discuss] Virtual host switch in the 3.0.2 web management
On 07/02/13 14:36, Gotthard, Petr wrote:
> Well, it seems that it's somehow caused by my custom management
> plug-in. Most likely I forgot something when migrating my plug-in to
> 3.x: I added the NAVIGATION[] array setting, but there's probably
> something more.
Is the source available anywhere? I could have a look at it.
Cheers, Simon
--
Simon MacMullen
RabbitMQ, VMware
More information about the rabbitmq-discuss
mailing list