Skip to content

16 reject on oai

LE GAC Renaud requested to merge 16-reject-on-oai into master
  • First step to improve the logic of the harvester
  • The automate PublicationTool processes the requested URL. It starts with a list of record id. At that step, it looks for a publication in the database corresponding to that id. It moves to the next id when there is a match.
  • The processing continue, the record is request to the store and decoded. If the record.oai() is not defined, the record is rejected.
  • Several non conformities have been found when testing this new logic. Therefore, several protections and tests have been added
  • Close #16 (closed)

Merge request reports