URL Validator to accept double slashes #352
No reviewers
Labels
No Label
bug
duplicate
enhancement
help wanted
invalid
question
RDGraph
RSAC
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: D-Net/dnet-hadoop#352
Loading…
Reference in New Issue
No description provided.
Delete Branch "url_validation"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
As highlighted in #9115, the graph construction procedure is currently discarding URL containing double slashes
//
in the URL path. As they appear to be syntanctically correct, this PR proposes a different behaviour of theorg.apache.commons.validator.routines.UrlValidator
used to rule out the invalid URLs.