designate/functionaltests
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
..
api Do not allow GET /resource.json 2016-03-14 18:58:44 +00:00
common Merge "Actually poll for zone deletes" 2016-02-22 18:11:37 +00:00
__init__.py Show functional test request logging 2015-08-19 15:44:11 +00:00