Index: trunk/extensions/SwiftMedia/wmf/rewrite.py |
— | — | @@ -252,7 +252,7 @@ |
253 | 253 | resp = webob.exc.HTTPNotImplemented('Unknown Status: %s' % (status)) #10 |
254 | 254 | return resp(env, start_response) |
255 | 255 | else: |
256 | | - resp = webob.exc.HTTPBadRequest('Regexp failed: "%s"' % (req.path)) #11 |
| 256 | + resp = webob.exc.HTTPNotFound('Regexp failed to match URI: "%s"' % (req.path)) #11 |
257 | 257 | return resp(env, start_response) |
258 | 258 | |
259 | 259 | def filter_factory(global_conf, **local_conf): |