We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug The service description of the openairecris oai pmh contains variables (from Dspace5) which are not substituted by default
To Reproduce Steps to reproduce the behavior:
https://tore.tuhh.de/dspace-cris-server/oai/openairecris?verb=Identify
<WebsiteURL>${dspace.url}</WebsiteURL> <OAIPMHBaseURL>http://${dspace.hostname}/oai/openairecris</OAIPMHBaseURL>
https://publica-rest.fraunhofer.de/server/oai/openairecris?verb=Identify
<WebsiteURL>https://publica.fraunhofer.de</WebsiteURL> <OAIPMHBaseURL>http://https://publica-rest.fraunhofer.de/server/oai</OAIPMHBaseURL>
dspace.hostname
dspace.url
oai.cache.enabled = true
Expected behavior We expect to use the default dspace.server.url proeprty for this purpose.
Related work Link to any related tickets or PRs here.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Describe the bug
The service description of the openairecris oai pmh contains variables (from Dspace5) which are not substituted by default
To Reproduce
Steps to reproduce the behavior:
https://tore.tuhh.de/dspace-cris-server/oai/openairecris?verb=Identify
https://publica-rest.fraunhofer.de/server/oai/openairecris?verb=Identify
dspace.hostname
ordspace.url
from dspace5 and thus left blank. Modifications in the configuration more or less lead to invalid urls.oai.cache.enabled = true
. The should be erased before!Expected behavior
We expect to use the default dspace.server.url proeprty for this purpose.
Related work
Link to any related tickets or PRs here.
The text was updated successfully, but these errors were encountered: