Skip to content

Conversation

@zuzoid
Copy link

@zuzoid zuzoid commented Jun 13, 2019

Fixed empty virtualHost variable while trying to deduce it from uri

Fixed empty virtualHost variable while trying to deduce it from uri
@zuzoid
Copy link
Author

zuzoid commented Jun 13, 2019

¯\(ツ)

I checked it on my test instance (rabbitmq 3.3.5-34, CentOS 7), configured for two vhosts: "/" and "/vhost_test", test app with qamqp built with qt5.12.2.

I am see the following picture:

without hotfix:
connecting to "amqp://guest:guest@rmq_test:5672" - FAILED
"amqp://guest:guest@rmq_test:5672/" - OK
"amqp://guest:guest@rmq_test:5672/vhost_test" - OK
"amqp://guest:guest@rmq_test:5672/vhost_test/" - FAILED

after hotfix:
"amqp://guest:guest@rmq_test:5672" - OK
"amqp://guest:guest@rmq_test:5672/" - OK
"amqp://guest:guest@rmq_test:5672/vhost_test" - OK
"amqp://guest:guest@rmq_test:5672/vhost_test/" - FAILED

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant