designate/functionaltests/api/v2
Tim Simmons 2ce080d36c Do not allow GET /resource.json
By _default_, Pecan exposes the functionality
to try and "use the extension in the URL for
guessing the content type to return."

I'm not even kidding:
http://pecan.readthedocs.org/en/latest/pecan_core.html#pecan.core.Pecan
`guess_content_type_from_ext`.

So this allowed an API user to GET /v2/zones.json that returned
the same thing as /v2/zones. Similarly for /zones/id.json.

So this turns that off.

Change-Id: I38a2e35f58cf7619bee64247d7ac01a50b0dcc58
2016-03-14 18:58:44 +00:00
..
clients Do not allow GET /resource.json 2016-03-14 18:58:44 +00:00
models Add functional tests for TLDs 2015-10-13 15:06:53 +00:00
__init__.py Add initial code for tempest tests 2015-03-05 22:32:07 +00:00
base.py Functional tests for MX, TXT, SPF, SSHFP validation 2016-02-10 23:55:10 +00:00
fixtures.py Log stacktraces of MultipleExceptions in functionaltests 2016-02-03 10:59:25 -06:00
test_blacklist_unauthed.py Unauthed tests for Blacklists (Security) 2015-09-24 16:54:37 -05:00
test_blacklist.py Fix argument order in assertEqual to (expect, obs) 2015-11-05 21:39:38 +01:00
test_pool_unauthed.py Unauthed tests for Pools (Security) 2015-09-24 16:55:33 -05:00
test_pool.py Fix argument order in assertEqual to (expect, obs) 2015-11-05 21:39:38 +01:00
test_recordset_unauthed.py Add functional tests for TLDs 2015-10-13 15:06:53 +00:00
test_recordset_validation.py Functional tests for MX, TXT, SPF, SSHFP validation 2016-02-10 23:55:10 +00:00
test_recordset.py Functional tests for MX, TXT, SPF, SSHFP validation 2016-02-10 23:55:10 +00:00
test_tld.py Add functional tests for TLDs 2015-10-13 15:06:53 +00:00
test_zone_ownership_transfers.py Replace assertEqual(None, *) with assertIsNone in tests 2016-01-18 18:46:16 +05:30
test_zone_unauthed.py Unauthed tests for Zones (Security) 2015-09-24 16:48:08 -05:00
test_zone.py Do not allow GET /resource.json 2016-03-14 18:58:44 +00:00