[ 
https://issues.apache.org/jira/browse/CONNECTORS-589?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13536144#comment-13536144
 ] 

Karl Wright commented on CONNECTORS-589:
----------------------------------------

All link tags are being parsed and included.  Before only one was.  That is the 
only change to the RSS connector I made yesterday.  So I honestly don't 
understand what you mean.

                
> For compatibility with IBM portal, feed parser should allow multiple links to 
> be added to the queue, per entry
> --------------------------------------------------------------------------------------------------------------
>
>                 Key: CONNECTORS-589
>                 URL: https://issues.apache.org/jira/browse/CONNECTORS-589
>             Project: ManifoldCF
>          Issue Type: Improvement
>          Components: RSS connector
>    Affects Versions: ManifoldCF 1.1
>            Reporter: Karl Wright
>            Assignee: Karl Wright
>             Fix For: ManifoldCF 1.1
>
>
> The IBM portal apparently generates feeds that have multiple links per entry, 
> as follows:
> {code}
> <link 
> href="https://[redacted]/files/basic/anonymous/api/library/e82a8b7b-08ea-42b6-bc5b-094f2bd124a3/document/1adf16d8-bbe4-4e70-be09-b002ce5cd816/entry";
>     rel="self"></link>
>     <link 
> href="https://[redacted]/files/app/file/1adf16d8-bbe4-4e70-be09-b002ce5cd816";
>     rel="alternate" type="text/html"></link>
>     <link 
> href="https://[redacted]/files/basic/api/library/e82a8b7b-08ea-42b6-bc5b-094f2bd124a3/document/1adf16d8-bbe4-4e70-be09-b002ce5cd816/entry";
>     rel="edit"></link>
>     <link 
> href="https://[redacted]/files/basic/api/library/e82a8b7b-08ea-42b6-bc5b-094f2bd124a3/document/1adf16d8-bbe4-4e70-be09-b002ce5cd816/media";
>     rel="edit-media"></link>
>     <link 
> href="https://[redacted]/files/basic/anonymous/api/library/e82a8b7b-08ea-42b6-bc5b-094f2bd124a3/document/1adf16d8-bbe4-4e70-be09-b002ce5cd816/media/web.png";
>     rel="enclosure" type="image/png" title="web.png" hreflang="en"
>     length="4297"></link>
>     <link 
> href="https://[redacted]/files/basic/anonymous/api/library/e82a8b7b-08ea-42b6-bc5b-094f2bd124a3/document/1adf16d8-bbe4-4e70-be09-b002ce5cd816/thumbnail";
>     rel="thumbnail"></link>
>     <category term="document" scheme="tag:ibm.com,2006:td/type"
>     label="document"></category>
>     <link 
> href="https://[redacted]/files/basic/anonymous/api/library/e82a8b7b-08ea-42b6-bc5b-094f2bd124a3/document/1adf16d8-bbe4-4e70-be09-b002ce5cd816/feed";
>     rel="replies" type="application/atom+xml" thr:count="0"
> {code}
> Right now, only the last link is processed.  It would be better if all of 
> them were processed.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to