tokensmith / otter

micro web framework for servlet api 4.0.1
MIT License
5 stars 0 forks source link

post rest 404 fails #157

Closed tmackenzie closed 5 years ago

tmackenzie commented 5 years ago

Given a POST request And it has a request body When a not found dispatch error occurs And executes a not found route runner Then a server occur occurs

This is because it's attempting to serialize the request body to the generic specific in the not found rest resource.