Skip to content

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

Open
GongT wants to merge 2 commits intoallmarkedup:masterfrom
GongT:master
Open

A patch that allow '@' appear in path or query-string #74
GongT wants to merge 2 commits intoallmarkedup:masterfrom
GongT:master

Conversation

@GongT
Copy link

@GongT GongT commented Jan 16, 2014

$.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 added 2 commits January 16, 2014 21:23
$.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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant