Skip to content
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

[wip] ensure optionally-decoded characters (@, ~) are treated the same as their encoded counterparts #163

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

minrk
Copy link
Member

@minrk minrk commented May 25, 2018

we already had it working one direction (%40->@), but not the other (@->%40)

related to jupyterhub/jupyterhub#1717 but not actually necessary for the fix

…heir counterparts

we already had it working one direction (%40->@), but not the other (@->%40)
@minrk minrk changed the title ensure optionally-decoded characters (@, ~) are treated the same as their counterparts ensure optionally-decoded characters (@, ~) are treated the same as their encoded counterparts May 25, 2018
@minrk minrk changed the title ensure optionally-decoded characters (@, ~) are treated the same as their encoded counterparts [wip] ensure optionally-decoded characters (@, ~) are treated the same as their encoded counterparts May 25, 2018
@minrk
Copy link
Member Author

minrk commented May 25, 2018

marking WIP since there seems to be something wonky

@Pugio
Copy link

Pugio commented Oct 20, 2020

Is there something blocking this? I have an issue with %40 in usernames (/user/myname@mydomain/ vs /user/myname%40mydomain/) returning 404s, which I think this PR would fix.

While my issue is with using code-server behind the jupyter-server-proxy, it is functionally identical to the problem discussed in jupyterhub/jupyterhub#2547.

@manics
Copy link
Member

manics commented Oct 20, 2020

Please see the discussion on jupyterhub/jupyterhub#3167. This is tricky to get right.

Base automatically changed from master to main March 5, 2021 13:25
@minrk minrk marked this pull request as draft March 5, 2021 14:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants