Project

General

Profile

Statistics
| Revision:

# Date Author Comment
38446 23/07/2015 06:14 PM Alessia Bardi

#1342: added caches to limit the load on exists when a client performs a list of getRecord requests.

36592 22/04/2015 03:29 PM Alessia Bardi

fixed position of oai:about

35490 19/03/2015 12:01 PM Alessia Bardi

logging OAI errors in debug mode instead of info

34803 25/02/2015 07:08 PM Alessia Bardi

returning the correct error code for non existing identifiers

34802 25/02/2015 06:50 PM Alessia Bardi

removed legacy map for OAI errors. using enum instead.

34798 25/02/2015 05:03 PM Alessia Bardi

Fixed stringtemplate for provenance block

34734 23/02/2015 03:55 PM Alessia Bardi

Supporting provenance.

34100 26/01/2015 06:52 PM Alessia Bardi

go and check for the OAI db to use without restarting, but only when the resumption token is not involved.

31491 20/10/2014 05:17 PM Alessia Bardi

Fixes baseURL handling used by the verb Identify

30871 25/09/2014 03:56 PM Alessia Bardi

Not counting even for date range queries. OAI requests with date ranges are served without the information about the completeListSize.

30074 10/09/2014 12:32 PM Alessia Bardi

Cching the metadata formats info with ehcache to avoid a call to the IS at each OAI request.

30037 05/09/2014 05:54 PM Alessia Bardi

fixed handling of unexisting set

29814 21/08/2014 06:13 PM Alessia Bardi

Cleaned logs

29747 31/07/2014 06:07 PM Alessia Bardi

The oai database currently in use is discovered dynamically from the OAIConfiguration profile.
The xquery to use to retrieve the db name from the configuration is in the property services.oai.publisher.db.xquery.
The OAI controller/core have been refactored....