Comment 1 for bug 1089987

Revision history for this message
Dolph Mathews (dolph) wrote :

This is apparently fixed on master, but still reproducible on stable/folsom. On master:

    $ curl http://localhost:5000/this_should_404
    {"error": {"message": "The resource could not be found.", "code": 404, "title": "Not Found"}}

    $ curl http://localhost:35357/this_should_404
    {"error": {"message": "The resource could not be found.", "code": 404, "title": "Not Found"}}