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

Allow ? character in basename for browser history. #566

Closed
wants to merge 1 commit into from
Closed

Allow ? character in basename for browser history. #566

wants to merge 1 commit into from

Commits on Feb 7, 2018

  1. Allow ? character in basename for browser history.

    When dealing with startup URL like http://example.com/index.html?foo, it
    is not possible to define a basename like '/index.html?foo', the
    basename matching utility does not escape regex special characters from
    the specified prefix. This change escapes question mark characters,
    likely the most common use case.
    Michael Goffioul committed Feb 7, 2018
    Copy the full SHA
    cb52e39 View commit details
    Browse the repository at this point in the history