Key: KERN-1334
URL: http://jira.sakaiproject.org/browse/KERN-1334
Project: Nakamura
Issue Type: Bug
Components: UX Feature
Affects Versions: 0.8
Reporter: Nicolaas Matthijs
Fix For: 0.9
RSS Feed Parsing via /var/proxy/rss.xml is not very robust and fails often for valid RSS feeds. This got reported in SAKIII-1767 and SAKIII-1760.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.sakaiproject.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
Nicolaas Matthijs commented on KERN-1334:
-----------------------------------------
SAKIII-1760 notices: James Bullen theorizes "URL is not encoded before sending as part of URL to proxy service. The proxy service does some rudimentary RSS validation
One part of this is checking that the returned xml has RSS like elements, but it does not strip the namespace off the QName before checking so if there is an explicit namespace declared the match will fail."
Ian Boston resolved KERN-1334.
------------------------------
Resolution: Fixed
Fixed
> RSS Feed parsing is not very robust
> -----------------------------------
>
> Key: KERN-1334
> URL: http://jira.sakaiproject.org/browse/KERN-1334
> Project: Nakamura
> Issue Type: Bug
> Components: UX Feature
> Affects Versions: 0.8
> Reporter: Nicolaas Matthijs
> Assignee: Ian Boston
Ian Boston reassigned KERN-1334:
--------------------------------
Assignee: Ian Boston
> RSS Feed parsing is not very robust
> -----------------------------------
>
> Key: KERN-1334
> URL: http://jira.sakaiproject.org/browse/KERN-1334
> Project: Nakamura
> Issue Type: Bug
> Components: UX Feature
> Affects Versions: 0.8
> Reporter: Nicolaas Matthijs
> Assignee: Ian Boston
Ian Boston commented on KERN-1334:
----------------------------------
Now matching on local part not QName.
The caller must encode the URL correctly before sending, that means the query string must be double encoded.
Hudson CI Server commented on KERN-1334:
----------------------------------------
Integrated in Nakamura #573 (See [http://builds.sakaiproject.org:8080/job/Nakamura/573/])
KERN-1334 Fixed
> RSS Feed parsing is not very robust
> -----------------------------------
>
> Key: KERN-1334
> URL: http://jira.sakaiproject.org/browse/KERN-1334
> Project: Nakamura
> Issue Type: Bug
> Components: UX Feature
> Affects Versions: 0.8
> Reporter: Nicolaas Matthijs
> Assignee: Ian Boston