You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@abdera.apache.org by "Sivan Barzilay (JIRA)" <ji...@apache.org> on 2010/12/23 11:38:01 UTC

[jira] Updated: (ABDERA-276) DefaultProvider doesn't properly handle parameters in base routes

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

Sivan Barzilay updated ABDERA-276:
----------------------------------

          Description: 
The problem occurs in load, when calling AbstractCollectionAdapter.getHref(RequestContext request), which calls request.urlFor("feed", hrefParams). The hrefParams map is cleared and not properly initialized, resulting in it being empty and so the request cannot be routed properly.

The bug was fixed in 0.4.0 but seems to be reintrocued in later versions.

  was:I spent some time trying to debug this last night, but didn't find the solution. I will attach a unit test patch that reproduces the problem.

    Affects Version/s: 1.0
                       1.1
                       1.1.1
              Summary: DefaultProvider doesn't properly handle parameters in base routes  (was: CLONE -DefaultProvider doesn't properly handle parameters in base routes)

> DefaultProvider doesn't properly handle parameters in base routes
> -----------------------------------------------------------------
>
>                 Key: ABDERA-276
>                 URL: https://issues.apache.org/jira/browse/ABDERA-276
>             Project: Abdera
>          Issue Type: Bug
>    Affects Versions: 1.0, 1.1, 1.1.1
>            Reporter: Sivan Barzilay
>             Fix For: 0.4.0
>
>
> The problem occurs in load, when calling AbstractCollectionAdapter.getHref(RequestContext request), which calls request.urlFor("feed", hrefParams). The hrefParams map is cleared and not properly initialized, resulting in it being empty and so the request cannot be routed properly.
> The bug was fixed in 0.4.0 but seems to be reintrocued in later versions.

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