mirror of https://github.com/ansible/ansible.git
uri: form location correctly from relative redirect (#84541)
* uri: form location correctly from relative redirect Previously, the original URL would be combined with the relative location incorrectly, especially for URL of any complexity. Add simple tests demonstrating the problem that fail without the fix * fix pylint error, import the method similar to other uri methods * add changelog fragment Signed-off-by: Abhijeet Kasurde <Akasurde@redhat.com>pull/84862/head
parent
101e2eb19a
commit
61a6222e0e
@ -0,0 +1,3 @@
|
||||
---
|
||||
bugfixes:
|
||||
- uri - Form location correctly when the server returns a relative redirect (https://github.com/ansible/ansible/issues/84540)
|
||||
Loading…
Reference in New Issue