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

url: do not decode arbitrary %2e sequences in paths #10602

Closed
wants to merge 1 commit into from

Commits on Jan 4, 2017

  1. url: do not decode arbitrary %2e sequences in paths

    Per a recent change to the URL spec, arbitrary %2e sequences
    in URL paths that are not single or double dot segments are
    not to be decoded.
    
    Refs: whatwg/url#87
    Refs: whatwg/url#156
    Refs: web-platform-tests/wpt@d93247d
    Fixes: nodejs#10598
    jasnell committed Jan 4, 2017
    Configuration menu
    Copy the full SHA
    4e38267 View commit details
    Browse the repository at this point in the history