NUTCH-2349 urlnormalizer-basic: NPE for URLs without authority Merge branch 'NUTCH-2349-basic-url-normalizer-npe' of https://github.com/sebastian-nagel/nutch, this closes #169
Project: http://git-wip-us.apache.org/repos/asf/nutch/repo Commit: http://git-wip-us.apache.org/repos/asf/nutch/commit/76aedcb7 Tree: http://git-wip-us.apache.org/repos/asf/nutch/tree/76aedcb7 Diff: http://git-wip-us.apache.org/repos/asf/nutch/diff/76aedcb7 Branch: refs/heads/master Commit: 76aedcb780c88344966f47536274ecb001682291 Parents: 2b93a66 1a718e0 Author: Sebastian Nagel <[email protected]> Authored: Wed Feb 1 11:45:57 2017 +0100 Committer: Sebastian Nagel <[email protected]> Committed: Wed Feb 1 11:47:44 2017 +0100 ---------------------------------------------------------------------- .../nutch/net/urlnormalizer/basic/BasicURLNormalizer.java | 5 ++++- .../nutch/net/urlnormalizer/basic/TestBasicURLNormalizer.java | 6 ++++++ 2 files changed, 10 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/nutch/blob/76aedcb7/src/plugin/urlnormalizer-basic/src/java/org/apache/nutch/net/urlnormalizer/basic/BasicURLNormalizer.java ----------------------------------------------------------------------
