You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 inSaveAs
.The text was updated successfully, but these errors were encountered: