[
https://issues.apache.org/jira/browse/SHINDIG-764?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12665273#action_12665273
]
Ian Boston commented on SHINDIG-764:
------------------------------------
This patch needs reverting, will wait another 24h before doing so, please read
comments on SHINDIG-787.
> opensocial model interface does not support UNSTRUCTURED
> --------------------------------------------------------
>
> Key: SHINDIG-764
> URL: https://issues.apache.org/jira/browse/SHINDIG-764
> Project: Shindig
> Issue Type: Bug
> Components: RESTful API (Java)
> Reporter: Henning Schmiedehausen
> Assignee: Ian Boston
> Attachments: SHINDIG-764.patch
>
>
> According to
> http://www.opensocial.org/Technical-Resources/opensocial-spec-v081/opensocial-reference#opensocial.Name,
> the opensocial Name object must support
> the following fields:
> ADDITIONAL_NAME
> FAMILY_NAME
> GIVEN_NAME
> HONORIFIC_PREFIX
> HONORIFIC_SUFFIX
> UNSTRUCTURED
> However, org.apache.shindig.social.opensocial.model.Name.Field has
> ADDITIONAL_NAME("additionalName"),
> FAMILY_NAME("familyName"),
> GIVEN_NAME("givenName"),
> HONORIFIC_PREFIX("honorificPrefix"),
> HONORIFIC_SUFFIX("honorificSuffix"),
> FORMATTED("formatted");
> So "UNSTRUCTURED" is missing and "FORMATTED" is added. I consider this a bug
> / not spec compliant.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.