diff options
author | Daniel Stenberg <daniel@haxx.se> | 2019-01-02 20:18:27 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2019-01-10 10:49:51 +0100 |
commit | 98e6629154044e4ab1ee7cff8351c7ebcb131e88 (patch) | |
tree | e02c52b9eab8cce69bbd885c3b52202451290f75 /tests/data/test1621 | |
parent | afeb8d99022255279ee63125f2fa0f69810ce9c3 (diff) |
xattr: strip credentials from any URL that is stored
Both user and password are cleared uncondtitionally.
Added unit test 1621 to verify.
Fixes #3423
Closes #3433
Diffstat (limited to 'tests/data/test1621')
-rw-r--r-- | tests/data/test1621 | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/tests/data/test1621 b/tests/data/test1621 new file mode 100644 index 000000000..1117d1bd2 --- /dev/null +++ b/tests/data/test1621 @@ -0,0 +1,27 @@ +<testcase> +<info> +<keywords> +unittest +stripcredentials +</keywords> +</info> + +# +# Client-side +<client> +<server> +none +</server> +<features> +unittest +https +</features> + <name> +unit tests for stripcredentials from URL + </name> +<tool> +unit1621 +</tool> +</client> + +</testcase> |