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

Service Path Incorrect for ActivityStreamHandler.java

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.5.0-beta1
    • 2.0.2, 2.5.0-beta1
    • Java
    • None

    Description

      Incorrect service path within ActivityStreamHandler.java.

      Currently: @Service(name = "activitystreams", path="/

      {userId}/{groupId}/{appId}/{activitystream}/{activityEntryId}")
      Should be: @Service(name = "activitystreams", path="/{userId}

      +/

      {groupId}

      /

      {appId}

      /

      {activityEntryId}

      +")

      Attachments

        Activity

          People

            Unassigned Unassigned
            woodstae Eric Woods
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: