3-Round-Stones / callimachus

Callimachus is a highly scalable platform for creating and running data-driven websites
Other
95 stars 24 forks source link

Cascade Missing Resources #219

Closed catch-point closed 8 years ago

catch-point commented 9 years ago

1.5.0 Will introduce Path Segments that can handle virtual resources. This issue is about what should happen when a Path Segment does not have an applicable handler (i.e. a 404/405). Unhandled requests should cascade up the path hierarchy to find a matching handler. Furthermore the top realm should by default include a Missing (404) handler for HEAD and GET requests.