[ 
https://issues.apache.org/jira/browse/SHINDIG-713?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12651173#action_12651173
 ] 

Ian Boston commented on SHINDIG-713:
------------------------------------

Good, catch, thank you.

> 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.

Reply via email to