[Flow] Question about RestController Exceptions
David Sporer
david.sporer at gmail.com
Mon Dec 1 08:30:25 CET 2014
Hi,
I’m developing a small API using the RestController which is working fine so far but I’ve got one question.
If I’m calling a URI to update an object and a unknown uid is submitted 404 is returned as status code which is correct.
But also the default html view is rendered.
I’d expect just an empty output.
Where can this be configured?
Thanks,
David
More information about the Flow
mailing list