[jira] [Comment Edited] (CONNECTORS-1566) Develop CSWS connector as a replacement for deprecated LiveLink LAPI connector

2019-09-05 Thread Karl Wright (Jira)
[ https://issues.apache.org/jira/browse/CONNECTORS-1566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16923830#comment-16923830 ] Karl Wright edited comment on CONNECTORS-1566 at 9/6/19 12:03 AM: --

[jira] [Commented] (CONNECTORS-1566) Develop CSWS connector as a replacement for deprecated LiveLink LAPI connector

2019-09-05 Thread Karl Wright (Jira)
[ https://issues.apache.org/jira/browse/CONNECTORS-1566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16923830#comment-16923830 ] Karl Wright commented on CONNECTORS-1566: - Thanks! Now I'm having problems trying to use the

Re: TagParseState behavior with Web connector

2019-09-05 Thread Karl Wright
The parser requires that the document being parsed be valid XML. Data within non-CDATA sections is *required* to use entity references to include < or > characters. See: https://stackoverflow.com/questions/330725/use-of-greater-than-symbol-in-xml Karl On Thu, Sep 5, 2019 at 12:10 PM Julien

TagParseState behavior with Web connector

2019-09-05 Thread Julien Massiera
Hi Karl, I discovered a problematic behavior with the org.apache.manifoldcf.connectorcommon.fuzzyml.TagParseState class when crawling web pages. This behavior poses problem in particular for the scenario of form based authentication, as explained further in my email. The