Details
Description
Basic URL normalizer should strip an empty port from the URL, that's not the case at present:
echo "http://example.com:/" \ | nutch plugin urlnormalizer-basic org.apache.nutch.net.urlnormalizer.basic.BasicURLNormalizer http://example.com:/
The result should be http://example.com/
Attachments
Issue Links
- links to