You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/integration/targets/get_url/tasks
Martin Krizek f593eb42a3
get_url: properly parse filename in content-disposition (#83748)
Since we don't really care about the type we don't have to
query for it and just retrieve the filename value.
Unfortunately we cannot use module_utils.urls.get_response_filename
as we don't have the response object, so just utilize
email.message.Message to parse the filename
instead of manually doing the work ourselves.

Fixes: #83690
2 months ago
..
ciphers.yml Ensure we are passing ciphers to all url_get calls (#79718) 2 years ago
hashlib.yml Remove more Python 2 handling from tests (#82449) 11 months ago
main.yml get_url: properly parse filename in content-disposition (#83748) 2 months ago
use_gssapi.yml Fix FreeBSD HTTP Kerberos setup (#72595) 4 years ago
use_netrc.yml Typo fixes and other bits and bobs (#83672) 4 months ago