barbican/barbican/api
Fernando Diaz 6f97d23ce7 Throw 405 when specified method not allowed in Secret Metadatum
This patch resolves a bug where a 404 was being thrown instead of
a 405, when an invalid method was performed. It was because
pecan index() can't handle fallback when a method consumes
additional arguments.

Change-Id: I8daddba238a977baa6d0366b2412b626df247d8e
Closes-Bug: #1554350
2016-03-09 18:59:46 +00:00
..
controllers Throw 405 when specified method not allowed in Secret Metadatum 2016-03-09 18:59:46 +00:00
middleware Python 3 Refactoring: Replace six.iteritems() with the preferred items() 2015-10-01 08:17:32 -04:00
__init__.py Python 3 Refactoring: Replace six.iteritems() with the preferred items() 2015-10-01 08:17:32 -04:00
app.py Fix typo in word "initialization" 2016-02-29 17:38:10 +00:00
app.wsgi Add wsgi script to deploy Barbican behind Apache 2016-01-13 12:46:45 -06:00
hooks.py Replace oslo incubator jsonutils with oslo_serialization 2015-06-11 09:22:40 -05:00