Closed russpitre closed 10 years ago
I'm torn on this one, the spec for Webmachine requires the 404 response if the resource isn't found. I can see where you're coming from, Clojure functions typically return nil if the item isn't available. I will make this a configurable option, that should make everyone happy.
Thank you!
IMHO Bishop should not return 404 when a resource isn't found but rather return nil which is more Ring compatible.