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

Should support relative link targets #20

Open
clue opened this issue May 8, 2015 · 1 comment
Open

Should support relative link targets #20

clue opened this issue May 8, 2015 · 1 comment

Comments

@clue
Copy link

clue commented May 8, 2015

Centipede works fine while running on the root path like http://example.com/, however it does not correctly resolve relative href targets when running on a sub-path like http://example.com/demo.

Some test cases (incomplete):

/demo/ + a => /demo/a
/demo/ + /a => /a
/demo/ + ../a => /a
/demo + a => /a
/demo + /a => /a
/demo + ../a => /a
@umpirsky
Copy link
Owner

umpirsky commented May 8, 2015

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

No branches or pull requests

2 participants