Files
trove/reddwarf/common
Kevin Conway 57a10aac00 Fix faulty 404 errors when requesting bad versions
The problem came down to the `_dispatch` method of the openstack
common wsgi router object. When a match was not found it returned
a webob 404 exception directly rather than allowing it to be
wrapped in a serializer.

The fix involved extending the `Router` object and reimplementing
the `_dispatch()` method to use the `Fault` object that serializes
exceptions.

Change-Id: I24a590f65ff655b25cfd7d84786df3055af701f1
Fixes: bug #1174960
2013-06-19 15:22:34 -05:00
..
2013-03-05 14:17:36 -08:00
2013-05-09 09:26:06 -07:00
2013-06-17 13:12:50 -07:00
2013-05-08 16:11:02 -07:00
2013-05-23 14:18:10 -07:00
2013-06-10 16:49:00 -07:00