Closed liar666 closed 8 years ago
OK found the problem : the startUrl starts with http://, which redirects to https:// when accessed, which is rejected.
Modifying the example with the following lines did the trick for me:
<referenceFilters>
<filter class="com.norconex.collector.core.filter.impl.RegexReferenceFilter" onMatch="include">
https?://www\.norconex\.com/.*
</filter>
</referenceFilters>
I have updated the sample configuration files to now point to https instead of http (for the next release).
I have already updated the online copies to reflect this:
Thanks for reporting this.
I've:
The output was :