kcl-ddh / kiln

Kiln is a multi-platform framework for building and deploying complex websites whose source content is primarily in XML. It brings together various independent software components into an integrated whole that provides the infrastructure and base functionality for such sites.
Apache License 2.0
34 stars 62 forks source link

Resource not found doesn't return a 404 #21

Closed geoffroy-noel-ddh closed 7 years ago

geoffroy-noel-ddh commented 7 years ago

When I request a missing document, kiln responds with code 200 and a HTML page telling the resource was not found. Returning a 404 code would make it more explicit to the client apps calling kiln and help them manage the error.

I've just started working with Kiln so this might be me not understanding the settings rather than an actual issue.