Actions
Bug #2077
closedStatus code 422 removes body
Status:
Duplicate
Priority:
Normal
Category:
core
Target version:
-
ASK QUESTIONS IN Forums:
Description
Ruby on Rails uses 422 to denote (validation-)errors when saving a model and the documention suggests to send an XML document (if an XML document was requested) containing the errors.
<errors> <error>I got error'd!</error> </errors>
The ruby gem ActiveResource relies on this behaviour. This body is removed by LightTPD as it is flagged with 422 and connections.c
does not contain a case for 422.
Updated by stbuehler about 15 years ago
- Status changed from New to Duplicate
- Target version deleted (
1.4.24)
Old, already fixed.
Actions
Also available in: Atom