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

A patch that allow '@' appear in path or query-string #74

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

A patch that allow '@' appear in path or query-string #74

wants to merge 2 commits into from

Commits on Jan 16, 2014

  1. A patch that allow '@' appear in path or query-string

    $.url('http://domain.com/xxx@yyy'); => protocol=http, host=domain.com, directory=xxx@yyy
    $.url('/a@b', false);               => user=/a, host=b
    $.url('/a@b', true);                => directory=/a@b
    GongT committed Jan 16, 2014
    Configuration menu
    Copy the full SHA
    1a0f328 View commit details
    Browse the repository at this point in the history
  2. change tab to spaces!

    GongT committed Jan 16, 2014
    Configuration menu
    Copy the full SHA
    1e2c1c7 View commit details
    Browse the repository at this point in the history