Link extraction problem
-----------------------
Key: DROIDS-59
URL: https://issues.apache.org/jira/browse/DROIDS-59
Project: Droids
Issue Type: Bug
Reporter: Bertil Chapuis
Priority: Minor
Attachments: LinkExtractor.diff
I have a problem with the link extractor for the following html structure:
<a href="..."><img src="..." ></img></a>
In this situation, the characters() method of the SAX handler is never called
for the <a/> tag. In consequence, all these links are skipped.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.