You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@shindig.apache.org by "Eric Woods (JIRA)" <ji...@apache.org> on 2010/09/24 15:31:33 UTC

[jira] Updated: (SHINDIG-1431) Service Path Incorrect for ActivityStreamHandler.java

     [ https://issues.apache.org/jira/browse/SHINDIG-1431?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Eric Woods updated SHINDIG-1431:
--------------------------------

    Attachment: 100924 activitystreamshandler service path.txt

Fix to the incorrect service path within ActivityStreamHandler.java

> Service Path Incorrect for ActivityStreamHandler.java
> -----------------------------------------------------
>
>                 Key: SHINDIG-1431
>                 URL: https://issues.apache.org/jira/browse/SHINDIG-1431
>             Project: Shindig
>          Issue Type: Bug
>          Components: Java
>    Affects Versions: 3.0.0
>            Reporter: Eric Woods
>         Attachments: 100924 activitystreamshandler service path.txt
>
>
> 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}+")

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.