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] Created: (SHINDIG-1431) Service Path Incorrect for 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.


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

Posted by "Eric Woods (JIRA)" <ji...@apache.org>.
     [ 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.


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

Posted by "Paul Lindner (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SHINDIG-1431?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Paul Lindner resolved SHINDIG-1431.
-----------------------------------

    Fix Version/s: 2.0.1
                   3.0.0
       Resolution: Fixed

fixed in trunk, will merge to 2.0.x branch

> 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
>             Fix For: 2.0.1, 3.0.0
>
>         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.