Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* test if the request with "text/plain" content type is parsed correctly * add information on what Content-Type has to be used this is only a cosmetic change * use a CustomRequestDecoder to handle properly the misbehaving requests of the Web Editor The requests sent uses `text/plain` Content-Type when they should be using `application/json` This commit restores the old behavior, using always a json Decoder
- Loading branch information