See jupyterlab/jupyterlab#15153
ContentsHandler's get requests (and future HEAD requests #1327) should likely catch internal 404s and return a clean 404 with 'set_status()' and finish() this will avoid tornado to print tracebacks on non-existing files, which are often requested on purpose, like in SaveAs.