On 18-01-15 11:49, Erik Sundvall wrote: > Why do you see the status 404 as an evil error status but 200 as some > totally other kind of status? Restlet has implemented 404 as an evil error: it means: if it cannot route your URL, it returns 404. So a client application has no useful information from that 404.
The client application has to take further steps to interpret the 404 status. This is inefficient. Bert

