Actually ParserChecker use parsers from config, so if parserchecker
returns all url correctly probably problem is in some other place.
On Thu 24 Nov 2011 01:27:33 AM MSK, Michael Kelleher wrote:
I needed to quote the URL. It was rather long and Unix got confused a
little.
ParserChecker seems to parse the page correctly. But my plugin config:
<name>plugin.includes</name>
<value>protocol-http|protocol-httpclient|parse-tika|urlfilter-regex</value>
Does not seem do be parsing the page in the same way. All of the
relative URL's are being missed.
I will try removing ALL of my regex filters and see what happens.