-
Notifications
You must be signed in to change notification settings - Fork 5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove RedirectHandler
#6997
Remove RedirectHandler
#6997
Conversation
The jupyterhub-default-url.mp4 |
cc @shaneknapp since you opened #6954. In case you would be able to test this change and see if it fixes #6954. |
testing it now! |
Nice thanks @shaneknapp for testing! @afshin I see you requested a review. Would you like to have a look as well? Otherwise this could likely go in and I'll make a patch release right after. |
Getting this one in and following-up with a release. |
thanks SO MUCH for fixing this and rolling out a quick release! |
Fixes #6954
Investigate #6954.
Jupyter Server already provides a redirect handler which looks at the
default_url
here:https://github.com/jupyter-server/jupyter_server/blob/c5dc0f696f376e1db5a9a0cbcebb40a0bf98875c/jupyter_server/serverapp.py#L440-L451
Which means the one in
notebook
can likely be removed.Testing with:
jupyterhub_config.py
: