[
https://issues.apache.org/jira/browse/SHINDIG-764?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12653658#action_12653658
]
Ian Boston commented on SHINDIG-764:
------------------------------------
Patch looks good, all tests pass, one small change to the samples pom required,
but Ok
Applying, thanks for fixing.
> 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.