Uploaded image for project: 'Shindig'
  1. Shindig
  2. SHINDIG-764

opensocial model interface does not support UNSTRUCTURED

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 1.1-BETA1
    • Java
    • None

    Description

      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.

      Attachments

        1. SHINDIG-764.patch
          18 kB
          Henning Schmiedehausen

        Activity

          People

            ianeboston Ian Boston
            henning Henning Schmiedehausen
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: