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/uri/tasks
Dag Wieers 800dad5bdf uri: Add redirect tests for none, safe, urllib2 and all (#37068)
This is required if we want to ensure that #36809 doesn't cause any
important behavioral changes.

This PR changes the uri module to support follow_redirects=urllib2

It also adds a better error message when the connection closes before
any data was returned.
7 years ago
..
main.yml uri: Add redirect tests for none, safe, urllib2 and all (#37068) 7 years ago
redirect-all.yml uri: Add redirect tests for none, safe, urllib2 and all (#37068) 7 years ago
redirect-none.yml uri: Add redirect tests for none, safe, urllib2 and all (#37068) 7 years ago
redirect-safe.yml uri: Add redirect tests for none, safe, urllib2 and all (#37068) 7 years ago
redirect-urllib2.yml uri: Add redirect tests for none, safe, urllib2 and all (#37068) 7 years ago