[
https://issues.apache.org/jira/browse/NUTCH-567?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12556261#action_12556261
]
Dawid Weiss commented on NUTCH-567:
-----------------------------------
John Cowan apparently released a fixed version of TagSoup (1.2). This is good
news for several reasons (quoting):
- As noted above, I have changed the license to Apache 2.0.
- The processing of entity references in attribute values has finally been
fixed to do what browsers do. That is, a reference is only recognized if it is
properly terminated by a semicolon; otherwise it is treated as plain text.
This means that URIs like "foo?cdown=32&cup=42" are no longer seen as
containing an instance of the cup character.
I guess this issue is no longer applicable and an upgrade to the newer TagSoup
would be appropriate.
> Proper (?) handling of URIs in TagSoup.
> ---------------------------------------
>
> Key: NUTCH-567
> URL: https://issues.apache.org/jira/browse/NUTCH-567
> Project: Nutch
> Issue Type: Improvement
> Reporter: Dawid Weiss
> Priority: Minor
> Attachments: README-tagsoup-patched.txt, tagsoup-1.1.3-uripatched.jar
>
>
> Doug Cook reported that TagSoup incorrectly handles some URI parameters. More
> discussion on the list and at TagSoup's mailing list.
> http://tech.groups.yahoo.com/group/tagsoup-friends/message/838
> I looked at the sources of TagSoup because I'm using it myself (although the
> URIs are not relevant for me). It seems like you can implement a naive
> workaround by remembering the parsing state and just avoiding entity
> resolution. Attached is the patch that does this.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.