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

HTTPURL doesnt handle relative urls #56

Closed
jeremyweber-np opened this issue Jul 29, 2016 · 0 comments
Closed

HTTPURL doesnt handle relative urls #56

jeremyweber-np opened this issue Jul 29, 2016 · 0 comments

Comments

@jeremyweber-np
Copy link

jeremyweber-np commented Jul 29, 2016

When a redirect is encountered, HTTPUrl attempt to get a connection to the path referenced in the Location header. Detection of a relative URL is required, else connections are attempted to invalid urls such as http:/some.relative.path.

This can be reproduced by initiating a validation request to https://www.usaa.com/inet/pages/bank_loan_auto_main.

Results will be displayed as:
w3c CSS Validator Error
Target: https://www.usaa.com/inet/pages/bank_loan_auto_main

I/O Error: Unable to contact target server :80 after 3 tries.

@ylafon ylafon closed this as completed in 6f33d37 Aug 30, 2016
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

1 participant