[ckan-changes] [okfn/ckan] 752d56: 2869 Fixes problem with invalid data being passed ...

GitHub noreply at github.com
Thu Aug 16 13:18:18 UTC 2012


  Branch: refs/heads/release-v1.7.2
  Home:   https://github.com/okfn/ckan
  Commit: 752d56a9d0ef89212a29b0fef0fddcf1a9812fea
      https://github.com/okfn/ckan/commit/752d56a9d0ef89212a29b0fef0fddcf1a9812fea
  Author: Ross Jones <rossdjones at gmail.com>
  Date:   2012-08-16 (Thu, 16 Aug 2012)

  Changed paths:
    M ckan/controllers/feed.py

  Log Message:
  -----------
  2869 Fixes problem with invalid data being passed to solr.

The feeds take a page number from the query string and use it to determine the
start position in the list.  Occassionally this is 0 and code around line 441
then decrement and then multiply this number, generating a start number less than
0 which solr chokes on.





More information about the ckan-changes mailing list