rabbitmq-server/deps/amqp_client
Luke Bakken 494d171ff2
Correctly use AMQP URI query parameter `password`
Fixes #8129

The query parameter `password` in an AMQP URI should only be used to set
a certificate password, *not* the login password. The login password is
set via the `amqp_authority` section as defined here -

https://www.rabbitmq.com/uri-spec.html

* Add test that demonstrates issue in #8129
* Modify code to fix test

Modify amqp_uri so that test passes
2023-05-10 07:13:47 -07:00
..
include (c) year bump: 2022 => 2023 2023-01-01 23:17:36 -05:00
src Correctly use AMQP URI query parameter `password` 2023-05-10 07:13:47 -07:00
test Correctly use AMQP URI query parameter `password` 2023-05-10 07:13:47 -07:00
.gitignore Ignore ./sbin and ./escript 2019-12-25 00:19:32 +03:00
BUILD.bazel Use gazelle generated bazel files 2023-04-17 18:13:18 +02:00
CODE_OF_CONDUCT.md Replace files with symlinks 2022-04-15 06:04:29 -07:00
CONTRIBUTING.md Replace files with symlinks 2022-04-15 06:04:29 -07:00
LICENSE Update LICENSE 2020-07-20 10:39:28 +01:00
LICENSE-MPL-RabbitMQ Revert drop of Exhibit B on MPL 2.0 2020-07-20 16:50:19 +01:00
Makefile Use gazelle generated bazel files 2023-04-17 18:13:18 +02:00
README.in Remove missleading text 2023-03-14 18:03:36 +01:00
app.bzl Replace globs in bazel with explicit lists of files 2023-04-25 17:29:12 +02:00
erlang.mk Update branch names and links 2022-09-29 13:58:56 -07:00
rabbitmq-components.mk Update branch names and links 2022-09-29 13:58:56 -07:00

README.in

README.in:

Please see https://www.rabbitmq.com/build-erlang-client.html for build
instructions.