James Cammarata
|
ed35e8bce2
|
Don't override the http status code when successful in urls.py
|
2016-04-18 13:20:24 -04:00 |
|
Matt Martz
|
a985bf6a31
|
Don't pass context to urlopen, instead add it to the handlers. Fixes https://github.com/ansible/ansible-modules-core/issues/3437
|
2016-04-15 16:10:54 -05:00 |
|
Matt Martz
|
6e9c09d7f7
|
Utilize urllib3.contrib.pyopenssl functionality for SNI capability in python versions lacking SNI support
Also add SNI tests, move test_uri to destructive since we are messing with packages for SNI testing
|
2016-04-06 10:14:13 -05:00 |
|
Matt Martz
|
cacb74aeeb
|
Merge pull request #14340 from sivel/uri-no-httplib2
Add RedirectHandler class for controlling redirects in urllib2
|
2016-02-23 11:53:16 -06:00 |
|
Matt Martz
|
3e9408e317
|
Add some additional integration tests that mix SSL verification and redirects
|
2016-02-23 11:48:09 -06:00 |
|
Brian Coca
|
08b3dbcda3
|
corrected several usages of deprecated bare vars
|
2016-02-08 13:13:15 -05:00 |
|
Matt Martz
|
97e0f29a5b
|
Add/improve tests for the uri module
|
2016-02-05 12:14:57 -06:00 |
|
Toshio Kuratomi
|
1cc83dd0d9
|
Make tests that use kennethreitz retry.
|
2015-12-18 11:50:36 -08:00 |
|
Toshio Kuratomi
|
8c6f56f982
|
kennetreitz.org times out but www.kennethreitz.org is fine
|
2015-12-17 11:46:26 -08:00 |
|
Toshio Kuratomi
|
327b1676a8
|
Add support for SNI and TLS-1.1 and TLS-1.2 to the fetch_url() helper
Fixes #1716
Fixes #1695
|
2015-07-14 12:48:35 -07:00 |
|
Toshio Kuratomi
|
ac14ad1419
|
Test on fields that are actually set
|
2015-05-28 17:02:48 -07:00 |
|
Toshio Kuratomi
|
1bda7cc200
|
Test that uri module validates certs
|
2015-05-28 15:35:45 -07:00 |
|
Toshio Kuratomi
|
a8d52e3e94
|
Have to setup the proper mime-types before importing SImpleHttpServer
|
2015-05-21 12:24:41 -07:00 |
|
Toshio Kuratomi
|
7af2632c87
|
Forgot to invoke wrapper instead of SimpleHttpServer
|
2015-05-21 11:56:58 -07:00 |
|
Toshio Kuratomi
|
b312e97a30
|
Think that integration tests are failing in json due to lack of json mimetype. Make a short wrapper to fix that.
|
2015-05-21 10:59:57 -07:00 |
|
Toshio Kuratomi
|
0f9ad9dad2
|
Update integration tests from @darkk to work with the current uri module code
|
2015-05-14 14:21:29 -07:00 |
|
Leonid Evdokimov
|
3383a7b37a
|
tests: replace start-stop-daemon with async action
|
2015-05-14 12:58:24 -07:00 |
|
Leonid Evdokimov
|
ae9ba4afa1
|
uri: provide raw_content, parse json without double-decoding. Fixes #7586
Regression potential:
- `raw_content` is written to `dest` file instead of decoded `content`
- `raw_content` doubles module reply
|
2015-05-14 12:58:24 -07:00 |
|