rabbitmq / rabbitmq-amqp1.0-client

Erlang AMQP 1.0 client
Other
20 stars 29 forks source link

URI decode user and password when parsing #21

Closed kjnilsson closed 6 years ago

kjnilsson commented 6 years ago

Usernames and passwords in the amqp URI may be URI encoded. Ensure we decode them during URI parse.

[#159650732]