HTTPAuthSessionWrapper incorrectly returns a 500 if the wrapped resource doesn't implement the requested method
| Newsgroups | gmane.comp.python.twisted.bugs |
|---|---|
| Message-ID | <[email protected]> |
New submission from esteve <[email protected]>: As the summary says, if a resource is wrapped using HTTPAuthSessionWrapper and an unimplemented method is requested by a client, a 500 response code (Invalid error) is returned instead of 405 (Method Not Allowed). An un-wrapped resource correctly returns a 405 response code. ---------- Type : defect Component: web Keywords : Priority : normal Nosy : ---------- http://twistedmatrix.com/trac/ticket/3932