CherryPy always returning HTTP 200 [closed]
- by DarkArctic
I'm having a bit of a problem when browsing to a non-existent resource. I get a response code of 200 instead of 404.
I'm using the MethodDispatcher and I have a class that overloads the __getattr__ method to instantiate a resource if a child exists or to return AttributeError if one doesn't. My class is always returning the AttributeError…