[
https://issues.apache.org/jira/browse/SHINDIG-713?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ian Boston closed SHINDIG-713.
------------------------------
closing
> XStream atom converter uses wrong syntax for namespace definition
> -----------------------------------------------------------------
>
> Key: SHINDIG-713
> URL: https://issues.apache.org/jira/browse/SHINDIG-713
> Project: Shindig
> Issue Type: Bug
> Components: RESTful API (Java)
> Reporter: Adam Winer
> Assignee: Ian Boston
> Attachments: shindig-713.patch
>
>
> XStream081Configuration contains:
> atom.addNamespace("xmlos:osearch",OSEARCH_NS);
> which should be:
> atom.addNamespace("xmlns:osearch",OSEARCH_NS);
> This breaks when you run the content through an namespace-aware XML parser.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.