Closed
Description
Symfony version(s) affected
4.4.
Description
Looks like #47533 breaks AMQP authentication (I suppose redis is affected as well) in case password contains + sign.
urldecode documentations says: "Decodes any %## encoding in the given string. Plus symbols ('+') are decoded to a space character."
Also I suppose that password may have any of %## characters.
How to reproduce
Set + sign as part of password and it will be replaced with space.
Possible Solution
Remove urldecode at least from password option
Additional Context
No response