Skip to content

Commit

Permalink
Merge pull request #1841 from tomalec/credentials-in-base
Browse files Browse the repository at this point in the history
Resolve against URL with credentials
  • Loading branch information
sideshowbarker committed May 23, 2015
2 parents 7af5152 + 3056d43 commit 7ad4131
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions url/urltestdata.txt
Original file line number Diff line number Diff line change
Expand Up @@ -343,3 +343,8 @@ http://foo:\uD83D\uDCA9@example.com/bar s:http h:example.com p:/bar u:foo pass:

# resolving a relative reference against an unknown scheme results in an error
x test:test

# Credentials in base
/some/path http://user@example.org/smth s:http u:user h:example.org p:/some/path
http://user:pass@example.org:21/smth s:http u:user pass:pass h:example.org port:21 p:/smth
/some/path http://user:pass@example.org:21/smth s:http u:user pass:pass h:example.org port:21 p:/some/path

1 comment on commit 7ad4131

@sideshowbarker
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@annevk this is another change you might want to doublecheck

Please sign in to comment.