Fix Request.Status.toString causing 500 errors for filters
- Filters seem to crash because the toString method for the NOTFOUND status contained a whitespace.
- The name of the toString() function was changed to displayName() to use the no longer use as the default for serialization.