mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 13:52:54 +00:00
Don't rely on netloc for determining hostname and port, just use hostname and port (#56270)
* Add changelog fragment * Fix IPv6 address parsing for py2.6, and add tests * make sure hostname isn't None
This commit is contained in:
4
changelogs/fragments/urls-ipv6-redirects.yml
Normal file
4
changelogs/fragments/urls-ipv6-redirects.yml
Normal file
@@ -0,0 +1,4 @@
|
||||
bugfixes:
|
||||
- urls - Handle redirects properly for IPv6 address by not splitting on ``:``
|
||||
and rely on already parsed hostname and port values
|
||||
(https://github.com/ansible/ansible/issues/56258)
|
||||
Reference in New Issue
Block a user