mirror of https://github.com/ansible/ansible.git
Add compat function for parsing Content-Disposition header (#81807)
* py2 compat for get_param * Add tests, and handle ValueError * Add clog fragpull/81838/head
parent
c2567b1d67
commit
831dc6e444
@ -0,0 +1,3 @@
|
||||
bugfixes:
|
||||
- uri/urls - Add compat function to handle the ability to parse the filename from a Content-Disposition header
|
||||
(https://github.com/ansible/ansible/issues/81806)
|
||||
Loading…
Reference in New Issue