designate/functionaltests/api/v2/clients
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
..
__init__.py Add Tempest zone tests 2015-03-13 21:11:47 +00:00
blacklist_client.py Functional tests: Use a configurable url pattern 2015-10-01 19:17:27 +00:00
pool_client.py Functional tests: Use a configurable url pattern 2015-10-01 19:17:27 +00:00
quotas_client.py Functional tests: Use a configurable url pattern 2015-10-01 19:17:27 +00:00
recordset_client.py Functional tests: Use a configurable url pattern 2015-10-01 19:17:27 +00:00
tld_client.py Update functional test TLDCLient 2016-01-29 14:30:53 -06:00
transfer_accepts_client.py Functional tests: Use a configurable url pattern 2015-10-01 19:17:27 +00:00
transfer_requests_client.py Functional tests: Use a configurable url pattern 2015-10-01 19:17:27 +00:00
zone_client.py Do not allow GET /resource.json 2016-03-14 18:58:44 +00:00
zone_export_client.py Functional tests: Use a configurable url pattern 2015-10-01 19:17:27 +00:00
zone_import_client.py Functional tests: Use a configurable url pattern 2015-10-01 19:17:27 +00:00