harvester-d4science/ckanext
amercader 2a07a144fc [#84] Fix auth audit exception when creating datasets
This was caused by a combination of the auth audit leaking and the
harvester reusing the context for the package_show and package_create
actions. If the package is not found, package_show does not call
check_access, and the auth audit does not pass. This is stored in the
context (`__auth_audit`) and is raised next time that we call
get_action (when we call package_create with the same context)

It could potentially be fixed on master, but it is probably quite rare.
2014-02-10 18:22:48 +00:00
..
harvest [#84] Fix auth audit exception when creating datasets 2014-02-10 18:22:48 +00:00
__init__.py First draft of the Harvesting extension 2011-03-09 18:56:55 +00:00