neutron/neutron/tests
Matthew Edmonds 2ae14cc9ad fix overaggressive 403->404 conversion
When a user is not authorized to see a given resource, we need to
convert HTTP 403s into HTTP 404s to avoid giving away information
that the resource exists. However, the previous code was being
overaggressive and doing this conversion even in some cases where
the user is allowed to see the resource and really needs to know
that what they were trying to do is forbidden, not be told that the
resource doesn't exist. This fixes that logic to only do the 403
to 404 conversion when truly appropriate.

Change-Id: I7a5b0a9e89c8a71490dd74497794a52489f46cd2
Closes-Bug: 1682621
2017-04-14 13:14:47 -04:00
..
common Merge "exclusive_resources: use set remove instead of discard" 2017-04-12 11:25:58 +00:00
contrib Inherit segmentation details for trunk subports if requested 2017-04-03 21:22:38 -07:00
etc Pecan: Get loaded by paste deploy 2017-02-17 14:54:27 -06:00
fullstack fullstack: Test vms are pingable before testing data plane 2017-04-12 08:50:06 -04:00
functional Merge "Ignore gre devices when fetching devices in test_cleanup_stale_devices" 2017-04-12 22:21:44 +00:00
retargetable Spin off context module 2017-03-06 16:25:29 +00:00
tempest fix overaggressive 403->404 conversion 2017-04-14 13:14:47 -04:00
unit fix overaggressive 403->404 conversion 2017-04-14 13:14:47 -04:00
var
__init__.py Avoid eventlet monkey patching for the tempest plugin 2016-04-29 22:47:24 -05:00
base.py tests: removed support for OS_CHECK_PLUGIN_DEALLOCATION 2017-04-13 14:44:05 +00:00
fake_notifier.py
post_mortem_debug.py Cleanup recent generalization in post mortem debugger 2014-12-04 15:28:11 +01:00
tools.py Decouple hook and func registration from CommonDbMixin 2017-03-11 18:04:11 -05:00