Files
Dmitriy Rabotyagov c826b3ab1f do not use str(url) to stringify a URL for subsequent use
The str(url) function in SQLAlchemy hides the password.
For a URL string that is to be re-used, use
render_as_string(hide_password=False).

this also replaces usege of falcon resp.body to resp.text [1]

[1] https://github.com/falconry/falcon/issues/1578

Change-Id: Ib8a393fd626f5515ef92632a5236120c3ccbde05
2024-12-01 23:07:04 +01:00
..
2015-04-08 18:25:45 +01:00
2020-06-02 20:13:25 +02:00
2016-12-05 19:57:32 +04:00