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

Remove percent encoding when logging url path #2399

Merged
merged 2 commits into from Jun 24, 2020

Commits on Jun 15, 2020

  1. Remove percent encoding when logging url path

    ## Current behaviour
    
    `[ INFO ] GET /users/auth0%7C59abc/`
    
    ## Expected behaviour
    
    `[ INFO ] GET /users/auth0|59abc/`
    valeriomazzeo committed Jun 15, 2020
    Copy the full SHA
    f41bd63 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2020

  1. Copy the full SHA
    d89fd4b View commit details
    Browse the repository at this point in the history