You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not 100% sure this is the intention of ExtractDomain since it was implemented before my time, but I'm inclined to believe that it should return the domain apex, instead of sub-domains.
So, aut.doc.archivesunleashed.org and news.archivesunleashed.org should all be returned as archivesunleashed.org.
- Resolves#519
- Add scala-uri as a dependency
- Replace getHost method of extracting domains with apexDomain from scala-uri
- Update tests as needed
- Removed unused source parameter from ExtractDomain
Not 100% sure this is the intention of
ExtractDomain
since it was implemented before my time, but I'm inclined to believe that it should return the domain apex, instead of sub-domains.So,
aut.doc.archivesunleashed.org
andnews.archivesunleashed.org
should all be returned asarchivesunleashed.org
.If non-apex domains were the original intention, let me know @lintool @ianmilligan1.
The text was updated successfully, but these errors were encountered: