You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@abdera.apache.org by "Jim Ancona (JIRA)" <ji...@apache.org> on 2008/01/08 16:01:39 UTC

[jira] Created: (ABDERA-85) Please add a RequestContext parameter to AbstractCollectionProvider.getId()

Please add a RequestContext parameter to AbstractCollectionProvider.getId()
---------------------------------------------------------------------------

                 Key: ABDERA-85
                 URL: https://issues.apache.org/jira/browse/ABDERA-85
             Project: Abdera
          Issue Type: Improvement
    Affects Versions: 0.4.0
            Reporter: Jim Ancona


A RequestContext parameter was added to most of the CollectionProvider methods a while back, but getId() doesn't have one. My use case is that the base URI of my service is parameterized (e.g. http://example.com/users/{userId}/service/). Therefore my CollectionProvider must be able to determine the base URI when it assigns an ID.

Thanks!

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


[jira] Updated: (ABDERA-85) Please add a RequestContext parameter to AbstractCollectionProvider.getId()

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

Jim Ancona updated ABDERA-85:
-----------------------------

    Attachment: AbstractCollectionProvider.patch

Attached a patch

> Please add a RequestContext parameter to AbstractCollectionProvider.getId()
> ---------------------------------------------------------------------------
>
>                 Key: ABDERA-85
>                 URL: https://issues.apache.org/jira/browse/ABDERA-85
>             Project: Abdera
>          Issue Type: Improvement
>    Affects Versions: 0.4.0
>            Reporter: Jim Ancona
>         Attachments: AbstractCollectionProvider.patch
>
>
> A RequestContext parameter was added to most of the CollectionProvider methods a while back, but getId() doesn't have one. My use case is that the base URI of my service is parameterized (e.g. http://example.com/users/{userId}/service/). Therefore my CollectionProvider must be able to determine the base URI when it assigns an ID.
> Thanks!

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


[jira] Commented: (ABDERA-85) Please add a RequestContext parameter to AbstractCollectionProvider.getId()

Posted by "Dan Diephouse (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/ABDERA-85?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12557053#action_12557053 ] 

Dan Diephouse commented on ABDERA-85:
-------------------------------------

Thanks Jim, I will apply this soon.

> Please add a RequestContext parameter to AbstractCollectionProvider.getId()
> ---------------------------------------------------------------------------
>
>                 Key: ABDERA-85
>                 URL: https://issues.apache.org/jira/browse/ABDERA-85
>             Project: Abdera
>          Issue Type: Improvement
>    Affects Versions: 0.4.0
>            Reporter: Jim Ancona
>         Attachments: AbstractCollectionProvider.patch
>
>
> A RequestContext parameter was added to most of the CollectionProvider methods a while back, but getId() doesn't have one. My use case is that the base URI of my service is parameterized (e.g. http://example.com/users/{userId}/service/). Therefore my CollectionProvider must be able to determine the base URI when it assigns an ID.
> Thanks!

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


[jira] Closed: (ABDERA-85) Please add a RequestContext parameter to AbstractCollectionProvider.getId()

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

Jim Ancona closed ABDERA-85.
----------------------------

    Resolution: Fixed

Patch was applied

> Please add a RequestContext parameter to AbstractCollectionProvider.getId()
> ---------------------------------------------------------------------------
>
>                 Key: ABDERA-85
>                 URL: https://issues.apache.org/jira/browse/ABDERA-85
>             Project: Abdera
>          Issue Type: Improvement
>    Affects Versions: 0.4.0
>            Reporter: Jim Ancona
>         Attachments: AbstractCollectionProvider.patch
>
>
> A RequestContext parameter was added to most of the CollectionProvider methods a while back, but getId() doesn't have one. My use case is that the base URI of my service is parameterized (e.g. http://example.com/users/{userId}/service/). Therefore my CollectionProvider must be able to determine the base URI when it assigns an ID.
> Thanks!

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