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

Feat: Pass encoded characters in path unchanged #489

Merged

Commits on Feb 2, 2020

  1. Feat: Pass encoded characters in path unchanged

    We enable passing substrings that represent encoded reserved symbols, like
    `%2f` for `/`, in the path of a request.
    
    NB: This does not enable using encoded characters in rewrite rules (e.g. in the
    urlprefix directive).
    
    Cf. fabiolb#347 and fabiolb#486
    Valentin Krasontovitsch authored and valentin-krasontovitsch committed Feb 2, 2020
    Configuration menu
    Copy the full SHA
    3ed8dc3 View commit details
    Browse the repository at this point in the history