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

Fixes for issues 12, 13, 15, 16 & 24 #25

Closed
wants to merge 23 commits into from

Conversation

pgalbraith
Copy link

@pgalbraith pgalbraith commented Sep 22, 2018

Fixes for several issues raised on this repository ... I'm kind of assuming that this library has been orphaned and nobody is maintain it any more?

Ben East and others added 23 commits July 3, 2017 15:57
…undsException when input string contains the sub-string "//:@."
…undsException when input string contains the sub-string "//:@."
…'http://user:pass@host.com host.com' as input string

Updated url-detector.processColon to set length to 0 when readUserPass(length) is true.
All unit tests passed after this update.
Previously the domain read routine assumed all hope was lost if domain
could not be read, but this decision should be made by the caller ...
maybe there is another assumption the caller could make that would
work out.
So the obvious downside is the risk of actually getting into an endless
loop but I think the risk is worth it.  If the code is solid then this
is not possible, so I'd rather address those cases as (if?) they come
up, instead causing false failures like the case in this issue.
Add missing plugin versions and specify file encoding.
@pgalbraith pgalbraith changed the title Fixes for issues 12, 13, 16 & 24 Fixes for issues 12, 13, 15, 16 & 24 Oct 4, 2018
@pgalbraith
Copy link
Author

Closing as I shouldn't have mixed so many fixes in one PR

@pgalbraith pgalbraith closed this Oct 4, 2018
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