trove/reddwarf
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-06-03 12:03:54 -07:00
2013-06-05 14:38:44 -05:00
2013-06-10 16:49:00 -07:00
2013-06-10 16:49:00 -07:00
2013-05-23 14:18:10 -07:00
2013-06-03 18:44:17 -04:00
2012-02-15 17:34:45 -06:00

This is the reddwarf code itself