paulo-graca / epidemic-marketplace

Automatically exported from code.google.com/p/epidemic-marketplace
0 stars 0 forks source link

paginator/next does not works #318

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Steps to reproduce the problem(always):
1. Go to the URL:https://api.epimarketplace.net/search/?q=isPublic_b:true
2. Login with your own credentials and  retrieve the XML
3. Get the value of tag "paginator/next" and paste it on the Address bar of the 
browser
4. Trying to get the contents of that URL

The expected output should be the next XML page of results, but instead, I get 
the following XML:

<results>
  <result>
    <message>Exception caught</message>
    <status>NOK</status>
  </result>
</results>

Original issue reported on code.google.com by michele....@gmail.com on 18 Jun 2012 at 10:18

GoogleCodeExporter commented 9 years ago
Accept issue

Original comment by graca.pa...@gmail.com on 20 Jul 2012 at 3:22

GoogleCodeExporter commented 9 years ago
I think with this new release this problem was fixed. Please check:

https://api.epimarketplace.net/search/?q=isPublic_b:true&start=10

Original comment by graca.pa...@gmail.com on 20 Jul 2012 at 3:33